程序是根据vidcat改的,只能抓PPM的图. makefile的内容如下,请注意打小写: cc=gcc #cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev=\"/dev/v4l/video0\" -dversion=\"0.7.2\" cflags=-wall -dvideo_dev=\"/dev/video0\" -dversion=\"0.7.2\" camsnap: camsnap.c 用法如下: camsnap -v -s 420x420 -o my.ppm 这儿请注意:s 的大小必需是8能整除的倍数. 这个程序我是在rh9下作的,需要交叉编译的朋友就把注释去掉,再给下面的注释就可以了.
标签: firendly-arm makefile include vidcat
上传时间: 2016-11-20
上传用户:清风冷雨
EhLib 4.2.16 中文汉化版 (Faceker.com 修改版) 1. DataService\EhLibADO.pas 第40行,ADODataSetDriverName函数: 原:Result := MSACCESS 现:Result := MSSQL 功能:字符串、日期界定符匹配(STFilter.local=False情况下) 2.Common\EhLibConsts.pas 功能:常数汉化 3.Common\DBGridEhFindDlgs.pas\dfm A、FillColumnsList函数: 原:cbFindIn.Items.AddObject( <All> , nil) 现:cbFindIn.Items.AddObject(‘<全部>’, nil) B、界面中ComboBox中Items及KeyItems及Text汉化; C、主界面汉化; 4.Common\PrnDgDlg.pas\dfm 功能:界面汉化 5.Common\PrvFrmEh.pas\dfm 功能:界面汉化 6.Common\PrViewEh.pas 327行 TPreviewBox.Create 方法. 由 FViewMode = vmFullPage 改为 FViewMode = vm100 7.Common\DBUtilsEh.pas GetOneExpressionAslocalFilterString 和 GetOneExpressionAsSQLWhereString 函数 功能:查询行字符串查询默认为LIKE查询. 相关详细更新信息请查看:http://www.Faceker.com 。
标签: DataServiceEhLibADO Faceker EhLib com
上传时间: 2013-12-27
上传用户:ztj182002
15篇光流配准经典文献,目录如下: 1、A local Approach for Robust Optical Flow Estimation under Varying 2、A New Method for Computing Optical Flow 3、Accuracy vs. Efficiency Trade-offs in Optical Flow Algorithms 4、all about direct methods 5、An Introduction to OpenCV and Optical Flow 6、Bayesian Real-time Optical Flow 7、Color Optical Flow 8、Computation of Smooth Optical Flow in a Feedback Connected Analog Network 9、Computing optical flow with physical models of brightness Variation 10、Dense estimation and object-based segmentation of the optical flow with robust techniques 11、Example Goal Standard methods Our solution Optical flow under 12、Exploiting Discontinuities in Optical Flow 13、Optical flow for Validating Medical Image Registration 14、Tutorial Computing 2D and 3D Optical Flow.pdf 15、The computation of optical flow
标签: 光流
上传时间: 2014-11-21
上传用户:fanboynet
查询扩展是解决信息获取领域中用词歧义性问题的关键技术,并被广泛应用于搜索引擎中,获得了巨 大的成功.然而,由于P2P(peer-to-peer)系统是一个分散的、动态的系统,在P2P 环境下进行有效的查询扩展具有 一定的挑战性.首先,利用查询与文档的关联关系构建了LEM(local expansion method)查询扩展方法 然后,基于 查询与文档用词的直接关联,提出了HEM(history_based expansion method)查询扩展方法.在此基础上,提出了一 种基于查询扩展的混合P2P 环境下的搜索算法.实验及分析结果表明,查询扩展及其搜索算法能够极大地提高 搜索的效果.
标签: peer-to-peer P2P 查询
上传时间: 2014-01-21
上传用户:txfyddz
gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz
标签: Installtion gcclib kernel Linux
上传时间: 2014-03-12
上传用户:源码3
public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public final int MENURIGHT = 1 public final int MENULEFT = 0 Image menuImage[] = new Image[6] int []jiaodu = {330,30,90,150,210,270} String menuName[] = {"新游戏","继续游戏","游戏设置","高分榜","游戏帮助","退出游戏"} int x = getWidth()/2 int y = getHeight()/2 int count = 0 int local int index = 0 Font f boolean running = false /** * 构造方法 * */
标签: public CircleMenuCanvas implements Runnable
上传时间: 2014-01-08
上传用户:zhaoq123
系统使用说明:在IIS设置中,文档,添加index.html为主页 1.根目录下的database_type.asp文件为数据库链接配置文件 ------------------------------------------------------------ Const Database_type=0 1为SQL,0为ACC(此版本为access版本) Const SqlDatabaseName="wygkcnalibaba" SQL数据库的名称 Const SqlPassword="123456" SQL数据库的登录密码 Const SqlUsername="sa" SQL数据库的登录名 Const SqllocalName="(local)" SQL数据库所在的服务器名 --------------------------------------------------------------------- 2.后台登录相对路径:admin/login.asp,默认用户名admin,默认密码admin 3.登录后台:【常规管理】→【基本设置】→进行相应的设置(注意:请按相应的说明进行操作)→保存刷新即可 4.对各个等级的表单注册填写项和权限等进行详细的设置! 5.请注意网站的相关页面需要重新生成:【生成HTML管理】→【按需生成网站HTML文件】→生成相应的页面即可
标签: database_type index html IIS
上传时间: 2014-12-03
上传用户:qazxsw
learning English The following appeared in a memorandum written by the vice president of Nature s Way, a chain of stores selling health food and other health-related products. "Previous experience has shown that our stores are most profitable in areas where residents are highly concerned with leading healthy lives. We should therefore build our next new store in Plainsville, which has many such residents. Plainsville merchants report that sales of running shoes and exercise clothing are at all-time highs. The local health club, which nearly closed five years ago due to lack of business, has more members than ever, and the weight training and aerobics classes are always full. We can even anticipate a new generation of customers: Plainsville s schoolchildren are required to participate in a fitness for life program, which emphasizes the benefits of regular exercise at an early age.
标签: memorandum following president learning
上传时间: 2017-03-06
上传用户:youth25
solvin Parbolic forms of PDE explicitly. The error is O( h2+k2) or O(2,2) , it doesn鈥檛 develop the explicit local truncation error because it is unconditionally unstable and should not be used in any calculation.
标签: explicitly Parbolic develop solvin
上传时间: 2014-01-19
上传用户:xfbs821
安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在根目录下加了个.vimrc写上一些自己习惯性的配置,可是不起作用,郁闷!难道我人品有问题?打开linux,alias看了一下环境变量,乖乖 alias vi vim!郁闷,早就知道linux用的是vim了,可是平常用的时候习惯性的敲vi,竟把这事给忘记了.早到病根下药就简单了,装个vim! 就像上次装ls一样访问:http://www.sunfreeware.com/indexintel10.html找到vim-7.1下载地址 是:ftp://ftp.sunfreeware.com/pub/freeware/intel/10/vim-7.1-sol10-x86-local.gz.OK 解压一下:gzip -d coreutils-6.4-sol10-x86-local.gz 安装:pkgadd -d coreutils-6.4-sol10-x86-local OK安装很顺利,自我感觉良好,可是执行/usr/local/bin/vim的时候却意外的提示:ld.so.1: ./vim 致命的: libgtk-1.2.so.0 没有这个文件或文件夹.网上找了一下,发现CU06年有人提过这个问题 http://bbs.chinaunix.net/thread-683746-1-1.html帖的
上传时间: 2014-01-25
上传用户:225588