-
level-of-detail-terrain-walkthrough
说明: 基于四叉树的LOD地形漫游程序,比较简单,适合新手学习(LOD terrain roaming procedure is relatively simple, suitable for beginners to learn)
- 2011-02-18 20:08:51下载
- 积分:1
-
TimeZoneEditorSrc
In mid-2003, someone in the Lounge asked for a list of time zones. I said that I had one, but the data was in a CodeBase/FoxBase file. Chris Maunder asked if I could retrieve that data and submit it to CodeProject. After procrastinating a few weeks, I decided to go ahead and not only extract the data, but to write a program to edit that data.
- 2007-10-16 09:33:47下载
- 积分:1
-
指纹识别 vfinger
指纹识别demo
演示方向图、roc曲线(fingerprint demo
show orientation and ROC curve)
- 2009-12-30 03:24:16下载
- 积分:1
-
boostspi
boos pi controller close loop
- 2013-10-18 19:00:52下载
- 积分:1
-
mybattery
这是brew平台,测试手机耗电量和电池格数的程序,有很强的参考价值(This is a brew platform, test power consumption and battery cell phone number of the program, there is a strong reference value)
- 2011-09-19 15:17:05下载
- 积分:1
-
PsSuspendThread
内核中暂停任意线程代码,qq Protect相关(Kernel suspend any thread)
- 2013-07-29 14:46:02下载
- 积分:1
-
displacement
有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数
(There are n integers, the number of its previous order of the backward shift m positions, the last m number of m into the number of front
)
- 2010-05-28 16:31:42下载
- 积分:1
-
kaifudexin.rar
给创新工场求职者的一封信 有兴趣的看一下(Innovative workshops to job seekers interested in a look at a letter)
- 2010-01-11 15:02:34下载
- 积分:1
-
SearchFrame
说明: 用VS2008编写一个console应用程序,输入文件路径和相对时标,尽可能快速地搜索和定位PS流多媒体文件中某一帧数据的位置,打印其对应的帧长度、帧号、相对文件头偏移字节数等信息。(Written with VS2008 a console application, enter the file path and the relative time scale, as quickly as possible to search for and locate multimedia files in a PS stream frame of data, print the corresponding frame length, frame number, the relative offset of file header The number of bytes and other information.)
- 2011-03-08 17:01:54下载
- 积分:1
-
wuziqi
SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
- 2012-08-30 17:27:01下载
- 积分:1