-
windows的模拟器,可以仿真硬件,模拟最为真实的开发环境
windows的模拟器,可以仿真硬件,模拟最为真实的开发环境-windows simulator, which can simulate hardware, simulate the truest development environment.
- 2022-01-27 10:03:01下载
- 积分:1
-
这是一个Windows FormView程序实现基本的FormView功能。
这个是Windows FormView的程序,实现基本的FormView功能。-This is a Windows FormView procedures realize the basic functions FormView.
- 2022-02-03 20:34:22下载
- 积分:1
-
加载一个文件,打印在订单 ascendet 和后代、 数量最多、 较低和平均
加载一个文件,打印在屏幕订单 ascendet 和后代、 最大和较低的数目,也的数字 avergae
该文件必须这样来
+002、-005、 + 999 ;
文件的类型由已到像 file.ae1
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-30 04:38:49下载
- 积分:1
-
字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小
写英文字母组成 A={a,b,…,z}。该字母表产生的升序...
字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小
写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到
右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab,
bc,xyz 等字符串都是升序字符串。
-search the postion for the given ascend sor string.
- 2022-11-11 07:15:03下载
- 积分:1
-
WTL的帮手
wtl helper
- 2022-01-31 00:23:29下载
- 积分:1
-
VB实现的彩信发送源代码自己看程序代码需要外接GPRS设备
VB实现的彩信发送源代码自己看程序代码需要外接GPRS设备-VB source code for sending MMS to achieve
- 2022-08-16 19:27:32下载
- 积分:1
-
to adapt to the development of the online media, entertainment meet the daily ne...
为适应网络媒体的发展,满足人们娱乐生活的需要,本系统应用JSP、flashMX2004软件结合flash communication server服务,设计适合大众的视频电台。 主要功能: 1在线NJ视频,电台广播 2.提供公共聊天室 3.管理员功能:添加删除和编辑NJ、管理员、 节目信息、电台公告 4. 电台样式BANNER定义:(修改radio.css样式表)-to adapt to the development of the online media, entertainment meet the daily needs of the application JSP, flashMX2004 software integration services flash communication server, designed for the video public radio. The main functions : an online video NJ, radio 2. Public Chat Room 3. Administrator functions : Add delete and edit NJ, administrators and program information, radio Notice 4. Radio ads style definition : (revised radio.css style sheet)
- 2022-05-10 15:41:27下载
- 积分: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
-
这是一个程序的主要8皇后。这是一好的问题和良好的解决方案
This a program main 8 queens. this is good problem and good solution-This is a program main 8 queens. this is good problem and good solution
- 2022-01-28 20:14:20下载
- 积分:1
-
WS-MaxEdit为多维材质及烘培输出详细教程,附带教程所需源文件及模型文件-WS-MaxEdit materials and bakery for the multi-dimensional output detailed tutorial, with tutorials and source files needed to model file
- 2022-10-12 23:35:03下载
- 积分:1