资源列表

« 1 2 ... .08 .09 .10 .11 .12 1213.14 .15 .16 .17 .18 ... 21480 »

[其他小程序MergeSort

说明:归并排序: 将两个或两个以上的有序表组合成一个新的有序表。归并排序要使用一个辅助数组,大小跟原数组相同,递归做法。每次将目标序列分解成两个序列,分别排序两个子序列之后,再将两个排序好的子序列merge到一起。-Merge sort: Ordered list of two or more combined into a new ordered list. Merge sort you want to use an a
<陈锋> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序RadixSort

说明:基数排序: 使用10个辅助队列,假设最大数的数字位数为 x, 则一共做 x次,从个位数开始往前,以第i位数字的大小为依据,将数据放进辅助队列,搞定之后回收。下次再以高一位开始的数字位为依据。 以Vector作辅助队列,基数排序的Java代码-Radix sort: 10 auxiliary queue, assuming the maximum number of digits for x, made &#
<陈锋> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序java-read-ini-

说明:这是一个关于 java 读取配置文件,以.ini结尾的文件,希望能帮助到有需要的人。-This is a java reads the configuration file at the end. Ini file, hoping to help people in need.
<xiaoqiang> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序count-machine

说明:非常好的一款计算器软件,很实用。希望对大家有所帮助。-count machine
<古名> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序Dirtree

说明:根据输入的多组合法的路径,高效构建包含所有输入的路径的一棵最小目录树。-Multi-combination method based on the input path, efficient to build a minimum directory tree contains all the input path.
<> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序T-test

说明:用来计算T检验的信度值,给定自由度和置信度计算其比如相关系数的信度值-this program if for student-test
<xuedong cui> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序u8

说明:U8无人直升机 悬停 线性系统数学模型 稳定性分析 控制输出-U8 unmanned helicopter hovering linear system mathematical model of stability analysis and control output
<jim> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序SJF-(Contoh)

说明:This file is Shortest Job First(SJF) Algorithm from Dev C-This file is Shortest Job First(SJF) Algorithm from Dev C++
<Dicky> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序add

说明:有0,1,2三个数,此后,每次取出较大的两个数,用这两个数的和替换原先三个数中的任意一个。求需要使用最少的操作次数得到一个数x。-0, 1, 2 or three, Since then, every time you remove the larger of the two, with two numbers and replace any one of the original three numbers. Requirements
<yao> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序task

说明:有台机器每次只能处理一个任务,所以n个任务需要排成一个队列等待处理。当处理一个任务时,其他任务都处于等待状态,总等待时间累加等待的任务个数乘以任务处理时间。每个任务的等待时间由一个正整数w表示,表示这个任务当前需要的时间为w,当处理完这个任务后,该任务完成,并产生一个时间为w-1的任务,并排到队列的末尾,当然,如果w-1等于0,则不会产生新任务。求对这n个任务进行排列后,所花费的最小总等待时间是多少-The machine can on
<yao> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序I

说明:对于一列十进制数据,求他们每个数的二进制中含有的“1”的个数最小的数-For a decimal data, find the smallest number contained in each of them the number of binary "1" number
<yao> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[其他小程序A

说明:输入一个字符串,然后判断该字符串是否是回文式,如"abcba"就是一个回文式。-Enter a string, and then determine whether the string is a palindrome, such as " abcba" is a palindrome type.
<yao> 在 2025-01-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .08 .09 .10 .11 .12 1213.14 .15 .16 .17 .18 ... 21480 »

源码中国 www.ymcn.org