-
OPC读840DSL828D
Mamul for connecting 840D SL system by OPC
- 2019-01-11 22:27:28下载
- 积分:1
-
windows_lock_x
设置一次密码,即可使用。支持开机启动,支持无操作锁定。
附带注册机源代码。(Set a password once, you can use it. Support boot start, support no operation lock.
Include the source code of registry machine.)
- 2020-06-18 06:40:01下载
- 积分:1
-
TSiP_win
复杂环境下无人机的路径规划,用rrt和a*算法实现,在qt开发环境下编译。(Complex environment UAV path planning with rrt and a* algorithm, compiled under qt development environment.)
- 2014-03-10 22:54:29下载
- 积分:1
-
SerialportSample
vc++写的串口通信程序,对于学习串口通信会有很大的帮助(vc++ write the serial communication program, learning serial communication will be of great help)
- 2015-12-07 23:54:23下载
- 积分:1
-
VB6Project
good,非常好的东东非常好的东东非常好的东东(good)
- 2009-03-17 17:10:30下载
- 积分:1
-
sys
采用turbo编程,可实现对鼠标,键盘等操作的识别与输出控制。(Turbo programming, operation of the mouse, keyboard and other identification and output control.)
- 2013-04-27 06:27:50下载
- 积分:1
-
Createwindow
应用程序:Example 项目概述
========================================================================
应用程序向导已为您创建了此 Example 应用程序。
本文件概要介绍组成 Example 应用程序的每个文件的内容。
Example.vcproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的
平台、配置和项目功能的信息。
Example.cpp
这是主应用程序源文件。
包含用于显示窗体的代码。
Form1.h
包含窗体类的实现和 InitializeComponent() 函数。
AssemblyInfo.cpp
包含用于修改程序集元数据的自定义属性。
/////////////////////////////////////////////////////////////////////////////
其他标准文件:
StdAfx.h, StdAfx.cpp
这些文件用于生成名为 Example.pch 的预编译头文件
和名为 StdAfx.obj 的预编译类型文件。
(this is a vc++ interface example!)
- 2009-05-01 12:15:13下载
- 积分:1
-
EffectiveCPP
Effctive C++,一本不错的书,值得一看(Effctive C++, a good book, worth a visit)
- 2012-11-10 10:27:38下载
- 积分:1
-
ExecuteProcessCommandLine
source for executing any external command line program from VC++
- 2009-09-28 03:39:43下载
- 积分: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