-
一个可以打开3DS格式模型的程序,用vc++结合opengl编写
一个可以打开3DS格式模型的程序,用vc++结合opengl编写-3DS format model can open a program, using vc++ with opengl prepared
- 2022-04-14 19:49:40下载
- 积分:1
-
这个程序是利用概率算法求一个函数得积分。
这个程序是利用概率算法求一个函数得积分。-the procedure is the use of probabilistic algorithm for a function in the integral.
- 2023-01-18 13:35:03下载
- 积分:1
-
自己绘制窗口标题的类
自己绘制窗口标题的类-The class of drawing the title bar of my own
- 2022-05-14 10:06:24下载
- 积分:1
-
user interface programming DialogBar Test
用户界面编程DialogBar的试验-user interface programming DialogBar Test
- 2023-07-15 01:00:03下载
- 积分:1
-
四个基本模块:系统维护模块、数据处理模块、查询模块、系统帮助模块;建立了一个主要数据库及几个数据表,采用模块化的程序设计方法,能实现对数据的查询、增减、删除等操...
四个基本模块:系统维护模块、数据处理模块、查询模块、系统帮助模块;建立了一个主要数据库及几个数据表,采用模块化的程序设计方法,能实现对数据的查询、增减、删除等操作。本系统界面清晰,操作简单实用。-Four basic modules: system maintenance module, data processing module, query module, the system to help module the establishment of a major databases and several data tables, modular programming methods, to achieve the data query, change, delete such operation. Clear interface of the system, operation is simple and practical.
- 2022-05-17 09:47:45下载
- 积分:1
-
window ce开发环境的工具platform builder的使用指南。
window ce开发环境的工具platform builder的使用指南。-window ce development environment tool platform builder of the User Guide.
- 2022-02-13 02:48:48下载
- 积分: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
-
Serial communications, the use of serial communication control realize.
串口通信,利用串口通信控件实现 。-Serial communications, the use of serial communication control realize.
- 2022-01-28 21:16:26下载
- 积分:1
-
根据用户提供的数据绘制出相应的曲线。在显示曲线时,可以根据数据的幅度范围,调整显示的范围,以达到最好的显示效果...
根据用户提供的数据绘制出相应的曲线。在显示曲线时,可以根据数据的幅度范围,调整显示的范围,以达到最好的显示效果-According to data provided by the user to map out the corresponding curve. Show curves may be based on the data range, adjust the scope display to achieve the best effect
- 2022-01-23 10:12:26下载
- 积分:1
-
读写U盘的源程序
读写U盘的源程序-reader of the source
- 2022-04-23 09:38:55下载
- 积分:1