资源列表
eightpts_optiflow
- there are two parts in these codes. the first implements an eight point algorithm which is used to compute the fundamental matrix in computer vision. the second is used to compute the optical flow and the unreliable region.
minbinoheapandminleftisttree
- This code implements min binomial heaps and min leftist trees.Plus, measure and compare the relative performance of these two implementations under the assumption that the only permissible operations are insert and delete-min.
wupusworld
- 巫魔世界是一个被墙所环绕的二维格子世界,相邻格子相通,洞穴在左下角。每一个格子可以包含agent或物体。考虑到格子世界的大小对于本次问题的讨论不具绝对的影响,因此设定格子世界的行和列均为N,因此在本实验中,巫魔世界是一个N*N的二维格子,将世界中格子以行和列的二元组标示,因此洞穴入口在[1,1]。本程序实现了一个巫魔世界小游戏。
NqueenProblem
- 我们采用最小冲突启发式修补算法来求N皇后的解,开始时,N个皇后每行一个,位置是随机的。而后,依次考虑每一行,用进攻那个单元的皇后数(在那一行外面),标示出那一行的每个单元。将该行的皇后移到那个最小进攻皇后数的单元。据此,不断进行下一行,直到找到解为止。
ShortestPathviaFibonacciHeap
- This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.
SqlCS
- 一个sql server 在线管理工具(web)
SnitzProviders
- 传一个小作品! 有关MemberShip的操作
TCP-IP_2
- TCP-IP详解卷2:实现,这是一本非常好的书
strcook.py
- #str cooking #string file input, modification, output general purpose #input: ascii text file #modification: do some modification on specified lines and generate new string #output: output new string #Creating date: Mar 29, 2007 #Author:
checkmail164110
- 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确
hithit
- 水晶连连看是个不错的休闲小游戏,一次玩急眼了,开发了这个自动点击的程序。涉及到屏幕捕捉,图形分析,窗口消息等技术。实际上不属于真正的外挂,因为没用渗透技术。改一下就能对付连连看类型的网络小游戏了。
Visualization
- 通过COM接口,调用MediaPlayer的Visualization模块mpvis.dll,直接显示动态效果的例子。输入数据偷懒用的随机数不是声音数据。还有只能实现第一个效果,其他的无法得到接口对象,还没研究明白。可以用来做歌舞厅大屏幕的相关开发。