资源列表

« 1 2 ... .64 .65 .66 .67 .68 10369.70 .71 .72 .73 .74 ... 21467 »

[其他小程序MergeSort

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

[其他小程序RadixSort

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

[其他小程序democode

说明:多年积累的C#类库典藏版多年积累的C#类库典藏-C# Class Library Collector' s Edition accumulated over the years accumulated over the years C# Class Library Collection
<zouchengzhi> 在 2025-11-19 上传 | 大小:3.64mb | 下载:0

[其他小程序wallpaperset

说明:壁纸功能,通过Intent的ACTION,获取壁纸对象-Wallpaper Intent Action get the wallpaper object
<序言> 在 2025-11-19 上传 | 大小:1.02mb | 下载:0

[其他小程序anzhuo

说明:一个简单的安卓记事本,基本可以实现添加记事和删除记事的功能.适用于学生安卓实验开发的参考。-An simple personal Notebook,you can insert and delete some notes in it .
<夏雨 > 在 2025-11-19 上传 | 大小:16kb | 下载:0

[其他小程序Test

说明:RGB24彩色图像增强,图像大小为320*240,读取图像的dat文件,处理后存储成dat文件-The RGB24 color image enhancement, image size is 320* 240, read the dat file of the image, stored as dat files after processing
<wangbeibei> 在 2025-11-19 上传 | 大小:206kb | 下载:0

[其他小程序topic11_bayesian_networks

说明:神经网络的ppt讲稿,里面是对贝叶斯的著作神经网络的ppt讲解,是英文版的。-Neural network ppt lecture notes
<高义> 在 2025-11-19 上传 | 大小:314kb | 下载:0

[其他小程序count-machine

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

[其他小程序osganimationskinning

说明:osg的骨骼动画例子,包含骨骼创建,绑定,并且有辅助线-osg skeletal animation example, contains the bones create binding, and guides
<dfg> 在 2025-11-19 上传 | 大小:3kb | 下载:0

[其他小程序csb_Opt

说明:超声波测距,VC/C++源码,超声波,C超声波测距实验源代码-Ultrasonic Ranging, VC/C++ source, ultrasonic, C Ultrasonic Ranging experiment source code
<王晓华> 在 2025-11-19 上传 | 大小:16kb | 下载:0

[其他小程序Dirtree

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

源码中国 www.ymcn.org