资源列表

« 1 2 ... .49 .50 .51 .52 .53 954.55 .56 .57 .58 .59 ... 2656 »

[数据结构常用算法sorts

说明:合并排序 插入排序 希尔排序 快速排序 冒泡排序 桶排序 的比较。随机产生空间大小为: N = 10, 1000,10000,100000 的排序样本,取值为[0,1]区间。除了插入排序和冒泡排序,其他四个还随机产生空间大小为:1000000、10000000的排序样本。 -sorts
<何雯> 在 2025-06-14 上传 | 大小:213kb | 下载:0

[数据结构常用算法UnDirectGraph

说明:本程序实现了《数据结构》课本中无向图的基本算法,包括图的构造、图的深度、广度优先遍历算法、用Prim、Kruskal算法构造最小生成树以及分别用Dijkstra、Floyd算法求源点到所有顶点、图中任意两点间的最短路径,并给出具体的路径 -This procedure achieved a " data structure" textbooks undirected graph the basic algorithm, including graphs, graph depth
<王广友> 在 2025-06-14 上传 | 大小:39kb | 下载:0

[数据结构常用算法BinaryTree

说明:数据结构中二叉树的实现以及先序,中序,后序的遍历,并且有计算叶子结点,深度等等附加功能-Data Structure:Binary Tree,achieve some functions like:preorder,inorder,postorder,depth calculation,node calculation and so on.
<Micrs> 在 2025-06-14 上传 | 大小:250kb | 下载:0

[数据结构常用算法perm1

说明:此程序完成对给出的数组使用递归法进行全排序。-To complete this process using the recursive method given wide array sort.
<王广友> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法SortProblems

说明:数据结构:实现各种排序的功能,包括快速排序,希尔排序,堆排序-Data Structure:Solve some sort problem, include insert sort,merge sort,quick sort,heap sort,and so on.
<Micrs> 在 2025-06-14 上传 | 大小:312kb | 下载:0

[数据结构常用算法ex4

说明:上传的这个程序使用递归算法实现数组的合并排序。-From this process a recursive algorithm using an array of merge sort.
<王广友> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法binary_tree

说明:本程序详细地介绍了二叉树数据结构在c++程序中的实现。-The procedure described in detail the binary tree data structure in c++ program implementation.
<王一> 在 2025-06-14 上传 | 大小:36kb | 下载:0

[数据结构常用算法chessboard

说明:新编写人机交互性棋盘算法 ChessBoard.cpp ChessBoard.h ChessBoardDoc.cpp MainFrm.cpp MyChessBoard.cpp ChessBoardChessBoardiew.dsw-ChessBoard
<陈青> 在 2025-06-14 上传 | 大小:4.75mb | 下载:0

[数据结构常用算法HuffmanNode

说明:哈夫曼编码将文档利用哈夫曼编码数据压缩 huff.h huffcode.txt huffmannode.cpp huffmanNode.plg sourcefile.txt TextFile.txt-Huffman coding the document data compression using Huffman coding
<陈青> 在 2025-06-14 上传 | 大小:282kb | 下载:0

[数据结构常用算法maze

说明:该程序解决的是迷宫问题。给定一个n(n<20)行m(m<20)列的迷宫,迷宫每个位置用整数1和0表示,0表示墙,1表示通道,给出迷宫起点(x0,y0)和终点(x1,y1),求出起点到终点的最短路径。-The procedure to solve the maze problem. Given an n (n < 20) row m (m < 20) out of the maze, the maze of each position with the integer 1 an
<风泪> 在 2025-06-14 上传 | 大小:2kb | 下载:0

[数据结构常用算法ssd5ex2

说明:ssd5 examen 2 practico
<juancho> 在 2025-06-14 上传 | 大小:31kb | 下载:0

[数据结构常用算法mydijkstra

说明:算法实现图论中D算法,与以往代码不同之处是结果以图形的方式给出-Algorithm D algorithm in graph theory, the difference between the previous code is the way the results are given in graphical
<王乐> 在 2025-06-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 954.55 .56 .57 .58 .59 ... 2656 »

源码中国 www.ymcn.org