资源列表

« 1 2 ... .93 .94 .95 .96 .97 598.99 .00 .01 .02 .03 ... 2656 »

[数据结构常用算法cfl

说明:上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。
<wu> 在 2025-01-31 上传 | 大小:301kb | 下载:0

[数据结构常用算法BinaryTree

说明:这是用C语言实现的二叉树的遍历算法,包括递归和非递归算法的实现。-This is to use C language implementation of the binary tree traversal algorithms, including recursive and non-recursive algorithm implementation.
<duyankang> 在 2025-01-31 上传 | 大小:301kb | 下载:0

[数据结构常用算法reverse

说明:将具有头结点的单链表的所有指针全部进行倒向。其中使用的额外空间为 O(1),时间代价为O(n),其中 n 为结点个数。-have the first node of the single list of all all for backward pointers. One of the additional space for the O (1), time costs for the O (n), where n is the num
<stanley> 在 2025-01-31 上传 | 大小:302kb | 下载:0

[数据结构常用算法ArabicFeaturesExtractor

说明:to find arabic text feature
<laith> 在 2025-01-31 上传 | 大小:301kb | 下载:0

[数据结构常用算法sort

说明:根据Kurse版数据结构改成的课件。此章包括: 1、基本概念 2、插入排序 3、交换排序 4、选择排序 5、归并排序 6、基数排序 7、外部排序 -According to the data structure into Kurse version of the courseware. This chapter includes: 1, the basic concept of 2, 3, inserti
<黄蔼婧> 在 2025-01-31 上传 | 大小:301kb | 下载:0

[数据结构常用算法saolei

说明:针对扫雷程序做的C++源代码,能初始化扫雷界面并进行扫雷-Clearance procedures for doing C++ source code
<杨哲> 在 2025-01-31 上传 | 大小:302kb | 下载:0

[数据结构常用算法math

说明:经典数值算法源码,包括:数据处理与回归分析,特征函数,插值,矩阵特征值与特征向量的计算,矩阵运算,-Classical numerical algorithm source code, including: data processing and regression analysis, the characteristic function, interpolation, eigenvalue and eigenvector calc
<csc> 在 2025-01-31 上传 | 大小:302kb | 下载:0

[数据结构常用算法Addressbook

说明:通讯录,数据结构课程设计作业,希望对大家有所帮助-Address book, data structures, curriculum design work, we hope to help
<luowen> 在 2025-01-31 上传 | 大小:302kb | 下载:0

[数据结构常用算法suanfa_jingdian

说明:VC++数据结构经典算法源码包,希望对大家有所帮助-VC++ Data Structures classical algorithm source package, we hope to help
<> 在 2025-01-31 上传 | 大小:302kb | 下载:0

[数据结构常用算法The-computer-mouse-intelligence-turn

说明:2012年电脑鼠实现了16*16的稳定搜索与智能拐弯返回与冲刺。-2012 the computer mouse realized 16* 16 search and intelligent stable returns on sprint.
<陈旭> 在 2025-01-31 上传 | 大小:302kb | 下载:0

[数据结构常用算法PrintMatrix

说明:用VC实现将一个矩阵,按顺时针方向打印出来-With VC will be a matrix printouts clockwise
<莫芊韵> 在 2025-01-31 上传 | 大小:302kb | 下载:0

[数据结构常用算法CH1

说明:严老奶奶数据结构第一章源码实现 完全可用-Yan grandmother source data structure to achieve the first chapter
<anan> 在 2025-01-31 上传 | 大小:302kb | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 598.99 .00 .01 .02 .03 ... 2656 »

源码中国 www.ymcn.org