-
Visual C++源程序代码第四章 文件篇。
Visual C++源程序代码第四章 文件篇。-Visual C++ Source code Part 4 Files
- 2022-02-15 09:14:29下载
- 积分:1
-
C#发送邮件
利用C#MAil库发送邮件信息,发送邮件时需开启邮箱的SMTP服务,才能成功发送,具体代码看下就知道了。
- 2023-07-19 13:50:02下载
- 积分:1
-
ARPPlayer_By_PiggyXP
ARPPlayer_By_PiggyXP
- 2022-01-24 13:34:29下载
- 积分:1
-
这是一个automation server 和 client 的演示程序
多个client 可以共享 server 进程
首先用ms vc++ ....
这是一个automation server 和 client 的演示程序
多个client 可以共享 server 进程
首先用ms vc++ .net 编译代码, 再运行 TestAutomation3.exe (server)
然后可以运行多个 TestAutomation2.exe (client)
单击 TestAutomation2 可以调用 TestAutomation3 中的方法和参数
-This is an automation server and client demonstration program over cl ient can share server process first used ms vc. net compiled code, re-running TestAutomation3.exe (server) can then be run multiple Te stAutomation2.exe (client) Click TestAutomatio n2 TestAutomation3 can call the method and parameters
- 2022-02-20 22:07:03下载
- 积分:1
-
Delphi的Microsoft MMC(管理控制台)头文件。
Delphi的Microsoft MMC(管理控制台)头文件。-Delphi Microsoft MMC (Management Console) headers.
- 2022-02-01 17:27:34下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1
-
俄罗斯方块游戏
提示: 您将赚取积分 (0-20) 基于您的源代码和说明的质量。质量低、 重复的代码或穷人所述将被删除。
- 2022-08-19 16:35:18下载
- 积分:1
-
采用AES尼克尔森写的经典小游戏
wince下用evc写的一个经典小游戏--俄罗斯方块,功能不算多界面还很简陋有待改善-using AES Nicholson wrote a small classic games-- Tetris, the functional interface is not that much room for improvement is still very poor
- 2022-07-03 07:59:04下载
- 积分:1
-
这是一个汇编程序
这是一个汇编程序-This is a compilation of procedures
- 2023-01-01 02:55:07下载
- 积分:1
-
squid3.0及以后的版本相对于squid2系列有所改变,主要是把squid2系列的源代码由C换为了C++,同时增加了一些rfc文档里所描述的功能...
squid3.0及以后的版本相对于squid2系列有所改变,主要是把squid2系列的源代码由C换为了C++,同时增加了一些rfc文档里所描述的功能-squid3.0 and subsequent versions as opposed to a change in squid2 series is meant to give the series squid2 source code from the C-for for C , while increasing the number of rfc document described the function of
- 2022-01-24 16:11:31下载
- 积分:1