-
排序程序冒泡排序、 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
-
附件是win32编程中常用到的通用代码的集合,编译后是一个dll,加速您的win32开发。...
附件是win32编程中常用到的通用代码的集合,编译后是一个dll,加速您的win32开发。-annex is commonly used programming code to the common pool, compiled a dll is to accelerate the development of your win32.
- 2022-07-09 14:00:45下载
- 积分:1
-
电流波形显示组件,提供了三条显示曲线,也可用于工业数据的显示...
电流波形显示组件,提供了三条显示曲线,也可用于工业数据的显示
- 2023-05-06 06:25:02下载
- 积分:1
-
本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽...
本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽然现在是废物,但是对学习gsm modem的操作大有好处,尤其是短消息编码解码,at命令操作等,该程序在实达的某款gsm modem上通过,也可以用一个老的nokia手机代替,但是我没有try过,自己简单调试一下即可-mobile PHS send text messages to the procedures, principle is a GSM modem reception from mobile phones made up of news and decoding as text messages, then Telecom web site sent to PHS, although now is the waste, but learning to operate the GSM modem large good, especially short news codec, at order operation, in the process of a particular Shida Public gsm adopted modem can also use an old nokia phones in place, but I did not try that I can simply about debugging
- 2022-09-30 03:50:03下载
- 积分:1
-
用C++编写的演示如何注册多文档模板且避免MFC自动产生的"New File Type"对话框...
用C++编写的演示如何注册多文档模板且避免MFC自动产生的"New File Type"对话框 -A demo basing on C++ to demonstrate how to login mutil-files document template and how to avoid dialog box which is created by MFC of "New File Type".
- 2022-03-05 13:23:56下载
- 积分:1
-
通过mfc调用摄像头,实时显示摄像头拍摄到的状况
是用VS2013开发的通过MFC调用摄像头,通过SETTimer函数可是实时的显示函数,显示延时为1S
- 2022-08-23 08:37:04下载
- 积分:1
-
Java数据库设计-个人通讯录
单机版的个人通讯录,图形界面,有基本的浏览、增加、删除、修改功能。使用jdbc技术,用SQLserver 2017制作的数据库。注释完善,代码可读性高,适合新手学习使用。
- 2022-08-03 05:24:31下载
- 积分:1
-
VC++系统中对自己编制的代码进行白盒测试的VC代码类及例子
VC++系统中对自己编制的代码进行白盒测试的VC代码类及例子-VC system of the code was developed for the White Box VC category code and examples
- 2023-06-14 02:40:03下载
- 积分:1
-
VC过零率效果很好是本人编的,若有问题,请高人指点
VC过零率效果很好是本人编的,若有问题,请高人指点-VC zero rate is very effective Part I, if it, please thank the guidance of a person
- 2023-08-14 17:30:03下载
- 积分:1
-
Text Box控件
Text Box控件-Text Box Controls
- 2022-02-05 17:52:26下载
- 积分:1