-
显示WINDOWS所有窗体的示例代码程序,可决定将窗口显示或隐藏...
显示WINDOWS所有窗体的示例代码程序,可决定将窗口显示或隐藏-show all forms of sample code, may decide to window to show or hide
- 2022-07-09 14:16:06下载
- 积分:1
-
电机控制程序
电流滞环比较法源程序,绝对好用,自己运行过得,用的是7.0-Hysteresis current source of comparative law, the absolute ease of use, running their own lives, using a 7.0
- 2022-08-10 14:43:41下载
- 积分:1
-
该程序实现了用C语言模拟钢琴发音,效果很好!
该程序实现了用C语言模拟钢琴发音,效果很好!-this program simulated a piano using c language
- 2022-02-10 12:58:14下载
- 积分:1
-
Capture Screen By GDI Beginers
- 2022-07-07 23:29:39下载
- 积分:1
-
fff lll jjh
fff lll jjh
- 2022-12-13 09:40:04下载
- 积分: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结合开发的好书,值得推荐哟,欢迎下载!
matlab与vc结合开发的好书,值得推荐哟,欢迎下载!-Matlab and vc linked to the development of the books recommend yo welcome to download!
- 2022-02-26 02:20:07下载
- 积分:1
-
E统天下
E统天下--织网梦 ...背景不同。Java是基于C++、面向计算机程序 设计...代替。 (2)JavaScript 源代码无须编译 嵌入HTML...则与之不同。Java的源代码必须进行编译,成为 存在...中的一部分,以一般的文本编辑器就可以连同HTML一... www.51foru.com/index008jsjc.htm 19K 2003-12-10 - 百度快照 C Java PHP Perl Python的程序代码美化工具使用 ...php) 一个速度很快的C/C++/Java源代码美化工具。 astyle比indent好在 有很多成套的的风格定义:ansi ...SLICKEDIT这种大型商业文本编辑器等。 解决:对于...==>网页选项==>HTML源代码选单里选择“使用下面... www.chedong.com/tech/indent_tools.html 14K 2005-3-3 - 百度快照 Jedit for Linux Source Code 源代码--eNet软件-world-- Netting dream ... different backgrounds. Java is based on the C-oriented computer programs designed to replace .... (2) do not have JavaScript compiler source code embedded in HTML ... is different. Java source code to be compiled, as exists ... a part of, in general text editor with HTML can be a ... www.51foru.com/index008jsjc.htm 19K 2003-12-10- Baidu snapshot C Java PHP Perl Python the code landscaping tools ... php), a fast C/C/Java source code for landscaping tools. Astyle than indent Fortunately, there are many sets of
- 2022-02-12 05:31:15下载
- 积分:1
-
一个简单的跑马灯例子
,拿来与大家共享, c#开发
一个简单的跑马灯例子
,拿来与大家共享, c#开发-pao ma deng example
- 2022-03-23 19:05:36下载
- 积分:1
-
求两个数的平方和的根,并且以窗口形式显示结果,sse
求两个数的平方和的根,并且以窗口形式显示结果,sse-The number of squares and two seeking the root, and in the window display the results, sse
- 2022-02-01 22:20:35下载
- 积分:1