-
自己写的MFC的计算器,欢迎你的下载,谢谢了啊
自己写的MFC的计算器,欢迎你的下载,谢谢了啊-MFC write their own calculator, you are welcome to download
- 2022-04-19 03:54:43下载
- 积分:1
-
ddfffffffffffffffffffffffffffffffffff
使用系统 ;
DynamicDllImport 的命名空间
{
公共类 MainClass
{
公共静态 void Main (字符串 [] args)
{
}
- 2022-05-06 12:50:56下载
- 积分: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
-
Wince5.0下使用VC++2005操作SQLCE3.0数据库,创建、打开数据库及数据表,代码经本人测试通过。...
Wince5.0下使用VC++2005操作SQLCE3.0数据库,创建、打开数据库及数据表,代码经本人测试通过。-Wince5.0 using VC++2005 operating SQLCE3.0 database, create, open the database and data tables, the code after I test.
- 2022-05-15 05:11:05下载
- 积分:1
-
这是一个用JAVA编写的RTSP协议的服务器
这是一个用JAVA编写的RTSP协议的服务器-This is a java about the rtsp protocal Server in this Panel page
- 2022-07-10 20:14:02下载
- 积分:1
-
调用Win32 API读取驱动器序列号并转换成可阅读形式
调用Win32 API读取驱动器序列号并转换成可阅读形式-call Win32 API reading drive serial number and converted into readable form
- 2022-01-25 20:27:13下载
- 积分:1
-
a biometric identification system MS General Interface LAP FOSS
一个嵌入式系统的生物识别的MS通用接口LAP源码-a biometric identification system MS General Interface LAP FOSS
- 2022-02-10 05:17:20下载
- 积分:1
-
c语言用顶点数做的浮点运算,java封装了一下
c语言用顶点数做的浮点运算,java封装了一下-vertices do with the floating-point operations, a little java Packaging
- 2022-03-23 14:34:59下载
- 积分:1
-
这是一个矩阵算法程序 用于进行网络路邮计算,可以得到其最小路径...
这是一个矩阵算法程序 用于进行网络路邮计算,可以得到其最小路径-This a matrix algorithm for network routing, can be the smallest of its path
- 2022-08-23 12:08:39下载
- 积分:1
-
C语言编写的小程序,实现日历的显示。高人给点指教,初学者给点看法。谢谢!...
C语言编写的小程序,实现日历的显示。高人给点指教,初学者给点看法。谢谢!-C language prepared by the small procedures, the calendar shows. Superior to the point enlighten, beginners to the point. Thank you!
- 2023-07-28 18:05:03下载
- 积分:1