上一页 1 ··· 3 4 5 6 7
摘要: 方法一: 用VSDNET2005重新编译某个工程的发生了链接错误 现在把这个解决过程分享一下。 错误如下:fatal error LNK1104: 无法打开文件“LIBC.lib” 。 解决如下:项目->属性中->配置属性->链接器->输入->在忽略特定库中写入打不开的文 件的名称LIBC.lib;方法二: 在stdafx.h 里加上这句吧 #pragma comment (linker,"/NODEFAULTLIB:libc.lib")方法三: 下一个libc.lib,或者把VC6.0中的包含进来方法四: 错误提示: LINK : fatal 阅读全文
posted @ 2010-09-26 13:37 igody 阅读(823) 评论(0) 推荐(0) 编辑
摘要: ftp://ftp.merl.com/pub/avetro/mvc-testseq/stereo-interlaced/420/ftp://ftp.merl.com/pub/avetro/mvc-testseq/ftp.tnt.uni-hannover.de/pub/svc/testsequences/ftp.tnt.uni-hannover.de/pub/tmp/3dav/ftp.merl.com/pub/avetro/mvc-testseq/orig-yuv/ 阅读全文
posted @ 2010-07-21 20:33 igody 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1、http://www.tkn.tu-berlin.de/research/vid/(此网站已经移走,正在寻找。)CIF: Akiyo、Bridge (far) 、Bridge (close) 、Bus 、Container 、Coastguard 、Flower 、Football 、Foreman 、Hall 、Highway 、Mobile & Calendar 、Mother & Daughter 、News 、Paris 、Silent 、Stefan 、Tempete 、WaterfallQICF:Akiyo 、Bridge (far) 、Bridge (clos 阅读全文
posted @ 2010-07-21 20:15 igody 阅读(1274) 评论(0) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7