搜索资源列表
qqmsgcode
- 最近看了些关于QQ的文章,有所思考,做了个小工具可以群体发送QQ消息,可以指定发送次数(有点象消息炸弹)用到了EnumWindows,FindWindows()等一系列函数,穷举对话框,可以查找到QQ对话框层,和一些分层以及字符串处理。代码在VC6,WIN200SERVER调试通过。-recently read some articles on the QQ, some thought, a small tool can send QQ news groups can specify this
VSExam2
- 这是一个建立模式对话框的工程。难度并不大,适合初学者。但是这个代码的特点是在Visual Studio下开发。上传这个代码的目的是想大家知道Visual Studio与VC++的基本的语法结构的区别,包括消息映射和字符串的处理。通过比较,可以使大家更好的在Visual Studio下进行编程-This is a model to establish dialog works. It is not too difficult, for beginners. However, the code fe
CalcCharacterString
- 个人精心编写,并非网上下载,debug与release的可执行程序均有。主界面为单文档程序窗口,能统计字符串的中英文区别,可以在实际中应用,中文字符串和英文字符串能完全区分开,并给出统计个数,程序实用,可以方便找到所需的代码,采用VS.net2005编写,界面美观实用,是精品中的精品。-Personal well-written, not download, debug and release are executable programs. The main interface is a si
d032
- 整数的阶乘将是一个非常大的数字,用long型都难以存储,故本代码采用字符串形式处理,效果不错-Integer factorial will be a very large number, are difficult to type with long storage, so the code uses string handling, good results
JsonToSqlite
- json字符串写入sqlite数据库的示例,本代码实现json字符串写入到数据库当中。-json string to the sample sqlite , this code json string is written to the of them.