资源列表

« 1 2 ... .59 .60 .61 .62 .63 364.65 .66 .67 .68 .69 ... 2656 »

[数据结构常用算法wannianli

说明:一个万年历程序,用于查找年份等,可以输出输入的年份是否为闰年,输入的日期在那年哪月-A calendar program used to find the year so you can output and input the year is a leap year, enter the date on which that year
<> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijkstra

说明:dijkstra算法,解决最短路径问题。-dijkstra algorithm to solve the shortest path problem.
<莫名哼其妙> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法the-eight-queens

说明:解决C++中的一个难题:八皇后问题,代码有一定的参考性。-Solution in C++ a problem: the eight queens problem, the code has some reference.
<Guling> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法lingo-example-6

说明:lingo程序,最短路问题,经典的Dijkstra 算法。-lingo (Dijkstra)
<lijunlee> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法JOSEPHUS

说明:约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -Josephus is the application of a mathematical problem: Given n individuals (in numbers 1,2,3 ... n,
<yyy> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法01pakage

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

[数据结构常用算法duoceng

说明:多层有界边界吸收 c语言 弹性波波动方程求解方法-duo ceng you jie bian jie, C yu yan, tan xing bo dong fang chneg
<姜宏帅> 在 2025-01-19 上传 | 大小:1kb | 下载: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
<红其> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法insertsort

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

[数据结构常用算法01

说明:数据结构练习有关双链表元素排序算法,其中比较简单的一种-Double-linked list data structure elements to practice the sort algorithm, in which a relatively simple
<宋思> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法huolangdan

说明:货郎担算法,属于大学课程算法分析和设计的一个实验题目-Traveling salesman algorithm, university courses are an algorithm analysis and design of experimental subjects
<jack> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法beibao

说明:用贪心法解决背包问题:设有不同价值、不同重量的物品n件,求从这n件物品中选取一部分物品的方案, 使选中的物品的总重量不超过指定的限制重量,但选中物品的价值之和最大。-Knapsack problem with a greedy method to solve: with different values, different weights of items n pieces, find items from n items in
<lancy> 在 2025-01-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 364.65 .66 .67 .68 .69 ... 2656 »

源码中国 www.ymcn.org