-
排序程序冒泡排序、 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
-
本章重点介绍了如何在Windows套接字应用程序中对IO(输入输出)操作进行管理。...
本章重点介绍了如何在Windows套接字应用程序中对IO(输入输出)操作进行管理。-This chapter focuses on how the Windows Sockets application to the IO (input-output) operations management.
- 2022-03-13 07:31:14下载
- 积分:1
-
online event management
事件管理是用aspx/sql开发的事件管理系统。
- 2022-12-20 19:05:03下载
- 积分:1
-
一个简单的文件浏览器,用于目录,文件的浏览,使用VC制作
一个简单的文件浏览器,用于目录,文件的浏览,使用VC制作-a simple file browser for the directory, file browser, the use of VC production
- 2022-03-15 11:13:31下载
- 积分:1
-
说明:TGrabBar 是一个 Windows95 式样画面分隔棒 (Splitter) 构件,提供水平分隔及垂直分隔两种类型 ( 1.14 版,附源码 )...
说明:TGrabBar 是一个 Windows95 式样画面分隔棒 (Splitter) 构件,提供水平分隔及垂直分隔两种类型 ( 1.14 版,附源码 ) -: TGrabBar Windows95 is a separate bar style images (Splitter) components, the level of separation and vertical separation of two types (1.14 version, with source)
- 2022-08-09 07:17:23下载
- 积分:1
-
a training tool, the rapid training of the training set, the classification give...
一个SVM训练工具,能够快速对训练集训练,给出分类判别函数。-a training tool, the rapid training of the training set, the classification given discriminant function.
- 2023-04-11 01:25:04下载
- 积分:1
-
还一个是著名的Agobot的一个变种,自己写的代码可以学习框架。
又一个bot,是大名鼎鼎的agobot的变种,自己写代码可以借鉴一下-Also a bot, is a variant of the famous Agobot, write their own code can learn from you
- 2022-12-04 09:15:03下载
- 积分:1
-
利用VC++编程实现的图像处理程序,可以实现log边缘检测,形态学处理、滤波等功能...
利用VC++编程实现的图像处理程序,可以实现log边缘检测,形态学处理、滤波等功能-Using VC++ programming image processing program that enables log edge detection, morphological processing, filtering and other functions
- 2022-03-26 16:35:42下载
- 积分:1
-
该程序主要演示如何在windows操作系统下面如何得到自己机器IP程序...
该程序主要演示如何在windows操作系统下面如何得到自己机器IP程序-The program mainly demonstrate how to get ain machine IP address.
- 2022-01-25 17:35:05下载
- 积分:1
-
USB开发例程及源代码
68013驱动开发,DDK,Cy7c68013的一个数据采集的方案,里面有方案USB的固件,驱动,以及上位机程序-
- 2022-01-30 21:25:33下载
- 积分:1