资源列表

« 1 2 ... .35 .36 .37 .38 .39 2340.41 .42 .43 .44 .45 ... 2656 »

[数据结构常用算法shuffle-cards

说明:洗牌算法,把一副牌随机的依次发给四个玩家。-Shuffling algorithm, the random order of a deck of cards issued to four players.
<王乐> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法trees

说明:二叉树也是递归定义的,其结点有左右子树之分,逻辑上二叉树有五种基本形态: (1)空二叉树——(a); (2)只有一个根结点的二叉树——(b); (3)右子树为空的二叉树——(c); (4)左子树为空的二叉树——(d); (5)完全二叉树——(e)注意:尽管二叉树与树有许多相似之处,但二叉树不是树的特殊情形。 -Binary tree is recursively defined, and its sub-tree nodes are
<zn> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法hufmtree

说明:给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。 -Given the right value as the n-n-leaf node, a binary tree structure, if the minimum weighted path length, saying such a binary tree for the optim
<zn> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法finding

说明:折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序。 -Binary search algorithm idea is to sequ
<zn> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法yuesefuhuana

说明:约瑟夫环的实现。。功能比较完整,用户界面比较友好,能够成功的进行环的循环。-Joseph Ring implementation. . Features more complete, the user interface is friendly to the success of the ring cycle.
<刘立鹏> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法maze

说明:实现寻找迷宫出口路径程序,可手动输入迷宫,也可随机自动产生迷宫。-Maze to find the path to achieve the export process, you can manually enter the maze, the maze can be automatically generated randomly.
<绯烟绯烟> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法xx

说明:数据结构单链表,倒叙输出链表。用尾结点倒叙输出单链表,主要是方法新颖-Single-linked list data structure, flashbacks output list. End flashback output node with a single linked list, the main novelty is the method
<黄石> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:狄克斯特拉算法,在通信网结构设计和选择路径时最基本的两种算法之一。-Dick Stella algorithm, the communication network design and selection of path one of the most basic of the two algorithms.
<小名> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法shiyanyi

说明:/编写一个完整的C语言程序,以单链表为存储结构,对一批学生的成绩进行管理,要求实//现如下功能: //1.通过键盘输入若干学生的学号、成绩,将数据保存一个单链表中。 //2.查询并输出指定学号的学生成绩。 //3.统计并输出不及格人数。 //4.按从高到低的顺序输出所有学生成绩 -/ Write a complete C language program to a single list for the stor
<xiaojiezhanzhu> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法all-kind-for-c-sort

说明:用于window下各种排序的需要,有冒泡,hafu等等多种排序功能的全集-all kind of sort way for windows C progrom
<> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法1212

说明:先来先服务算法,输入小于6 的进程,时间-FCFS algorithm
<黄禄嘉> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法expressvalue

说明:表达式求值 C语言版 单位数转换为后缀表达式再求值 -Expression evaluation
<马孟来> 在 2025-01-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 2340.41 .42 .43 .44 .45 ... 2656 »

源码中国 www.ymcn.org