-
进程管理系统创建调度通信撤消可监控驱动程序开发
进程管理系统创建调度通信撤消可监控驱动程序开发
-process management system to create scheduling withdrawal of monitoring communications Driver Development
- 2022-01-25 22:12:41下载
- 积分:1
-
ssh整合源码和登陆教程,可以学习一下了哦,很不错的。
ssh整合源码和登陆教程,可以学习一下了哦,很不错的。-ssh integration and landing tutorial source, can learn about the Oh, very good.
- 2022-07-16 16:51:05下载
- 积分:1
-
asp环境下的语音聊天室程序,速度很快,用于开发自己的asp语音聊天室...
asp环境下的语音聊天室程序,速度很快,用于开发自己的asp语音聊天室-voice chat room procedures, very fast, for the development of their voice chat rooms asp
- 2022-12-22 16:15:03下载
- 积分:1
-
2048 游戏 (VB 版)
2048是2014年3月创造了单人益智游戏由19岁的意大利web开发加布里埃莱Cirulli,其中,目标是在网格上滑动编号瓦片将它们组合,并创建一个瓦数2048。它可以被视为一种类型的滑动块拼图,并且ISC非常相似的三分的!应用程序发布的一个月前。在这里,我给你一个简单的版本,2048由Visual Basic代码开发的,它的一些用户界面写的是中国人。在这个包中,你可以看到所有的代码和应用程序本身。如果您使用Visual Studio来打开它,您可以直接编辑它。此应用程序可以在Windows设备上运行。
- 2022-07-13 01:59:26下载
- 积分:1
-
总结文件分隔符(纯备帕斯卡)
delphi 简易文件分割器(纯pascal编写)-summary document dividers (pure prepared pascal)
- 2022-12-17 05:10:03下载
- 积分:1
-
这是一本关于window编程的书籍,希望能够帮助更多的人得到进步与提升。...
这是一本关于window编程的书籍,希望能够帮助更多的人得到进步与提升。-This is a book on the programming window, hoping to help more people to be progress and upgrade.
- 2023-02-21 17:50:04下载
- 积分:1
-
用C编写的八数码难题的解法,采用宽度优先搜索算法。
用C编写的八数码难题的解法,采用宽度优先搜索算法。-C eight prepared by the problem of the digital method, using the width first search algorithm.
- 2022-01-26 01:18:42下载
- 积分:1
-
Ebook
Ebook - Exploring C++ The Programmers Introduction To C-Ebook- Exploring C++ The Programmers Introduction To C++
- 2022-02-04 20:48:15下载
- 积分:1
-
Exporting data read by windows messaging to another windows application via wind...
Exporting data read by windows messaging to another windows application via windows messaging
- 2023-04-01 17:00:03下载
- 积分: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