-
JAVA编写的小程序 供初学者做参考之用 功能相对比较简单 但是非常适合学校...
JAVA编写的小程序 供初学者做参考之用 功能相对比较简单 但是非常适合学校 -JAVA prepared by the small programs for beginners used to refer to function relatively simple but very suitable for schools
- 2022-05-21 19:19:14下载
- 积分:1
-
Cplex优化程序 Tsp
旅行商问题(TSP)询问以下问题:由于城市和每对城市之间的距离的名单,什么是访问每个城市恰好一次,并返回到出发城市的最短路线?它是组合优化的NP难问题,在运营研究和理论计算机科学的重要。
- 2022-07-27 17:45:24下载
- 积分:1
-
通用的日志服务器。为应用程序开发提供方便,可以为各种应用程序同时使用。...
通用的日志服务器。为应用程序开发提供方便,可以为各种应用程序同时使用。-generic log server. For application developers to provide convenient, for various applications used.
- 2022-01-26 08:16:21下载
- 积分:1
-
这是一个用c++写的一个加法,减法,乘法,除法!一体的程序!有些地方还有些不足!清见量! 孤独々浪献上!...
这是一个用c++写的一个加法,减法,乘法,除法!一体的程序!有些地方还有些不足!清见量! 孤独々浪献上!-This a use of a write c addition, subtraction, multiplication, division! The integration process! Some places also have some inadequacies! Volume- see! Other partners waves of loneliness!
- 2022-07-10 17:47:21下载
- 积分:1
-
BMP查看器
bmp viewer
- 2022-03-21 17:37:10下载
- 积分:1
-
芯片AN2131Q的使用说明芯片手册,CYPRESS公司的
芯片AN2131Q的使用说明芯片手册,CYPRESS公司的-Chip chip AN2131Q instructions manual, CYPRESS company
- 2022-03-24 01:57:06下载
- 积分:1
-
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方...
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。
-implementation procedures, when the main pages can be no deposit, in order to choose out of the main deposit which pages, spare a spare block transferred to the new store pages. Which pages out of the first problem is the choice of replacement algorithm. The program LRU Methods, according to choose a replacement strategy may replacement pages and calculation of their missing pages rate to facilitate comparison.
- 2022-05-25 18:24:45下载
- 积分:1
-
xmlpagetemplatevb
XmlPageTemplateVB
- 2022-09-15 04:15: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
-
MinGW编译QT的离线安装程序使用Windows
MinGW offline Installation use to compile QT programs for Windows
- 2022-02-20 06:14:18下载
- 积分:1