-
移动商店经理
quản lý 巴恩 hàng điện thoại di động
C# và SQL server 2005 trở lên
代码 và 数据库
- 2022-10-27 08:05:05下载
- 积分:1
-
This document contains information about frequency domain processing. details ab...
This document contains information about frequency domain processing. details about 1-d,2-d fourier transform,inverse fourier transform,image enhancement techniques. contains some sample code and output also
- 2022-08-03 21:54:16下载
- 积分:1
-
MATLAB的QRS波脉冲的产生
Matlab QRS pulse generation
- 2022-06-12 10:56:29下载
- 积分:1
-
软件读写硬盘参数,可以直接使用的亲…
DiskIO.rar 软件读写硬盘参数,可以直接在你的程序中使用(c++类封装)-DiskIO.rar software literacy drive parameters, you can direct the use of the procedure (c type package)
- 2022-03-18 00:51:01下载
- 积分: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
-
WIN2000性能监视代码
WIN2000性能监视代码-code of Windows 2000 Performance Monitor
- 2023-04-03 08:40:04下载
- 积分:1
-
影子秘书的冰变小。一个用VB写的桌面小程序。有记事本,F。
冰影小秘书.一个vb写的桌面小程序.有记事本,定时提醒,asc码查询等功能.界面比较有意思,值得一看.-Shadow Secretary of ice smaller. A vb to write desktop applets. There Notepad, from time to time to remind, asc yards query. Interface is interesting, worth a visit.
- 2022-01-22 03:28:06下载
- 积分:1
-
请补充函数fun(),该函数的功能是:把从主函数中输入的字符串str2接在字符串str1的后面。
例如:str1=“How do”,str2=“ you d...
请补充函数fun(),该函数的功能是:把从主函数中输入的字符串str2接在字符串str1的后面。
例如:str1=“How do”,str2=“ you do?”,结果输出:How do you do?
-Please add a function fun (), the function of the functions are: to enter from the main function of the string str2 connected to the back of the string str1. For example: str1 = " How do" , str2 = " you do?" , The resulting output: How do you do?
- 2022-09-07 16:05:03下载
- 积分:1
-
基于osg的三角网生成
C++实现了 对于离散点的等值线绘制,三角网的显示,实现了Delaunay三角网的生长算法。在VC++6.0环境下编译 In VC++ 6.0 compiler environment生成TIN类,不规则三角网,VC under TIN generation
- 2022-01-26 02:32:01下载
- 积分:1
-
本程序为32阶幻方的一种,在左上角的4*4=16个空格中,第一、三行的第1,2个空格标记*,第二、四行的第3,4个空格标记*。然后分别以轴对称、中心对称扩展到另...
本程序为32阶幻方的一种,在左上角的4*4=16个空格中,第一、三行的第1,2个空格标记*,第二、四行的第3,4个空格标记*。然后分别以轴对称、中心对称扩展到另三个区域的256个空格的左上方1/4区域,然后又以轴对称、中心对称扩展到256个格的其它三个区域,依次类推直至整个区域的1024个空格中对应的 空格均有标记*。-procedures for the 32 bands a magic squares in the upper left corner of the 4* 4 = 16 spaces, the first and the first three rows 1,2-box labeled*, second, the first four lines of 3,4* 000 box labeled. Then axisymmetric respectively, the Center symmetric extension of another three regional 256 spaces in the upper left 1/4 regional, then, axisymmetric, the Center symmetric extension of the 256 grid other three regions, a total of 444 throughout the region until 1024 the corresponding blank spaces are marked*.
- 2022-10-06 15:10:03下载
- 积分:1