-
一个用来解析word文档的程序,功能非常强大,能把doc转换为txt,pdf,ps等。...
一个用来解析word文档的程序,功能非常强大,能把doc转换为txt,pdf,ps等。-one process to transf the doc to othe model like txt or pdf or ps .
- 2022-03-05 22:54:01下载
- 积分:1
-
小计算器
一个MFC的简单小程序,利用多个按钮控件,可实现一般加减乘除运算
- 2022-03-21 19:23:03下载
- 积分:1
-
光盘的例子
VC黑皮书的例子光盘附在书中,内容清晰实用
- 2022-04-08 10:09:09下载
- 积分: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
-
程序的开发环境:本程序采用Microsoft Visual Studio 2005集成环境开发即 asp.net 2.0+access 数据库开发...
程序的开发环境:本程序采用Microsoft Visual Studio 2005集成环境开发即 asp.net 2.0+access 数据库开发-Program development environment: This procedure using Microsoft Visual Studio 2005 integrated development environment that is, asp.net 2.0+ Access database development
- 2022-12-13 05:00:03下载
- 积分:1
-
Mainly related to signal sampling and recovery process
主要是关于信号采样与恢复过程中的混叠及其滤波的一篇仿真报告,报告中详细论述了信号采样和恢复的全过程,以及数字信号处理中的要点,附有仿真程序,以供参考和学习-Mainly related to signal sampling and recovery process-aliasing filter and a simulation of the report in detail the signal sampling and recovery of the entire process, as well as digital signal processing elements, with a simulation program for reference and learning
- 2022-02-04 20:58:02下载
- 积分:1
-
软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!
除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌: “哇!我
以前捏造的 C+...
软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!
除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌: “哇!我
以前捏造的 C++/C 程序怎么会有那么多的毛病?”
别难过,作者只不过比你早几年、多几次惊慌而已。
请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面 N-1 个读者的
建议。-Software Quality is linked to the majority of programmers in mind in the mouth rather than things! In addition to full and genuine programming lay outside experts, read the book early, you will be the first to feel the panic: " wow! I used to fabricate the C++/C process how there were so many problems?" Do not be sad, the author only A few years ago than you, more than just a few panic-stricken. Please take 12 hours to read through 100 of this book, you will be benefited, which is N-1 in front of the recommendations of readers.
- 2022-10-08 18:40:02下载
- 积分:1
-
UDP Time Handling demo source
UDP Time Handling demo source -UDP Time Handling demo source ...
- 2022-11-03 18:35:03下载
- 积分:1
-
一个一载的源程序
一个一载的源程序-a source of a set
- 2022-06-15 23:40:30下载
- 积分:1
-
执行bat文件,并打印执行结果,类似cmd
执行bat文件,并打印执行结果,类似cmd-Executive bat file, and print the results, similar to cmd
- 2023-04-11 03:10:03下载
- 积分:1