-
基本的java程序基于字符串
本代码提供了一个深入了解java的基础知识。这个代码很有用,在解决教师提出的任务,有助于了解各种建立在java方法。本代码由几个小程序基于字符串在java和使用几个操作字符串。
- 2022-02-14 23:38:40下载
- 积分:1
-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小...
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小数的位置min,扫描结束后如果min不等于i,说明假设错误,则交换min与i位置上数。-Selection sort works: each time the selected number of the array, note the current position and assume that it is behind a number starting from the current location of the minimum number min = i, from this number the number of start scanning the next one until the last one the number of , and record the location of the minimum number of min, after scanning, if min is not equal to i, instructions assume that the error, then the exchange of a few min and i position.
- 2022-08-07 23:09:54下载
- 积分:1
-
打雷的DELPHI版,在操作上高度模拟WINODWS游戏里的打雷,处理各种事件。...
打雷的DELPHI版,在操作上高度模拟WINODWS游戏里的打雷,处理各种事件。-Thunder of the DELPHI version of a high degree of simulation in the operation of the thunder WINODWS game to deal with events.
- 2022-01-22 17:54:32下载
- 积分:1
-
资料光盘VC技术实例代码,详细资料资料光盘VC技术实例代码,详细资料...
资料光盘VC技术实例代码,详细资料资料光盘VC技术实例代码,详细资料
- 2022-08-12 18:58:40下载
- 积分:1
-
用VB开发的用VB开发的实例例USB通信…
用VB开发USB通信的一个例子
用VB开发USB通信的一个例子-USB communication using VB to develop an example of using VB to develop an example of USB communication
- 2022-11-21 05:10:02下载
- 积分:1
-
将一副扑克牌随机发牌给4个玩家,并进行排序再显示发牌结果的程序(注释版)...
将一副扑克牌随机发牌给4个玩家,并进行排序再显示发牌结果的程序(注释版)-A program for pokers sort.
- 2022-09-13 20:30:03下载
- 积分:1
-
Paint a very useful tool, with the drawing is similar to learning computer graph...
一款很实用的画画工具,跟画图差不多,学习计算机图像的人可以学习一点。-Paint a very useful tool, with the drawing is similar to learning computer graphics can learn from that.
- 2023-05-31 09:15:03下载
- 积分:1
-
史丰收速算法 史丰收教授创造的速算法是计算方法上的一次革命 本人保存的好资料...
史丰收速算法 史丰收教授创造的速算法是计算方法上的一次革命 本人保存的好资料-The history of harvest-speed algorithms to create Professor Shi Fengshou speed calculation algorithm is a revolution on the preservation of good information I
- 2022-07-18 23:59:36下载
- 积分: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
-
WinCE下的图片处理包调用imgdecmp.dll实现的
WinCE下的图片处理包调用imgdecmp.dll实现的-WinCE under the photo package called imgdecmp.dll realized
- 2022-07-12 01:46:37下载
- 积分:1