资源列表

« 1 2 ... .69 .70 .71 .72 .73 2574.75 .76 .77 .78 .79 ... 2656 »

[数据结构常用算法greedy

说明:贪心法解决背包问题 可自己设置物品数量和背包总容量-Greedy method to solve the knapsack problem and the number of items can set up their own backpack with a total capacity
<yangle> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-definition--of-an-array

说明:定义一个数组,并对其进行各种处理,如插入,删除,排序等等,已运行通过。-Define an array, and carries on the various operations, such as sorting, insert, delete, etc., has passed the program is running
<皇甫永硕> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-establishment-of-a-static-queue

说明:定义了一个循环队列,并对其进行处理,包括初始化,输入,输出,删除等等,已经在vc6.0上运行通过。-Defines a circular queue, and carries on the processing, including initialization, input, output, delete, etc., has been run through in vc6.0
<皇甫永硕> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法the-static-binary-tree-and-input

说明:建立一个静态二叉树,并对他进行先序遍历,已在vc6.0上运行通过。-To establish a static binary tree, and carries on his first sequence traversal, has run through in vc6.0
<皇甫永硕> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明:有序链表的合并,将2条有序单链表进行合并为1条有序单链表-Ordered list of the merger, the two merge as a single list ordered an orderly single list
<徐宇航> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法10-Number-of-sorts

说明:题目:对10个数进行排序 程序分析:可以利用选择法,即从后9个比较过程中,选择一个最小的与第一个元素交换,下次类推,即用第二个元素与后8个进行比较,并进行交换。-Topic: 10 Number of sorts for the program analysis: selection method can be used, that is, from the nine comparison process, select a
<程凯> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法DP

说明:动态分配法解决背包问题,自己设置物品总数,背包总容量-Dynamic allocation method to solve the knapsack problem, the total number of items set up their own backpack with a total capacity
<yangle> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法test

说明:Floyd算法,数据结构中的图的经典算法,用以计算图中各点的最短路径-Floyd algorithm, the data structure of the classic algorithm to calculate the shortest path graph of each point
<sunny> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法isap_sample

说明:isap网络流算法模板,可以实现效率相当高的网络流-Isap template, network flow algorithm can achieve high efficiency of network flow
<kter> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法GAIJINMAOPAOFA

说明:冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序-Bubble method is a basic algorithm for sorting data, which is the basic method: Comparison of two adjacent elements,
<叶子> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法source

说明:/* 功能: 输入参数:int*p 指向二维数组的首地址,该二维数组第0行的两个数分别表示:总钱数<30000,和希望购买物品的个数<25 该数组从第1行到第m行(1<=j<=m)中给出了编号为j的物品的基本数据,每行有2个非负整数, 表示该物品的价格(<=10000)和该物品的重要度(1~5)。 GetResult表示不超过总钱数的物品的价格与重要度乘积
<lkl> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:设置在mxn的棋盘上,来回走路,走到最近的边角点就输出yes,否则(即不存在这样的走法)输出no。属于一道简单的模拟算法题目- 文言文 西班牙语 英语 粤语 中文 ON划词翻译ON实时翻译 Set back and forth to walk in the mxn chessboard,, go to the nearest corner point on the output of yes, otherwise (i
<赵奕> 在 2025-02-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .69 .70 .71 .72 .73 2574.75 .76 .77 .78 .79 ... 2656 »

源码中国 www.ymcn.org