资源列表
baohu
- VB写的屏幕保护程序,非常好用,可以实现其基本功能-VB written procedures for the protection of the screen, very handy and can fulfill their basic function
ExpressionProblemOfComputing
- 本程序解决表达式的运算问题,包括常规的数学运算和闲逛匹配问题-This procedure to solve the expression problem of computing, including the conventional arithmetic and around matching problem
Shadow
- Shows how to add shadow to form without using any subclassing. All using WinAPIs. Just 8 Lines of code. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at
theinformationtableofemployee
- 职工信息表,可以实现员工的一些查询处理功能,个人课程设计-the information table of employee
Binyjsh
- GB2312(国标)汉字拼音分类程序,按照26个英文字母的400种组合分类!-GB2312 (GB) Chinese phonetic classification procedures, in accordance with the 26 letters of the alphabet of the 400 kinds of combination of classification!
gobang
- 写了一个五子棋的游戏,跟大家分享一下哦~-Write a Gobang game to share with you oh ~
main
- 一个简短的heap程序,实现的不错而且很完整,推荐-heap
DaoFactory
- 这是一个工厂类,具体不太清楚,有兴趣的自己研究-factory class
Matting-cPP
- 经典抠图程序,只需要非常少的操作,就能实现抠图效果,-typical matting program
HTK
- HTK经典笔记,记录了HTK应用开发中的关键点-efficient HTM notes, recording the critical part for developing and application using
waveletexamples
- wavelet小波分析举例.供网友参考.也请大家多多上载,期待资源丰富.-wavelet wavelet analysis, for example. Netizens for reference. Please also take a lot on the set and look forward to abundant resources.
multi
- 分治法实现大数乘法,时间复杂度由原来的n的三次方提高到n的log3次方,但是对数字的范围有一定的限制