资源列表

« 1 2 ... .81 .82 .83 .84 .85 1886.87 .88 .89 .90 .91 ... 2656 »

[数据结构常用算法C_linksort

说明:C++的链表排序算法,简单清晰,移植扩充均非常方便。-C++ objectlist sorting algorithm, simple and clear, expansion of transplantation are very convenient.
<锐一> 在 2024-10-02 上传 | 大小:192512 | 下载:0

[数据结构常用算法Mindistance

说明:对于无向图或有向图,程序可以计算出图中每两个顶点之间的最短路径,并列出Floyd算法的具体实现-For undirected graph or directed graph, the program can calculate a figure between every two vertices of the shortest path, and lists the specific realize Floyd algorithm
<王海涛> 在 2024-10-02 上传 | 大小:192512 | 下载:0

[数据结构常用算法minimal_spanning_tree(Prims)

说明:最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用Prims算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network
<利莉> 在 2024-10-02 上传 | 大小:192512 | 下载:0

[数据结构常用算法Symbolic

说明:an example of processing symbolic expression
<nbn> 在 2024-10-02 上传 | 大小:192512 | 下载:0

[数据结构常用算法CalcSparseMatrix

说明:稀疏矩阵 操作 加减乘除 转置等等 从文件导入 手动输入 建立矩阵-SparseMatrix operation
<yeyongcheng> 在 2024-10-02 上传 | 大小:192512 | 下载:0

[数据结构常用算法maopao

说明:实现冒泡排序方法,采用多种方法来实现冒泡-Realizing bubble sort method, using a variety of methods to realize the bubble
<张一可> 在 2024-10-02 上传 | 大小:192512 | 下载:0

[数据结构常用算法tsinghua2004data

说明:清华大学2004年计算机数据结构真题及答案,找到真的不容易的-Tsinghua University, 2004 Computer data structure Zhenti and answers, is really not easy to find
<asa> 在 2024-10-02 上传 | 大小:192512 | 下载:0

[数据结构常用算法C++programs-bubble

说明:bubble sort in c++ for data vector sorting
<bilal> 在 2024-10-02 上传 | 大小:192512 | 下载:0

[数据结构常用算法DSFTraver

说明:图的深度优先搜索遍历,可以实现数据结构中关于图的遍历里面的深度优先搜索遍历-Depth-first search graph traversal can be achieved on the graph data structure traversal inside the depth-first search traversal
<吴伟> 在 2024-10-02 上传 | 大小:192512 | 下载:0

[数据结构常用算法maze

说明:这是一个c语言编写的迷宫小程序,不过没有使用MFC,只是最初级的DOS操作界面。-C This is a small program written in a maze, but did not use MFC, only the most junior of the DOS interface.
<Gao> 在 2024-10-02 上传 | 大小:192512 | 下载:0

[数据结构常用算法16_BinarySortTree

说明:二叉排序树又称二叉查找树(Binary Search Tree),亦称二叉搜索树。实现了二叉排序树的定义,删除,插入,搜索等操作。-Binary sort tree, also known as a binary search tree (Binary Search Tree), also known as a binary search tree. To achieve a defined binary sort tree, dele
<yuxin> 在 2024-10-02 上传 | 大小:191488 | 下载:0

[数据结构常用算法GAlgorethms

说明:n皇后问题 GA算法求解n皇后问题。 即如何能够在 n×n 的国际象棋棋盘上放置n个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。 要求: ⅰ. 输入n,并用运行时间比较几种算法在相同规模的问题时的求解效率,并列表给出结果。 ⅱ. 比较同一算法在n不相同时的运行时间,分析算法的时间复杂性,并列表给出结果。 -N-Queens problem Us
<chen> 在 2024-10-02 上传 | 大小:191488 | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 1886.87 .88 .89 .90 .91 ... 2656 »

源码中国 www.ymcn.org