资源列表

« 1 2 ... 82 83 84 85 86 8788 89 90 91 92 ... 2656 »

[数据结构常用算法ExpStack

说明:数据结构中堆栈的具体应用,实现表达式的化简、求值等功能,可以自由确定变量,并且可以给变量赋值。Vc开发,包括了用户操作界面,输入输出清晰。-stack data structures to the specific applications, simplification of the expression, evaluates functions and the freedom to determine variables, as w
<山石> 在 2024-11-20 上传 | 大小:194kb | 下载:0

[数据结构常用算法数据结构10个程序

说明:在tc编译通过 顺序表的操作 链表的操作等-tc compiled by the order of the operating table Chain operation
<李霁洺> 在 2024-11-20 上传 | 大小:4kb | 下载:0

[数据结构常用算法排序6和1

说明:包括数据结构中最常用的6种排序算法和相关解释,适用与严蔚敏的c语言版。-including data structure of the six most common types of algorithm and the related interpretation, application and Yan Wei Min c language version.
<dd> 在 2024-11-20 上传 | 大小:146kb | 下载:0

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

说明:数据结构常用算法的堆排序算法,完整版可直接编译运行,教学实验中常用!-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
« 1 2 ... 82 83 84 85 86 8788 89 90 91 92 ... 2656 »

源码中国 www.ymcn.org