-
InfoZip是一个功能强大的免费ZIP/UNZIP库,一个在MFC环境中使用的 InfoZip打包类...
InfoZip是一个功能强大的免费ZIP/UNZIP库,一个在MFC环境中使用的 InfoZip打包类-InfoZip is a powerful and free ZIP/UNZIP database, a InfoZip pack class used in MFC
- 2022-05-18 14:25:43下载
- 积分:1
-
procedures in the C or Borland Turbo C compiler through. 331 simple games, simpl...
本程序在Turbo C或Borland C下编译通过.简单的五子棋游戏,简单易于操作,但很不错.-procedures in the C or Borland Turbo C compiler through. 331 simple games, simple and easy to operate, but very good.
- 2022-05-16 07:42:32下载
- 积分:1
-
CSDN程序员网站的好东西,关于C/C++的资料
CSDN程序员网站的好东西,关于C/C++的资料-It is a good thing from csdn programmer network station ,about c/c++ .
- 2022-05-31 10:04:45下载
- 积分:1
-
语音前端处理
应用背景在语音识别中,前端处理对识别率有决定性的影响,该项目主要处理语音降噪、VAD、还提供3种方法提取特征,分别为MFCC、PLP、LPCC关键技术
语音前端处理,语音增强、共振峰计算、VAD、特征提取
语音前端处理,语音增强、共振峰计算、VAD、特征提取
- 2022-07-24 08:13:52下载
- 积分:1
-
数据结构关于二叉树的课件,有些是书上没有的,自己补充的...
数据结构关于二叉树的课件,有些是书上没有的,自己补充的-On the binary tree data structure of the courseware, books and some are not, add their own
- 2022-08-07 22:42:44下载
- 积分:1
-
超级文本编辑器,允许用户同时打开多个文档,允许用户剪切、拷贝、粘贴,允许用户设置制表位、设置字体、打印字体等。...
超级文本编辑器,允许用户同时打开多个文档,允许用户剪切、拷贝、粘贴,允许用户设置制表位、设置字体、打印字体等。-Super text editor that allows users to open multiple documents at the same time, allowing users to cut, copy, paste, allow users to set up tab, and set the font, print fonts and so on.
- 2023-06-19 11:05: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
-
With C++ Prepared HMM model, MFC framework, the source code of the resource shar...
用C++编写的HMM模型,MFC架构的,源代码部分,资源共享-With C++ Prepared HMM model, MFC framework, the source code of the resource sharing
- 2023-04-15 10:00:02下载
- 积分:1
-
EDA应用中内核CPU
EDA应用中内核CPU-CORE具体定义实例,供大家学习和写程序参考之用-EDA applications, the specific definition of the kernel CPU-CORE examples for everyone to learn and write programs for reference
- 2023-07-16 06:50:03下载
- 积分:1
-
该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。...
该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。-the small procedure is used for the preparation of C Solutions linear equations, the algorithm will use the elimination method. Learning.
- 2022-08-18 10:44:21下载
- 积分:1