-
dial out phs call and window screen control in micro window system.
dial out phs call and window screen control in micro window system.
- 2022-02-26 11:59:10下载
- 积分:1
-
keyexpansion for 128bits
keyexpansion for 128bits
- 2022-06-20 17:30:15下载
- 积分:1
-
一个windows的窗口实例
一个windows的窗口实例-an example of the window
- 2023-04-20 22:10:03下载
- 积分:1
-
这是我很早以前用C++Builder为某电信商做的一个网管程序,用SNMP监控硬件,用自定义协议管软件(要符合接口), 从父网也可直接监控子网, 每种硬件和软件...
这是我很早以前用C++Builder为某电信商做的一个网管程序,用SNMP监控硬件,用自定义协议管软件(要符合接口), 从父网也可直接监控子网, 每种硬件和软件都是用DLL接口,配置保存在数据库中,这是没有提供数据库及设计文档,我现在也找不到-this is a long time ago I used the C Builder for a carrier to do a network management procedures, using SNMP monitoring hardware, with agreement from the definition of software (to comply with the interface), from the parent network can also directly monitor subnetworks, each of the hardware and software are used DLL interface, configuration stored in a database, which is no database design and documentation, I could not find
- 2022-04-25 01:16:57下载
- 积分:1
-
用VB写的串口通讯程式,windows API
用VB写的串口通讯程式,windows API-Using VB to write the serial communication program, windows API
- 2022-06-29 12:03:02下载
- 积分:1
-
Based on the WinCE operating system, SMDK2410 hardware development platform for...
基于WinCE操作系统、SMDK2410硬件开发平台下的键盘程序――通过串口传输键值-Based on the WinCE operating system, SMDK2410 hardware development platform for keyboard under the program- through the serial transmission key
- 2022-07-04 14:57:30下载
- 积分:1
-
一个线程池的一个类,基本使用如下:
一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below:
struct TSession { SOCKET socket int id } class myIocp:public CIOCP
{ public:
void OnRead(void* p, char* buf, int len)
void OnAccept(SOCKET socket)
void OnClose(void* p) }
void myIocp::OnAccept(SOCKET socket)
{ TSession*s = new TSession s->socket = socket
//here you can do something about connecti
- 2022-07-17 05:14:52下载
- 积分:1
-
网址管理工具的源程序:是用vc开发的一个网址管理工具的程序....
网址管理工具的源程序:是用vc开发的一个网址管理工具的程序.-Web site management tools of the source : vc development is a Web site management tools procedures.
- 2023-08-01 17:50:03下载
- 积分:1
-
Netscape browser bookmarks conversion gt; Based on the browser, for address stat...
Netscape浏览器书签转换程序 > 基于浏览器,可进行地址统计,内建搜索引擎 > 强大的自定义功能 > 支持组区分,个人密码设定,类别排序-Netscape browser bookmarks conversion gt; Based on the browser, for address statistics, the built-in search engine gt; Since the definition of the powerful features gt; Support group distinction, personal password creation, ranking categories
- 2022-01-26 00:01:20下载
- 积分:1
-
PDU格式短信
应用背景短信客户端-服务器软件是用来发送,读取,删除消息。它采用GSM Modem发送短信。它侦听传入消息到达,过程读取消息并采取行动因此。这个短信软件需要gsmcomm库,你可以也可以下载。关键技术短信客户端和服务器是一个应用软件,用于发送和接收短信(SMS)。它侦听传入消息到达,处理该消息,如果它是一个有效的格式。注意处理到达的消息取决于应用程序将以后讨论。我要解释以下事情:通信端口设置接收消息发送消息阅读所有的邮件(由用户发送)删除邮件(一个或所有)我用thegsmcommlibrary发送和接收短信。你需要一个GSM调制解调器或电话发送短信。
- 2022-02-05 00:50:02下载
- 积分:1