资源列表

« 1 2 ... .16 .17 .18 .19 .20 1421.22 .23 .24 .25 .26 ... 2656 »

[数据结构常用算法BinaryTreeViaMFC

说明:画图法实验数据结构中二叉树先序、中序、后序遍历和显示。-Paint Method in the first order binary tree data structure, in order, post order traversal and display.
<Benjamin Hoo> 在 2024-11-15 上传 | 大小:24.23mb | 下载:0

[数据结构常用算法2

说明: 马踏棋盘 解决数据结构的实际问题 这是大学的知识 好像挺简单的-Horse riding board to solve the practical problems of data structure knowledge this is the university seems to be quite simple
<王小丽222> 在 2024-11-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法ninequeens

说明:解决数据结构题目中经典的九皇后问题的源代码。在Visual C++上运行。-To solve the problem of nine queens which is a classical problem when you learn the data structure.
<Trista> 在 2024-11-15 上传 | 大小:596kb | 下载:0

[数据结构常用算法LRU-update-Cache-

说明:LRU置换算法是选择最近最久未使用的页面予以置换。该算法赋予每个页面一个访问字段,用来记录一个页面自上次被访问以来经历的时间T,当须淘汰一个页面时,选择现有页面中T值最大的,即最近最久没有访问的页面。这是一个比较合理的置换算法。-LRU replacement algorithm is to select the page from lack of use the most recent to be replaced. The algo
<shen6041> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:霍夫曼编码的码长是变化的,对于出现频率高的信息,编码的长度较短;而对于出现频率低的信息,编码长度较长。这样,处理全部信息的总码长一定小于实际信息的符号长度。-Huffman coding of the code length is variable, for the high frequency information, coding the length of the shorter and for the low frequenc
<shen6041> 在 2024-11-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法hanoi

说明:汉诺塔问题,能够解决碟子数任意多的汉诺塔问题,而且程序显示碟子从哪个柱子移动到哪个柱子-The problem of Hanoi, to solve the problem of Hanoi with any number of plates, moreover, the program display the movement the plate .
<董海光> 在 2024-11-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法quicksort_s.c

说明:sequential quick sort using quick function
<sara25> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法heap

说明:使用MFC可视化界面,实现数据结构中的对排序,初始堆和排序后的堆都用树控件显示-Visual interface using MFC, data structure of the sort, after the initial heap and sort heap is a tree control displays
<wangyun> 在 2024-11-15 上传 | 大小:26kb | 下载:0

[数据结构常用算法08031210

说明:课程设计 包含 顺序表 链表 树 排序等相关的一些操作-Curriculum design includes tree sort sequence table lists some of the operations related
<liutao> 在 2024-11-15 上传 | 大小:689kb | 下载:0

[数据结构常用算法c

说明:c语言编写的 包含平均数 求和 排序 最值 鞍点-c language contains the value of the average sum of ordering the saddle point
<liutao> 在 2024-11-15 上传 | 大小:633kb | 下载:0

[数据结构常用算法erchashu

说明:建立一棵二叉树,要求分别用递归和非递归方法实现二叉树的先序、中序和后序遍历。-Create a binary tree, requiring respectively recursive and non recursive methods to achieve binary tree preorder, inorder and postorder traversal.
<罗峰> 在 2024-11-15 上传 | 大小:23kb | 下载:0

[数据结构常用算法migongqiujie

说明:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出-You can enter a maze of any size data obtained with a non-recursive way out of the labyrinth path and output path
<罗峰> 在 2024-11-15 上传 | 大小:72kb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 1421.22 .23 .24 .25 .26 ... 2656 »

源码中国 www.ymcn.org