资源列表

« 1 2 ... .21 .22 .23 .24 .25 1526.27 .28 .29 .30 .31 ... 2656 »

[数据结构常用算法01pakage

说明:0-1背包问题源代码 用于算法设计的,数据结构的必要问题-0-1 knapsack problem of the source code for the algorithm design, data structures necessary to issue
<洋溢> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法duoceng

说明:多层有界边界吸收 c语言 弹性波波动方程求解方法-duo ceng you jie bian jie, C yu yan, tan xing bo dong fang chneg
<姜宏帅> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法migong

说明:简单的c++小程序,实现迷宫路线输出。可以自定义迷宫,用1代表不可走,0代表可走,进行输入。然后自定义起始点,输出一条可行路线。-Simple c++ applet to achieve the maze route output. You can customize the maze, can not go with 1 for, 0 to go, for input. Starting point and then customiz
<红其> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法GSAT

说明:贪心算法求解SAT问题 3-SAT问题 比较详细 很好很强大-Greedy algorithm to solve SAT problem greedy algorithm greedy algorithm to solve SAT problem SAT problem
<斯科> 在 2024-10-09 上传 | 大小:122880 | 下载:0

[数据结构常用算法insertsort

说明:插入排序算法1.for 循环找出一个待比较的值,然后进入while循环中,与数组中下标比它小的数据进行比较, * 因为下标比它小的数据都是排好序的,当a[i]大于这个数时,将a[i]往后移一下,就是这个数 * 的下标加1,依次循环,将比这个数的的数都移动到此数的后面,假如:当执行i--后,while条件 * 不成立,从而退出了while循环,此时,下标为i的数组值小于这个标准数,所以将这个标准数放到 * 下标为i+1的数
<woshi> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法123

说明:校园导航系统 1) 校园景点介:绍介相关景点的有关详细信息。 2) 最佳路线查询:查询校园中任意两点之间所有路线,并提供两点间最短的简单路径。 3) 关节点查询:提供校园图的关节点查询。 4) 多景点最佳路线查询:提供多个景点的最佳线路查询,即求途径这个景点的最佳路径。 -Campus Navigation System 1) campus attractions Introduction: Shao Jie-
<小酒窝> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[数据结构常用算法xmlDecode_src

说明:基于轻量级高效XML编解码,将树形数据结构用于最小化DOM模型XML编解码器的开发。在解析XML文本时,基于Expat解释器将XML字符串构造成树状结构 编码时构造DOM树结构,采用非递归深度优先法遍历树,将其串行化成XML串。本编解码器解决了国际化语言关键问题,是一个通用、高效的工业级XML应用支撑模块-Lightweight and efficient XML-based codec, the tree data structure
<wu> 在 2024-10-09 上传 | 大小:1650688 | 下载:0

[数据结构常用算法hamilton

说明:求最短哈密顿回路C++代码 运用哈密顿思想 求回路-The shortest Hamiltonian circuit C++ code using the Hamiltonian circuit seeking ideas
<洪萌滟> 在 2024-10-09 上传 | 大小:990208 | 下载:0

[数据结构常用算法Single_source_shortpath_dij

说明:迪杰斯特拉算法求最短路径的并行实现,可以修改结点个数-Parallel Algorithm for Shortest Path
<ck> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法floyd1

说明:弗洛伊德算法 运用弗洛伊德算法 实现查找最短出租车行驶路径-floyd algorithm used to find the shortest path of a taxi driving
<旺仔> 在 2024-10-09 上传 | 大小:16384 | 下载:0

[数据结构常用算法kruskal

说明:克鲁斯卡尔算法 运用克鲁斯卡尔算法求图中的最小生成树-Kruskal algorithm Kruskal algorithm for the use of the minimum spanning tree graph
<旺仔> 在 2024-10-09 上传 | 大小:11264 | 下载:0

[数据结构常用算法Cprogram1

说明:这是一篇用C语言程序编写的文档,能实现 将N的平方个数按正方形矩阵式排列,由里到外,按顺时针方向。-This is a program written in C language documentation, to achieve the square of the number of N by the square matrix arrangement, from inside to outside, in a clockwise d
<胡裕珍> 在 2024-10-09 上传 | 大小:3072 | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 1526.27 .28 .29 .30 .31 ... 2656 »

源码中国 www.ymcn.org