-
TSP problem (also known as: traveling salesman problem, traveling salesman probl...
TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) Common genetic algorithm matlab program
- 2022-03-19 09:44:08下载
- 积分:1
-
大家熟悉的弹球游戏,功能不多介绍了,看了再说~
大家熟悉的弹球游戏,功能不多介绍了,看了再说~-Familiar pinball game features more than introduced, and read to say ~呵呵
- 2022-07-07 19:45:22下载
- 积分:1
-
解析TIFF影像数据格式并显示TIFF影像
通过解析TIFF影像数据格式,获得TIFF影像的相关参数,如宽度、高度、位深度、数据信息,然后将数据显示出来,对于想独立读取TIFF数据信息有一定帮助。
- 2023-08-28 14:00:04下载
- 积分:1
-
err
java2
- 2022-03-22 14:06:00下载
- 积分:1
-
VC++ 实现打飞机小游戏
全部实现源码+ 算法
VC++ 实现打飞机小游戏
全部实现源码+ 算法-Visua C++ plan game
xiao game
- 2022-05-19 13:01:02下载
- 积分:1
-
Online vegetable market
如果社会上的人想买蔬菜
- 2023-04-17 07:00:04下载
- 积分:1
-
手势识别系统之演奏系统!程序运行时,先根据弹出对话框的提示值修改主程序开始处的摄像头图像高和宽。重新编译后运行程序即可。如果如果弹出对话框的提示值与程序中默认的...
手势识别系统之演奏系统!程序运行时,先根据弹出对话框的提示值修改主程序开始处的摄像头图像高和宽。重新编译后运行程序即可。如果如果弹出对话框的提示值与程序中默认的设置值相同,则不用修改。-gesture recognition system performance system! Running, first pop-up dialog box under the value suggested amending the main program began camera images high and wide. Recompiling run the procedures. If the pop-up dialog box if the suggested value and process the default settings the same value, need not be amended.
- 2023-02-27 20:50:03下载
- 积分:1
-
汉字与16进制互转,可以是任意的文本内容,其中也包括空格,回车等,将文本内容转为16进制后,在将他转回后与原文本一样,绝对不会有变化....
汉字与16进制互转,可以是任意的文本内容,其中也包括空格,回车等,将文本内容转为16进制后,在将他转回后与原文本一样,绝对不会有变化.-16 hexadecimal characters with conversion, which can be arbitrary text, including spaces, carriage returns, and so on, the text content into a 16-band after him in the back with the original version of the same will not have changes.
- 2022-03-22 17:32:05下载
- 积分: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
-
一个通过命令行设置windows静音的小工具。
一个通过命令行设置windows静音的小工具。-a tool to set mute for windows from cmd.
- 2022-08-18 21:34:59下载
- 积分:1