资源列表

« 1 2 ... .41 .42 .43 .44 .45 2246.47 .48 .49 .50 .51 ... 2656 »

[数据结构常用算法StringSort

说明:对一些列字符串进行一定规则的排序,这些字符串都是由数字组成。法则1:哪个重复的数字出现的多,哪个排在前面 比如11133和12233,前面的字符11133出现了3次111,而后面的字符的重复次数是2,所有11133 要在112233的前面。 法则2 当两个字符串的重复个数一样时,比如都重复了3次,11133和22244,那么,重复的数字较大 的排在前面,即22244排在11133的前面。 -To sort out the stri
<安永辉> 在 2025-01-16 上传 | 大小:193kb | 下载:0

[数据结构常用算法maxfieldsum

说明:用分治法解决最大子段和问题,利用了递归和合并,使问题能够简易求解-Solve the problem with the largest sub-segment and divide and conquer method, the use of recursion and merge so that the problem can be solved simple
<wen> 在 2025-01-16 上传 | 大小:145kb | 下载:0

[数据结构常用算法Numerical-methods-for-SDE

说明:随机动力系统的稳态概率密度,适合从事随机动力学的研究的人-Steady-state probability density power systems
<陈招迪> 在 2025-01-16 上传 | 大小:947kb | 下载:0

[数据结构常用算法operator-overload-2

说明:实现多种运算符重载,通过类声明及函数定义,实例化对象进行运算-operator overload
<David Lee> 在 2025-01-16 上传 | 大小:4.78mb | 下载:0

[数据结构常用算法MatrixTest

说明:matrix矩阵乘法的简单实现,使用qt做界面。可用于解线性方程-Simple implementation of matrix multiplication using qt interface to do
<王志院> 在 2025-01-16 上传 | 大小:1.54mb | 下载:0

[数据结构常用算法MATLAB

说明:matlab生成动态链接库(dll)。并用vc++测试-matlab generate dynamic link library (dll). And using vc++ test
<王志院> 在 2025-01-16 上传 | 大小:3.39mb | 下载:0

[数据结构常用算法PCD

说明:集中度、集中期分析 matlab代码 用于降水、径流分析-precipitation concentration degree (PCD)
<dengshan> 在 2025-01-16 上传 | 大小:17kb | 下载:0

[数据结构常用算法单链表的就地逆置

说明:实验成功! 简洁高效c++ 算法很独到 运行流畅
<shizhen> 在 2013-11-29 上传 | 大小:97.5kb | 下载:0

[数据结构常用算法Treap

说明:数据结构treap实现的一个class模板,实现简单高效易懂-Treap a class template data structure implemented, simple to understand and efficient
<czz> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法5110309369_2_9

说明:翁惠玉版数据结构第二章第九题参考代码,已调试-Huiyu Weng version of the data structure ninth chapter title reference code, debugging
<刘东辉> 在 2025-01-16 上传 | 大小:210kb | 下载:0

[数据结构常用算法5110309369_2_11

说明:翁惠玉版数据结构第二章第11题参考代码,已经经过调试-Huiyu Weng version of the data structure with reference to chapter 11 of title code has been commissioning
<刘东辉> 在 2025-01-16 上传 | 大小:205kb | 下载:0

[数据结构常用算法unionfind

说明:查找合并代码 《算法设计技巧与分析》中的unionfind问题代码实现-Find merge code " algorithm design techniques and analysis" in the unionfind problem code
<> 在 2025-01-16 上传 | 大小:1.67mb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 2246.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org