资源列表
ReadDiskInfo
- 用vc实现读取磁盘信息的源代码,非常有实用价值
ODBC
- vc++操作access的实例。比较详细,适合初学者
dyeDynamicprogramming
- Dynamic programming. Break up a problem into a series of overlapping sub-problems, and build up solutions to larger and larger sub-problems
dye-Divide-and-conquer
- Divide: the problem into a number of subproblems that are themselves smaller instances of the same type of problem. Conquer: Recursively solving these subproblems. If the subproblems are small enough, solve them straightforward. Combine:
dye-local-search
- Local search. Algorithm that explores the space of possible solutions in sequential fashion, moving from a current solution to a \"nearby\" one. Neighbor relation. Let S S be a neighbor relation for the problem. Gradient descent. Le
binaryhide
- 对二值图像进行信息隐藏,经试验,有良好的性能
Complex
- 复数计算,加减乘除,我加了个包进去,要是想直接运行就把那个包去掉就可以了。
CS1
- 用C#坐的关于数据库的部分操作,是对服务器的操作!
bits
- bit operations in C for Lab1
csapp
- original csapp.c in C for LAb7
4
- performance lab in C
5
- incomplete shell code in C