-
子窗口发送消息给父窗口,父窗口接收到消息后显示子窗口输入的字符串...
子窗口发送消息给父窗口,父窗口接收到消息后显示子窗口输入的字符串-Sub-window send a message to the parent window, parent window to receive the news shows that sub-window input string
- 2022-11-28 11:40:03下载
- 积分:1
-
端口列表
Com 端口在 windows 中的存在编译列表从所有的Delphi设备。
创造价值的类 TComportList,然后运行搜索功能。
获取项目 [索引] 读取 TComportItem 与发现的所有端口。
- 2022-02-21 18:21:00下载
- 积分:1
-
有了imapi2 VB写数据
这是一个用imapi2vb编写文件的例子
- 2022-02-02 00:43:58下载
- 积分:1
-
A simple MP3 player, can play MP3, WMA format music!
一个简单的MP3播放器,可播放MP3,WMA格式文件的音乐!-A simple MP3 player, can play MP3, WMA format music!
- 2022-03-22 01:06:57下载
- 积分:1
-
Pocket PC sample stream interface drivers, including how to load stream interfac...
Pocket PC流接口驱动示例,包括如何加载流接口驱动。-Pocket PC sample stream interface drivers, including how to load stream interface driver.
- 2022-01-26 07:43:04下载
- 积分:1
-
Pascal done wonderful directory interface, pascal not believe it can do this als...
Pascal做的精彩目录界面,不敢相信吧pascal也能做这个,运行环境TP-Pascal done wonderful directory interface, pascal not believe it can do this also, the environment TP
- 2022-02-15 12:53:50下载
- 积分:1
-
实现大数相加,大到几百位,随便你啦
不论整数还是DOUBLE的...
实现大数相加,大到几百位,随便你啦
不论整数还是DOUBLE的-The realization of large numbers add up to as large as several hundred, not you, whether you DOUBLE integer or the
- 2023-06-17 13:25:03下载
- 积分:1
-
Operating system, curriculum design, page
操作系统课程设计,页面淘汰算法以及作业调度算法的演示程序,界面美观,简单易懂,实现功能强大。-Operating system, curriculum design, page-out algorithms and job scheduling algorithm demo program, beautiful interface, easy to understand. To achieve powerful.
- 2022-05-22 17:00:39下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
website database maintenance procedures Home
网站主页数据库维护程序-website database maintenance procedures Home
- 2022-04-02 02:12:34下载
- 积分:1