V2EX nthhdy
 nthhdy 最近的时间轴更新
面试两周,开眼看世界
2019-08-31 14:41:42 +08:00
我想做一个好程序员
2016-05-16 15:42:03 +08:00
nthhdy's repos on GitHub
Python 6 人关注
ltext
A tool for annotation offset calculation
Python 6 人关注
reb
Regular Expression Beautiful
Python 1 人关注
shape
a python nested structure verify tool
Python 0 人关注
alc
Ananlyze android LogCat
Javascript 0 人关注
alloy-1
Alloy is an MVC framework for Titanium which is developed by Appcelerator.
Assembly 0 人关注
assembly-practice
0 人关注
captman
Python 0 人关注
chess
Python 0 人关注
conda
OS-agnostic, system-level binary package manager and ecosystem
Objective-C 0 人关注
core-background
An Objective-C API inspired by iOS 7 and the Yahoo Weather App. Location-based Flickr photos in background UIImageView are Gaussian blurred by a UIScrollView while scrolling over foreground iPhone content.
Javascript 0 人关注
dskj-addrbook
Javascript 0 人关注
fastclick
Polyfill to remove click delays on browsers with touch UIs
Javascript 0 人关注
fireworks
Javascript 0 人关注
gameoflife
Python 0 人关注
glance
A terminal OCR tool
0 人关注
helios
An extensible open-source mobile backend framework
0 人关注
history
Python 0 人关注
huarongdao
Objective-C 0 人关注
ios-calendar
Stylable and extensible month calendar view for iPhone
Python 0 人关注
irbasic
Basic concepts, data structure, algorithms and exercises about Information Retrieval.
Javascript 0 人关注
jXHR
XHR with Promisses (based on jQuery's $.ajax) for Titanium Alloy
Python 0 人关注
langbasic
DIY parser, compiler or interpreter to learn skills related
Python 0 人关注
pyl
python scheme interpreter according to sicp
Python 0 人关注
reg
Objective-C 0 人关注
RNFrostedSidebar
A Control Center-esque control with blurred background and toggle animations.
Python 0 人关注
rosgenjava
Generate java message codes by ROS .msg/.srv files
Python 0 人关注
TiActionSheetPicker
Titanium wrapper for ActionSheetPicker
Objective-C 0 人关注
TimelineView
TimelineView functions like a UITableView, but allows you to position cells anywhere using a custom frame (CGRect). This allows you to have irregular spacing, overlapping cells, etc...
Objective-C 0 人关注
TiSideMenu
iOS 7 style side menu with parallax effect. (Wrapper module for RESideMenu)
Objective-C 0 人关注
titanium_modules
Modules for Appcelerator's Titanium
0 人关注
welcome2git
nthhdy

nthhdy

  Turing Video
V2EX 第 170587 号会员,加入于 2016-04-25 18:48:37 +08:00
请问各位网站项目一般如何估价?
程序员    nthhdy    2024-06-09 21:45:01 PM    最后回复来自 nthhdy
6
口头答应 offer 但是在签合同之前反悔不太好吧?
职场话题    nthhdy    2022-08-19 10:20:21 AM    最后回复来自 jeasonzuo
16
改 legacy code 改到想吐
程序员    nthhdy    2022-01-24 15:09:01 PM    最后回复来自 nthhdy
43
各位 V 友都是怎么享受体育运动的呢
问与答    nthhdy    2021-08-18 19:25:52 PM    最后回复来自 chujiandefannao
20
请教一个动态链接库构建的问题 (c++) (android) (opencv)
C++    nthhdy    2020-12-26 13:55:08 PM    最后回复来自 mingl0280
21
请教关于 pthread condition 的使用场景
Linux    nthhdy    2019-09-12 10:34:23 AM    最后回复来自 nthhdy
5
求推荐北京编程线下活动
程序员    nthhdy    2019-08-29 23:53:26 PM    最后回复来自 nthhdy
2
nthhdy 最近回复了
2024-06-09 21:45:01 +08:00
回复了 nthhdy 创建的主题 程序员 请问各位网站项目一般如何估价?
@googlefans

开源也得有人做一下。对外行来说一点也不懂,关注点也不在这上面。
2024-06-09 21:44:14 +08:00
回复了 nthhdy 创建的主题 程序员 请问各位网站项目一般如何估价?
2022-08-17 09:28:15 +08:00
回复了 nthhdy 创建的主题 职场话题 口头答应 offer 但是在签合同之前反悔不太好吧?
@Tumblr

邮件也算书面 offer 对吧?
我理解 offer 需要求职者确认的对吧?就是可以给我 offer 但是我不接受,不需要原因。
问题是接受 offer 之后,再反悔。就像你说的,这个岗位都关闭了,但是这个人却最终没到岗,白白浪费时间和精力。
@haah 这本书确实非常好,压缩领域的入门书籍。
各种算法的思路、基本原理、发展历史都很清晰,相当于这个领域的“地图”
@ipwx 有损发生在 DCT 变换之后数量化和去掉高频分量这一步。

即使不做数量化,不去掉高频分量,运动补偿和运动预测还是有用的,因为会让 P 帧表示的残差非常小。
压缩这一帧,相当于压缩一张几乎“全黑”的图片。还是会比压缩一张一般图片小一些的。
@systemcall

我知道效果会很差的。
不过还是值得试一下,我好奇。
@mxT52CRuqR6o5

> 就比如我需要拖拽进度条到中间位置,播放器需要快速获取到视频中间位置的帧数据
说的对,有道理。
@oldshensheep

> 楼主大概的意思是把 一捆图片 打个压缩包(固实压缩),然后就变成了视频吧。(大概)
逻辑上来讲,视频的确可以看成时间上离散的一系列图片。虽然在文件格式当中并不是这样的。

> 然后楼主认为,压缩程序应该能够提取出这些图片间的相似处,达到更高的压缩率。所以我们为什么不用压缩软件来压缩视频?
我这个问题的确是想问,是否存在某种通用压缩算法,绕过“帧”这种概念,直接去掉重复的部分。
@ipwx 这个回答非常有用,待我理解一下
@yangzzzzzzzt1 看错了,14 楼
关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     5295 人在线   最高记录 6679       Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 27ms UTC 05:59 PVG 13:59 LAX 22:59 JFK 01:59
Do have faith in what you're doing.
ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86