登录
首页 » Windows开发 » c use of the basic group and the operation. For beginners helpful, instructive o...

c use of the basic group and the operation. For beginners helpful, instructive o...

于 2022-03-18 发布 文件大小:76.55 kB
0 168
下载积分: 2 下载次数: 1

代码说明:

c++基本类使用以及操作。对初学者很有帮助,启发面向对象思想-c use of the basic group and the operation. For beginners helpful, instructive object-oriented thinking

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

发表评论

0 个回复

  • advertisement type retrievel
    advertisement type retrievel
    2022-04-27 09:22:20下载
    积分:1
  • 用于优化WindowsXP
    用于优化WindowsXP-optimized for Windows XP
    2022-08-09 18:53:38下载
    积分:1
  • 用C语言唱两只老虎,听说过吗?这样的程序有利于培养你的兴趣!...
    用C语言唱两只老虎,听说过吗?这样的程序有利于培养你的兴趣!-C language to sing two tigers and heard? Such procedures are conducive to cultivate your interest!
    2022-10-31 15:40: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
  • 利用Matlab与VC间的Interface进行通讯,实现了自动控制三容控制台。能够自动调节水位的升降。...
    利用Matlab与VC间的Interface进行通讯,实现了自动控制三容控制台。能够自动调节水位的升降。-using Matlab and the VC Interface communication, to achieve automatic control of the three console capacity. To automatically adjust the water level of activity.
    2022-05-25 23:38:43下载
    积分:1
  • 奇迹的东西这些给你们看看,我不知道是什么
    奇迹的东西这些给你们看看,我不知道是什么-hihhghzh修辞学厂夏至线
    2022-01-23 10:24:47下载
    积分:1
  • 你可以知道食堂、 餐厅、 医院......在地图上的位置
    这是我的毕业设计。是为了的游客和介绍我的中心而开发的。
    2022-03-24 12:55:02下载
    积分:1
  • API钩子APIHOOK 2.0 源代码
    API钩子APIHOOK 2.0 源代码-API hook APIHOOK 2.0 source code
    2022-07-02 15:09:54下载
    积分:1
  • 摄像头的源代码
    WebCam source code -WebCam source code ....
    2022-03-07 01:41:12下载
    积分:1
  • DLL文件和调用DLL文件的最精炼源码
    用C++开发动态链接库(DLL文件),也是LIB文件。这是最简单的例子程序,写了一个myDLL.dll文件和一个callDLL.exe文件。实现了从exe里传一个参数给DLL中的函数,并由DLL中的函数进行处理后返回值给exe程序。编译环境测试过:C-Free、VS2010、VC++6.0,各个编译环境有所不同,代码也要稍作调整,源码中有备注。
    2022-04-19 20:18:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载