资源列表

« 1 2 ... .05 .06 .07 .08 .09 27010.11 .12 .13 .14 .15 ... 28523 »

[数据结构常用算法shellsort111

说明:附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接
<乐乐> 在 2025-04-24 上传 | 大小:19kb | 下载:1

[数值算法/人工智能ND

说明:用两个一维数组对牛顿插值的C语言程序进行改进(在原程序中减少一个一维数组)-using a two-dimensional array of Newton interpolation procedures for the C language improvements (in the original process to reduce a one-dimensional arrays)
<1345> 在 2025-04-24 上传 | 大小:20kb | 下载:0

[数据结构常用算法05062129

说明:蚀膨胀细化算法源代码 用C++BUILDE写的-corrosion expansion thinning algorithm using source code written in C BUILDE
<财财> 在 2025-04-24 上传 | 大小:20kb | 下载:0

[人工智能/神经网络/遗传算法Go5

说明:VC++.NET2003下编写的人机对战的五子棋程序,具有一定的人工智能。-VC.NET2003 prepared with the plane's 331 players procedures and to a certain extent artificial intelligence.
<黄亮> 在 2025-04-24 上传 | 大小:74kb | 下载:0

[数学计算/工程计算Branchboundalgorithmtosolvthetravellingsalesmanpro

说明:
<李天鸿> 在 2025-04-24 上传 | 大小:7kb | 下载:0

[数值算法/人工智能radarchengxiang

说明:一种基于匹配滤波的对地面目标成像的算法 属于雷达成像部分的内容-a matched filter based on the targets on the ground imaging radar imaging algorithm is part of the contents
<宋斌> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法zhipaiwenti

说明:运筹学之指派问题的匈牙利算法。刚刚才看到的,不错哦-tacticians Zhi assignment of the Hungarian algorithm. Only just to see, oh well
<张毅> 在 2025-04-24 上传 | 大小:8kb | 下载:0

[数值算法/人工智能qiujiecheng0-10000

说明:可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现-many people may have thought about the need to achieve some fairly large number of factorial. But C is the standard data types storage space is too smal
<张毅> 在 2025-04-24 上传 | 大小:2kb | 下载:0

[matlab例程16428

说明: 学习matlab的朋友,这是一个计算线性方程组的程序,略有改进,若有疑问不吝赐教-learning Matlab friends, which is a calculation of linear equations procedures, a slight improvement If in doubt wing
<闫黎明> 在 2025-04-24 上传 | 大小:2kb | 下载:0

[matlab例程20060412145418318

说明:SOC验证的程序 有用 说明不多自己看吧-SOC certification procedures useful little note ion battery
<> 在 2025-04-24 上传 | 大小:148kb | 下载:0

[数值算法/人工智能subsetcalculator

说明:本算法实现2-10集合划分问题,采用动态规划法和大整数方法-the algorithm 2-10 set partition, using dynamic programming methods and the Integer
<自由人> 在 2025-04-24 上传 | 大小:194kb | 下载:0

[数据结构常用算法ntree

说明:设T 是一棵带权树,树的每一条边带一个正权。又设S 是T 的顶点集,T/S 是从树T 中 将S中顶点删去后得到的森林。如果T/S中所有树的从根到叶的路长都不超过d ,则称T/S 是一个d 森林。 (1)设计一个算法求T的最小顶点集S,使T/S是d 森林。(提示:从叶向根移动) (2)分析算法的正确性和计算复杂性。 (3)设T中有n 个顶点,则算法的计算时间复杂性应为O(n)。-based T is a right t
<自由人> 在 2025-04-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .05 .06 .07 .08 .09 27010.11 .12 .13 .14 .15 ... 28523 »

源码中国 www.ymcn.org