-
一个Windows应用程序,实现发送邮件的功能。要求利用正则表达式验证用户输入法的信息,当输入的信息符合要求时,才允许将邮件发送到服务器...
一个Windows应用程序,实现发送邮件的功能。要求利用正则表达式验证用户输入法的信息,当输入的信息符合要求时,才允许将邮件发送到服务器-A Windows application, send messages to achieve functions. Require the use of regular expressions to validate the user input information, the information to meet the requirements when the input only when the Allow messages to be sent to the server
- 2022-03-01 23:22:32下载
- 积分:1
-
PrettyHorse
数据库编程范例用到ado,directui,mfc(Database programming paradigm used ado, directui, mfc)
- 2011-10-13 20:37:48下载
- 积分:1
-
网页数据抓取程序,以抓取足彩网站为例
足彩赔率数据分析源码
分析全球足球联赛赔率数据,包括各国的公司赔率等。
C#,vs2008开发,包括了WebBrowser页面分析,Excel操作等技术。
操作流程:
打开网页》》数据分析》》导出Excel。
生成的Excel在bin/debug/ 下的 生成Excel日期的为名的目录里
- 2023-02-16 06:15:04下载
- 积分:1
-
boost_19937_wrapper
A useful wrapper over the boost Mersenne Twister random number generator. It is implemented as a singleton such that the same instance can be used throughout a code by requesting the singleton instance. It also can return the host rng for boost functions that requires it. A unary function is also provided for use with std::random_shuffle for example.
- 2014-09-05 02:13:29下载
- 积分:1
-
vc++技术内幕源码
vc++技术内幕源码.zip(vc insider source technology. Zip)
- 2004-11-26 17:20:46下载
- 积分:1
-
DS1307_test
atmeg8 ds1307 RTC实时时钟芯片操作。。(atmeg8 ds1307 RTC)
- 2013-01-27 16:31:47下载
- 积分:1
-
Matlab-and-VCPP-mixing-programming
Matlab_ and _VC + + mixing programming process explanation (including part of the problem solutions)(Matlab_ and _VC++ mixing programming process explanation (including part of the problem solutions))
- 2011-11-23 22:44:51下载
- 积分:1
-
MatlabPID
笔者费了很大的经历找到的matlab实例资料,希望大家好好利用,绝对经典的好资料哦(Programming with vc for the sample program, which contains many of the author s experience, I hope you make good use of)
- 2011-12-22 10:18:56下载
- 积分:1
-
finish
学生成绩管理系统,输入输出等,排序求值等。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(student magnement system)
- 2013-05-22 11:55:25下载
- 积分:1
-
qt串口操作示例源码-QT编写的串口设备调试工具终极版
通过qt5操作串口 基本功能:1:支持16进制数据发送与接收。2:支持windows下COM9以上的串口通信。3:自动加载对应操作系统串口号。4:实时显示收发数据字节大小以及串口状态。高级功能:1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。2:可模拟设备回复数据,需要在主界面开启模拟设备回复数据。当接收到设置好的指令时,立即回复设置的回复指令。例如指定收到0x16 0x00 0xFF 0x01需要回复0x16 0x00 0xFE 0x01,则只需要在SendData.txt中添加一条数据16 00 FF 01:16 00 FE 01即可。3:可定时发送数据和保存数据到文本文件:,默认间隔5秒钟,可更改间隔时间。4:在不断接收到大量数据时,可以暂停显示数据来查看具体数据,后台依然接收数据但不处理,无需关闭串口来查看已接收到的数据。5:每次收到的数据都是完整的一条数据,而不是脱节的,做了延时处理。6:一套源码随处编译,无需更改串口通信类,已在XP/WIN7/UBUNTU/ARMLINUX系统下成功编译并运行。
- 2019-04-14下载
- 积分:1