-
操作系统上机习题
操作系统上机习题-operating system on the plane Exercises
- 2022-07-08 15:13:56下载
- 积分:1
-
提供CSocketModel类完整代码:"CSocketModel.zip" 该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞se...
提供CSocketModel类完整代码:"CSocketModel.zip" 该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-provide complete CSocketModel category code : "CSocketModel.zip" SOCKET is such integrated communications model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I/O, complete I/O). It can be the species used to facilitate the communication process. based particularly SERVER/CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
- 2022-03-23 21:56:34下载
- 积分:1
-
Windows下,利用汇编语言编写的一个时钟小程序,罗云彬的编程乐园出品(转载)...
Windows下,利用汇编语言编写的一个时钟小程序,罗云彬的编程乐园出品(转载)-Windows, the use of assembly language prepared by a small clock procedures Luo Bin programming Paradise Products (reproduced)
- 2022-03-02 20:28:23下载
- 积分:1
-
pocketc写的截图软件,自己任意截图,源码下载
pocketc写的截图软件,自己任意截图,源码下载-pocketc screenshots of the software to write their own arbitrary screenshots, source code download
- 2022-08-10 16:29:13下载
- 积分:1
-
此源程序演示了在新式,PDA上如何正确显示汉字。
此源程序演示了在新式,PDA上如何正确显示汉字。
- 2023-02-23 08:05:04下载
- 积分:1
-
文件设备描述表的使用,利用兼容DC实现图形的保存和再现
文件设备描述表的使用,利用兼容DC实现图形的保存和再现-Document device use, the use of DC-compatible graphics to achieve the preservation and reproduction
- 2022-06-15 23:16:38下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
Introduction to JQuery started JQuery entry JQuery
JQuery入门 JQuery入门-Introduction to JQuery started JQuery entry JQuery
- 2022-06-29 06:55:37下载
- 积分:1
-
一个用户穷举系统Ras连接,并能手动断开连接的工具,适用于Adsl...
一个用户穷举系统Ras连接,并能手动断开连接的工具,适用于Adsl-Ras exhaustive system, a user connection, and can manually disconnect a tool for Adsl
- 2022-05-25 03:47:48下载
- 积分:1
-
简单实用的计算器哦 大家多多支持~!~
简单实用的计算器哦 大家多多支持~!~-simple and useful calculators oh we can support ~! ~
- 2022-05-27 05:45:50下载
- 积分:1