资源列表

« 1 2 ... .38 .39 .40 .41 .42 2443.44 .45 .46 .47 .48 ... 2656 »

[数据结构常用算法exp5-2

说明:背包问题:设有不同价值、不同重量的物件n件,求从n件物品中选取一部分物品的方案,使选中物品的总重量不超过指定的限制重量,但选中物品的总价值最大。-Knapsack problem: has different values, different weights of objects n pieces, find some items selected n items in the program, bringing the total
<Chetme> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法exp7-2

说明:实现二叉树的先序遍历、中序遍历和后序遍历的递归和非递归算法,以为层次遍历的算法。-Recursive and non-recursive algorithm binary preorder, preorder and postorder traversal, traverse the level that algorithm.
<Chetme> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法exp7-5

说明:实现中序线索化二叉树,采用递归和非递归两种方式输出线索中序序列。-In order to achieve clues binary, recursive and non-recursive clues in two ways output sequence order.
<Chetme> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法exp9-4

说明:输出在一棵二叉排序树中查找某个关键字k经过的路径。-Find a keyword k output through the path of a binary sort tree.
<Chetme> 在 2024-11-07 上传 | 大小:2kb | 下载:0

[数据结构常用算法exp9-5

说明:一个算法,判断给定的二叉树是否是二叉排序树。-Determine whether a given binary tree is binary sort tree.
<Chetme> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法biaodashi

说明:C语言,输入中缀表达式字符序列。输出:求值过程:每一步读入的字符和对象栈,运算符栈的变化情况以及最终结果。-C language, a sequence of characters input infix expression. Output: the uation process: read every step of the characters and objects into the stack, the stack chan
<梦溪> 在 2024-11-07 上传 | 大小:2kb | 下载:0

[数据结构常用算法binarytreebasic

说明:二叉数据结构基本类,可以实现二叉树基本的操作,并可添加新的操作-The basic structure of the binary data type, you can achieve binary tree basic operations, and add a new operating
<lv> 在 2024-11-07 上传 | 大小:486kb | 下载:0

[数据结构常用算法looplist

说明:输入1个数字和多个字符,中间均以空格隔开。假设数字取值为m(范围1~9),后面字符个数为n。假设n个字符围成一圈,从第一个字母开始循环报数,当数到m以后,第m个字母就出列,直到这n个字母全部出列。最后,按照出列的顺序输出这些字母,中间仍以空格隔开。取值范围:m为1到9, 字符个数n大于1小于20。 -Enter 1 numbers and multiple characters, separated by spaces. Assum
<旭辉> 在 2024-11-07 上传 | 大小:684kb | 下载:0

[数据结构常用算法Algorithms

说明:《算法分析与设计》书中一些算法的实现,包括二分搜索算法,循环与换位,自然合并排序,最长单调递增子序列等等,书中1-16号算法实现- Algorithm Analysis and Design book of some algorithm, including the binary search algorithm, circulation and transposition, natural merge sort, the longe
<程浩> 在 2024-11-07 上传 | 大小:8kb | 下载:0

[数据结构常用算法SD

说明:深度优先搜索,实现非连通图的深度优先搜索。-Depth First Search
<张斌> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法Stack

说明:c语言实现的数据结构,链栈的实现,里面包含多个接口-C language- data structure, the realization of the chain stack, including multiple interfaces...
<黄真> 在 2024-11-07 上传 | 大小:13kb | 下载:0

[数据结构常用算法hashwork

说明:可以把樹跟sic列出來,然後有3種排列方式,看要用哪一種-You can follow the tree sic listed, then there are three kinds of arrangement, to see what kind of use
<mike> 在 2024-11-07 上传 | 大小:3.47mb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 2443.44 .45 .46 .47 .48 ... 2656 »

源码中国 www.ymcn.org