登录
首页 » Windows开发 » Low

Low

于 2022-07-28 发布 文件大小:30.96 kB
0 195
下载积分: 2 下载次数: 1

代码说明:

低端串行通信查询方式实现,编码规范,不可多得-Low-end serial communication query realize, coding norms, rare

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • A simple windows program code, hoping to give everyone a little help, run the en...
    一个简单的windows程序代码,希望能给大家一点小小的帮助,运行环境在VS2005。-A simple windows program code, hoping to give everyone a little help, run the environment in VS2005.
    2022-12-04 20:00:03下载
    积分: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
  • DXFExample
    一种ActiveX服务器,提供在标准图片框中创建具有尺寸的高度详细、真实比例的机械图形的功能。服务器可以将任何图形保存到AutoCAD complient DXF文件v12到2000。完全独立于AutoCAD!! ;
    2023-06-06 19:30:03下载
    积分:1
  • SAMSUNG S3C2410 USB驱动程序,用来下载NK文件
    SAMSUNG S3C2410 USB驱动程序,用来下载NK文件-Samsung S3C2410 USB driver, used to download documents NK
    2022-03-06 08:01:06下载
    积分:1
  • more slowly, but sub
    速度比较慢,只好分章压缩了,MFC技术内幕(配书源码)CHAP02.rar-more slowly, but sub-chapter compression, MFC Insider (source book distribution) CHAP02.rar
    2022-03-19 04:43:41下载
    积分:1
  • 一个C++存储类
    一个C++存储类-a Class C storage
    2022-03-15 05:06:19下载
    积分:1
  • text editor (2), relying on information mechanism is different from MFC and WINA...
    文本编辑器(2),自建消息机制,不同于MFC和WINAPI,是上次上传的继续-text editor (2), relying on information mechanism is different from MFC and WINAPI is uploaded to the last
    2022-08-13 10:56:40下载
    积分:1
  • 显示数据与DataList和Repeater控件
    ASP。Net 项目描述锄头到 DataList 与 Repeater 控件显示数据。这是初学者的好例子。
    2022-08-14 05:03:18下载
    积分:1
  • 光驱控制程序,在需要与制备的录音软件
    CDROM 控制程序,在编写刻录软件的时候需要把光盘退出再载入光盘.这个时候需要这个软件来控制.原理很简单,主要是API接口函数很难找到.-CDROM control procedures, recording software in the preparation of the need to withdraw from the re-recorded CD discs. this time the software required to control. very Principle simple, the main API function hard to find.
    2022-04-25 06:29:37下载
    积分:1
  • DIALUP(拨号网络)
    资源描述说明:使用 Windows95 拨号网络及远端存取服务 ( Remote Access Service ) 构件 ( 1.31 版,附源码 )
    2022-12-22 01:45:04下载
    积分:1
  • 696516资源总数
  • 106446会员总数
  • 9今日下载