登录
首页 » Windows开发 » C++ Complete reference.Every c++ tool including 3d ones are explained with examp...

C++ Complete reference.Every c++ tool including 3d ones are explained with examp...

于 2023-03-08 发布 文件大小:1.78 MB
0 185
下载积分: 2 下载次数: 1

代码说明:

C++ Complete reference.Every c++ tool including 3d ones are explained with examples- C++ Complete reference.Every c++ tool including 3d ones are explained with examples...

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

发表评论

0 个回复

  • 小木偶Win32汇编教学,将离线版本。之间的有限..
    小木偶Win32汇编教学,整理后的离线网页版本。MASM32或TASM代码。-small puppet Win32 compilation teaching, putting the offline version. Between code or TASM.
    2022-01-25 22:22:15下载
    积分:1
  • 4:00 realize the functional modules of finite element procedures, a certain comm...
    实现四点单元有限元功能的程序,具有一定通用性,对一般的板分析时比较精确.-4:00 realize the functional modules of finite element procedures, a certain commonality of general plate analysis more precise.
    2022-06-20 19:53:59下载
    积分:1
  • 这个上传样本
    this upload sample-this upload sample................
    2023-01-23 02:15:03下载
    积分:1
  • 基本的网络接入电脑设置,代码为+ + 6调试通过
    获取计算机基本网络设置 ,代码在vc++6.0下调试通过-Basic network access to computer settings, code vc++ 6.0 debugging through
    2022-02-03 22:17:53下载
    积分:1
  • 随机分布点和分布点的概率计算。希望对大家有点儿用
    随机分布点和分布点的概率计算。希望对大家有点儿用-Randomly distributed points and distribution points of the probability. We want to use a bit
    2022-12-11 06:30:03下载
    积分:1
  • 不说英语
    这是一个TS流解析成PES流的程序,可以作为参考价值-no say english
    2022-03-13 05:35: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
  • Visual Basic 的功能演示,动画光标
    Visual Basic 的功能演示,动画光标-Visual Basic functions of presentations, animated cursors
    2022-12-01 08:25:03下载
    积分:1
  • 使用方便,可以实时传送数据并曲线显示,可以适用于单片机串口通信的数据显示等。...
    使用方便,可以实时传送数据并曲线显示,可以适用于单片机串口通信的数据显示等。-Easy to use, you can send real-time data and curves show that can be applied to microcontroller serial communication of data displays.
    2022-03-04 01:01:29下载
    积分:1
  • 我自己写的一个自动关机程序,希望和大家交流一下啊
    我自己写的一个自动关机程序,希望和大家交流一下啊-I wrote it myself an automatic shutdown procedure, hope and we exchange our ah
    2022-11-26 18:35:03下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载