资源列表

« 1 2 ... .03 .04 .05 .06 .07 1408.09 .10 .11 .12 .13 ... 2656 »

[数据结构常用算法bin_tree

说明:自己数据结构试验课写的二叉树的遍历,简单实用,可以用一用-C program to solve bin_tree
<huatengheiyue> 在 2024-10-11 上传 | 大小:26624 | 下载:0

[数据结构常用算法acm1001

说明:北大acm上的1001题,主要是一个处理溢出的算法,难度不是很大,很初级-Peking acm 1002 , not difficult
<Daniel> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法xianxingbiao

说明:自己在数据结构的实验作业,简单明了,适合初学者,是线性表的合并-xianxingbiaode he bing
<huatengheiyue> 在 2024-10-11 上传 | 大小:43008 | 下载:0

[数据结构常用算法hash

说明:数据结构实验作业哈希表的建立与操作,有实验报告,上面的源码可通过-hash table
<huatengheiyue> 在 2024-10-11 上传 | 大小:51200 | 下载:0

[数据结构常用算法yuesefu

说明:约瑟夫环问题的解决 很简单的实现-Joseph Ring problems
<adela> 在 2024-10-11 上传 | 大小:60416 | 下载:0

[数据结构常用算法8-Queen

说明:C++8皇后源代码 MFC非常好用的程序哦-C++8 Queen MFC source code is very easy to use program oh
<hjkhk> 在 2024-10-11 上传 | 大小:31129600 | 下载:0

[数据结构常用算法BinaryTreeViaMFC

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

[数据结构常用算法ninequeens

说明:解决数据结构题目中经典的九皇后问题的源代码。在Visual C++上运行。-To solve the problem of nine queens which is a classical problem when you learn the data structure.
<Trista> 在 2024-10-11 上传 | 大小:610304 | 下载: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-10-11 上传 | 大小:1024 | 下载: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-10-11 上传 | 大小:2048 | 下载: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-10-11 上传 | 大小:2048 | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 1408.09 .10 .11 .12 .13 ... 2656 »

源码中国 www.ymcn.org