资源列表

« 1 2 ... 80 81 82 83 84 8586 87 88 89 90 ... 2656 »

[数据结构常用算法完整堆排序算法

说明:数据结构常用算法的堆排序算法,完整版可直接编译运行,教学实验中常用!-algorithm commonly used data structures heap sorting algorithm, a complete version can be directly translated operations, which are often used in teaching experiment!
<dd> 在 2024-11-20 上传 | 大小:135kb | 下载:0

[数据结构常用算法matrixlib

说明:一个很好的矩阵类,使用者用了请务必感谢原作者-a good matrix type, users spent Be sure to thank the original author! !
<tzq> 在 2024-11-20 上传 | 大小:14kb | 下载:0

[数据结构常用算法算法排序效率对比

说明:程序以图形的形式对各种排序的效率进行对比,是学习排序算法的很好的工具-procedures to graphics in the form of various sort of efficiency compared learning algorithm is a good tool
<李春晖> 在 2024-11-20 上传 | 大小:409kb | 下载:0

[数据结构常用算法四则运算实现(c 语言 数据结构课程设计题)

说明:四则运算实现(c 语言 数据结构课程设计题)-four Computing (c language curriculum design data structures that)
<和平> 在 2024-11-20 上传 | 大小:5kb | 下载:0

[数据结构常用算法hwy_sell

说明:数据库在VB界面上的实现.如何实现数据库登陆界面、以何种形式登陆、销售系统界面等-in VB database interface is achieved. How landing database interface, in whatever form, landing, sales system interface
<何瑜> 在 2024-11-20 上传 | 大小:182kb | 下载:0

[数据结构常用算法语法分析之左递归实验

说明:此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi
<何浩> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法KUAHAO

说明:用C做的括号匹配程序,可以检测用户输入的括号是否匹配并给出提示-C matching brackets do procedures, the user can input the brackets and whether the match is suggested
<阿姆罗> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法高斯消元法(不列主元)

说明:高斯消元法(不列主元)大学计算方法里面的一个算法,用c++编的-Gaussian Elimination Act (PCA not out) University calculation inside an algorithm, using the c series
<胡铭育> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法“八皇后”问题递归法求解

说明:“八皇后”问题递归法求解 * 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen's" recur
<美美> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法数据结构算法集锦

说明:数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计算相关算法-algorithm data structure highlights include : large common algorithms, such as for the number two majors, for the prime numbers, Prim
<美美> 在 2024-11-20 上传 | 大小:9kb | 下载:0

[数据结构常用算法哈希表设计

说明:哈希表设计是数据结构中重要的一个项目,该程序详尽说明了哈希表的建立等过程。-hash wishes it is an important project in the structure of the data that the form is designed, this procedure proves exhaustivly hash wishes such course as the setting-up of the form
<美美> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法数据结构和算法Flash动画演示

说明:数据结构和算法Flash动画演示 B树的删除,B树的生长过程,串的顺序存储,单链表结点的插入,单链表结点的删除,堆排序,二叉排序树的删除等-data structures and algorithms Flash animation demo B-tree removal, B-tree growth, the sequence string storage, single linked list of nodes inserted,
<仙道> 在 2024-11-20 上传 | 大小:943kb | 下载:0
« 1 2 ... 80 81 82 83 84 8586 87 88 89 90 ... 2656 »

源码中国 www.ymcn.org