-
ADO_OBJECT
ADO链接Access2010的程序 MFC 自己编写的实现以CRecordSet 实现增删改查操作数据库功能 注意 包中有database1文件路径不对,放到C:\database1.accdb即可运行 否则异常(MFC ADO link Access2010 I have written a program to achieve a CRecordSet achieve CRUD database operations function Note package has database1 file path is wrong, put C: database1.accdb to run otherwise abnormal)
- 2014-05-15 22:48:01下载
- 积分:1
-
PELCO-d_protocol
PELCO-D协议的pdf文档,外加一个小程序
声明:个人网上收集,并转载(PELCO-D agreement pdf files, plus a small procedure statement : Personal Internet collection, and reproduced)
- 2007-06-06 04:25:54下载
- 积分:1
-
WMIDemo
WMI查询操作是学习wmi不错的例子,还是值得推荐的(WMI query is learning wmi good example is worthy of recommendation)
- 2014-01-03 22:10:53下载
- 积分:1
-
cricket.cpp
this code makes us to play cricket
- 2016-03-31 18:49:55下载
- 积分:1
-
network
计算机网络讲义谢西仁的,非常出名第五版计算机网络讲义谢西仁的,非常出名第五版(West Yan Xie computer network notes, very well-known computer network notes the fifth edition of the West Yan Xie, very famous Fifth Edition)
- 2010-05-27 17:53:22下载
- 积分:1
-
CPPgc
内存的分配与管理。模拟操作系统的功能,采用动态链表的方式。。。。(Memory allocation and management. Simulation of the operating system functions, the way dynamic list. . . .)
- 2009-06-14 14:06:02下载
- 积分:1
-
Bzier
说明: 该程序主要是用MFC编写贝塞尔曲线,主要是通过控件的方式,通过按钮的选择来实现相应的操作(this is about Bzier)
- 2010-03-29 22:04:12下载
- 积分:1
-
net
网络编程代码,包含UDP,TCP和NET的源码,每种都保护服务器端和客户端(Network programming code, including UDP, TCP and NET source code, each protected server and client)
- 2012-02-21 16:04:37下载
- 积分:1
-
CStatic(ownerdraw)
MFC Static 自绘控件,美化控件。(Static OwnerDraw)
- 2013-10-19 13:46:17下载
- 积分:1
-
POP3_EXAMPLE
Pop3客户端接收信件的整个流程:
1。连接到pop3服务器(默认端口110)
2。发送用户名(user)
3。发送密码(pass)
4。查询当前邮箱状态(stat)
5。查询服务器上所有邮件UID列表(UIDL)
6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的)
7。对所有新邮件查询其大小(LIST)
8。下载所有新邮件(RETR)利用List提供的邮件大小信息
9。如果有必要,对所有新邮件标志为删除(DELE)
10。结束对话(QUIT)
11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
- 2021-01-03 19:38:55下载
- 积分:1