资源列表

« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 2656 »

[数据结构常用算法Queens

说明:程序功能:1.由n2个方块排成n行n列的正方形称为n元棋盘。 如果两个皇后位于n元棋盘上的同一行、同一列或同一对角线上,则称它们在互相攻击。 现要找出使棋盘上n个皇后互不攻击的布局。 2.编制程序解决上述问题, 用户输入0~30间的棋盘方阵,给出所有解决方案,并输出结果。 -queens of different table sizes
<lfm> 在 2024-11-19 上传 | 大小:89kb | 下载:1

[数据结构常用算法TTU

说明:《数据结构》课程设计 建立并显示出有向图的邻接链表; 对该图进行拓扑排序,显示拓扑排序的结果,并随时显示入度域的变化情况; 给出它的关键路径(要求:显示出VE,VL,E,L,L-E的结果)。-" Data Structure" Course Design has established and demonstrated to the adjacency list the topological sort
<S> 在 2024-11-19 上传 | 大小:2mb | 下载:1

[数据结构常用算法code

说明:本程序采用二叉树的数据结构,,以作为家谱成员及信息(profile)的存储结构,,个人信息包括姓名,,性别,配偶,出生,死亡日期等,,还包括人物编号ID,,附加信息(便于以后扩展需要),以二叉树的遍历搜索,修改,增加,删除等作为核心算法,,并通过MFC界面显示出来,,以windows树结构来展示底层的家谱信息.-family tree
<符永顺> 在 2024-11-19 上传 | 大小:12kb | 下载:1

[数据结构常用算法MazeAlgorithm

说明:迷宫算法从入口到出口,传统的算法,堆栈和数组实现。- IEEE MicroMouse Maze Algorithm Research and Implementation of The Algorithm
<赵灿> 在 2024-11-19 上传 | 大小:329kb | 下载:1

[数据结构常用算法2007

说明:国家集训队2007年的论文,对大家学习算法应该有帮助-2007 National Team of the paper, all of us should help the learning algorithm
<水新国> 在 2024-11-19 上传 | 大小:5.3mb | 下载:1

[数据结构常用算法matlabyiqunsuanfa

说明:蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algo
<prince> 在 2024-11-19 上传 | 大小:3kb | 下载:1

[数据结构常用算法Greedy-algorithm

说明:贪心算法一般来说是解决“最优问题”,具有编程简单、运行效率高、空间复杂度低等特点。-Greedy algorithm to solve general, " optimal problems" , with programming is simple, efficient, and low space complexity.
<bonobo> 在 2024-11-19 上传 | 大小:254kb | 下载:1

[数据结构常用算法heapsort

说明:heapsort堆排序的演示程序,本程序利用C语言编程,图形显示时利用了UCDOS的图形api-this program demonstrate how work of heapsort
<hym> 在 2024-11-19 上传 | 大小:38kb | 下载:1

[数据结构常用算法sound2

说明:基于LabVIEW的声音识别程序,通过对声音的分析做到识别声音来源分析与匹配-LabVIEW-based voice recognition program, the analysis done by voice recognition and matching the sound source analysis
<肖超> 在 2024-11-19 上传 | 大小:26kb | 下载:1

[数据结构常用算法Prim.c.tar

说明:prim 最短路径实现 C++ 描述~代码规范,适合初学者-prim shortest path to achieve C++ descr iption ~ code specifications, suitable for beginners
<huochai> 在 2024-11-19 上传 | 大小:1kb | 下载:1

[数据结构常用算法sortAlgorithm

说明:一些排序算法,包括桶式排序,基数排序,归并排序,快速排序。-Some sorting algorithms, including the bucket sort, radix sort, merge sort, quick sort.
<> 在 2024-11-19 上传 | 大小:3kb | 下载:1

[数据结构常用算法lab

说明:matlab进行拓扑排序的程序,在matlab中实现了拓扑排序算法。-matlab for topological sort of the process is implemented in matlab a topological sorting algorithm.
<billhuang> 在 2024-11-19 上传 | 大小:6kb | 下载:1
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 2656 »

源码中国 www.ymcn.org