资源列表
zw
- 一个很好的高级指纹分算法析源代码!(vb)
ofdm
- OFDM 仿真源码
shoes
- 自己做的鞋业网站代码,花一周实现的,其它人可以免费使用
blog
- 个人博客,一个比较完整的个人博客代码,代码很精炼,功能强大,写了很多iis缓存,值得借鉴
TJFTP_demo
- A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indi
wapappforweather
- 天气预报的一个简单wap程序,对wap初学者比较好的一个实例参考
xml1_demo
- Very fast parser for parsing XML files. It is template based and writen in C++. Tested for VC6 and VC7. The parsing is handeled by one class. Working with the class is very easy, but the internal code is complicated. Demo, helpfile and sourc
ExecPkg
- Executing a DTS package is very simple, in its simplest form the execution contains for 3 steps. These 3 steps form the foundation for all more complicated forms for package execution.
pan88168
- ASM制作的keygen,适用初学ASM,内置的是winimg8.0注册机,版权与我无关,
undirectedgraphtraversing
- 此程序是学完数据结构课后,对无向图进行深度和广度遍历的c程序,vc6环境下测试通过。
factorial
- 利用数组实现大数阶乘,初始数组设为long int,长度35000,可以实现8000以内任意数的阶乘,可以修改数组长度,改变所计算数的范围。用c实现,vc6.0环境下测试通过
graphic
- 一个用C#编写的小型的3D图形系统,可以生成简单的几何图形,包含一些基本的图形变换和渲染的操作。