资源列表

« 1 2 ... .08 .09 .10 .11 .12 1513.14 .15 .16 .17 .18 ... 28522 »

[数据结构常用算法juzhenzhuanzhi

说明:一个实现矩阵转置的C和C++源代码,自己以前学数据结构时做的-achieve a matrix transpose the C and C++ source code, his past data structure to do
<乐乐> 在 2025-02-04 上传 | 大小:1kb | 下载:0

[数据结构常用算法xiongyali

说明:匈牙利算法,求解二分图最大匹配的一个时间复杂度与程序复杂度折中的算法-Hungary algorithm to solve the greatest two minutes map matching a time complexity and the complexity of program compromise Algorithm
<霍党泽> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[数据结构常用算法ACMpku

说明:ACM北京赛区比赛的试题源码,在PKU在线评测可以通过.-ACM Beijing Division competition test source in PKU online assessment can be passed.
<霍党泽> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[数据结构常用算法huffmancode111

说明:huffman完整源代码C语言实现,有本人超级详细解释(看不懂你去跳楼吧) 算法设计: 1、对给定的n个权值{W1,W2,W3,...,Wi,...,Wn}构成n棵二叉树的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉树Ti中只有一个权值为Wi的根结点,它的左右子树均为空。(为方便在计算机上实现算法,一般还要求以Ti的权值Wi的升序排列。) 2、在F中选取两棵根结点权值最小的树作为新构造的二叉树的
<乐乐> 在 2025-02-04 上传 | 大小:11kb | 下载:0

[数据结构常用算法shellsort111

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

[数据结构常用算法05062129

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

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

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

[数学计算/工程计算Branchboundalgorithmtosolvthetravellingsalesmanpro

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

[数值算法/人工智能radarchengxiang

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

[数据结构常用算法zhipaiwenti

说明:运筹学之指派问题的匈牙利算法。刚刚才看到的,不错哦-tacticians Zhi assignment of the Hungarian algorithm. Only just to see, oh well
<张毅> 在 2025-02-04 上传 | 大小: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-02-04 上传 | 大小:2kb | 下载:0
« 1 2 ... .08 .09 .10 .11 .12 1513.14 .15 .16 .17 .18 ... 28522 »

源码中国 www.ymcn.org