资源列表

« 1 2 ... .66 .67 .68 .69 .70 1371.72 .73 .74 .75 .76 ... 2656 »

[数据结构常用算法keyroad

说明:用C语言给出了关键路径算法的实现,可以帮助读者较好的理解关键路径思想-With the C language are given the realization of the critical path algorithm that can help readers better understand the thinking of the critical path
<zhou> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法Factorial

说明:数据结构实习题目,经过调试,可以运行大数阶乘。-Internship topic data structure, after debugging, you can run the factorial of large numbers.
<杨泽崎> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法shunxubiaodeshixian

说明:这是用c实现的顺序表的实现。适合初学数据结构的人。-It is used c in order to achieve the realization of the table. Data structure suitable for beginner person.
<> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法tuyouxianbianli

说明:C语言版的数据结构,利用遍历二叉树算法实现C语言的编程,即实现图的深度优先遍历。-C language version of the data structure, binary tree traversal algorithm using C programming language, namely, the achievement graph depth-first traversal.
<李飞跃> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法nQueens

说明:使用C语言解决n皇后问题,包括递归和非递归的实现源码。运行环境:Linux,g-Using the C language to solve n queens problem, including the recursive and non-recursive implementation of source code. Runtime Environment: Linux, gcc
<ajaxhe> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法saleman

说明:货郎担问题,离散优化问题,快速处理离散的遍历问题-Traveling salesman problem, discrete optimization, rapid processing of discrete traversal problem
<邱立富> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法studentmanager

说明:用链表做的学生信息管理系统,实验报告用的-Use lists of student information management system and laboratory use
<陈泽伟> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法buidbinarytree

说明:已知二叉树的前序,中序,建立二叉树,并输出它的后序遍历的序列-The first known binary sequence, in order to establish a binary tree, and after traversing the output of its sequence
<林藤子> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法suanfa

说明:计算机算法中用到的经典算法。包括01背包,多段图,资源分配问题,子数合集等。-Computer algorithms used in the classical algorithm. Including 01 backpack, multi map, resource allocation, the number of sub-collection, etc..
<wuxi> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法UsingPointersAndArrays

说明:pointer arrays document
<shashi> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法CInt96

说明:实现96位长整数的运算,包括加、减、乘、除以及幂运算等。-96-bit long integer to achieve computing, including addition, subtraction, multiplication, division, and exponentiation, etc..
<myj> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法qichejiayou

说明:一辆汽车加满油后可行驶n公里,旅途中有若干个加油站,设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少,对于给定的n和k个加油站位置,编程计算最少加油次数。 可以利用贪心选择性质来求解汽车加油问题,也就是所求问题的整体最优解可以通过一系列局部最优的选择,即贪心选择来达到。这是贪心选择算法可行的第一个基本要素,也是贪心算法与动态规划算法的主要区别。在动态规划算法中,每步所做的选择往往信赖于相关子问题的解,因而只有在解出相关子问题后,才能做出选择。而在贪心算法中仅在当前状态下做出最
<Daninel> 在 2025-06-17 上传 | 大小:10kb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 1371.72 .73 .74 .75 .76 ... 2656 »

源码中国 www.ymcn.org