资源列表

« 1 2 ... .25 .26 .27 .28 .29 64430.31 .32 .33 .34 .35 ... 66605 »

[其他小程序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-03-01 上传 | 大小:1kb | 下载:0

[其他小程序RadixSort

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

[数据库编程VC6dbADO

说明:VC++6.0 ADO 操作类库,封装了数据库操作,使得程序员只需要关注怎么写SQL,而不需要关注那难懂ADO操作-VC++6.0 ADO library operations, the package database operations, programmers only need to focus on how to write SQL, without the need to focus on that difficult t
<卡卡> 在 2025-03-01 上传 | 大小:1kb | 下载:0

[其他小程序count-machine

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

[其他小程序Dirtree

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

[C#编程nB---tMCS

说明:气体扩散达到平衡状态的过程模拟 C++编辑,蒙特卡罗方式,tmcs时步-The gas diffusion equilibrium analog C++ edit, Monte Carlo, TMCS step
<yang> 在 2025-03-01 上传 | 大小:1kb | 下载:0

[其他小程序T-test

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

[其他小程序u8

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

[.net编程HttpDownLoadHelper

说明:下载辅助类 下载辅助类 -Download helper class download helper class download helper class download helper class
<廖文> 在 2025-03-01 上传 | 大小: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-03-01 上传 | 大小:1kb | 下载:0

[Windows编程Bowling-scoring-procedures

说明:保龄球计分程序源码设计。c++编程练习。-Bowling scoring program source code design. programming practice in c++.
<戴咪嘟> 在 2025-03-01 上传 | 大小:1kb | 下载:0
« 1 2 ... .25 .26 .27 .28 .29 64430.31 .32 .33 .34 .35 ... 66605 »

源码中国 www.ymcn.org