资源列表

« 1 2 ... .53 .54 .55 .56 .57 2058.59 .60 .61 .62 .63 ... 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}。一个语言L是上下文无关语言(Context-Free Lan
<wu> 在 2025-06-15 上传 | 大小: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-06-15 上传 | 大小:301kb | 下载:0

[数据结构常用算法ArabicFeaturesExtractor

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

[数据结构常用算法shortest

说明:以前一直不会最短路的弗洛伊德算法,我参考别人的,随便写了一个,大家指正把-Not previously been the shortest path algorithm of Floyd, I made reference to others, wrote a casual, we corrected the
<王兰> 在 2025-06-15 上传 | 大小:300kb | 下载:0

[数据结构常用算法MathEngine

说明:这是一个数学引擎的源码.包含了2D 3D各种运算的支持.定义了各种数据结构.编译后生成链接库.-This is a mathematical engine source. Contains 2 D 3 D various operations support. Defines all kinds of data structure. Compiler to create link libraries
<铁峰> 在 2025-06-15 上传 | 大小:300kb | 下载:0

[数据结构常用算法suffix

说明:后缀数组,用于高速处理庞大的字符串匹配问题-suffix array
<Art> 在 2025-06-15 上传 | 大小:300kb | 下载:0

[数据结构常用算法C-suanfa

说明:c语言常用的算法,数字、字母排序、大小比较等-c language commonly used algorithm,Numbers, letters Sort,Comparison, etc.
<大头> 在 2025-06-15 上传 | 大小:300kb | 下载:0

[数据结构常用算法Lecture7_BinarySearch1

说明:这是数据结构的二分排序算法源码,健忘版本,检验通过-This is the data structure of the two sub-sort algorithm source code, forgetful version, tests have been passed ...
<杜艳丽> 在 2025-06-15 上传 | 大小:300kb | 下载:0

[数据结构常用算法Library-Management-System-

说明:图书馆管理系统,完成图书馆的核心算法,具有图书录入,借书人录入,借阅图书,归还图书,图书查询和价格计算等功能。-Library management system, complete library of core algorithms, feature book entry, entry borrowers to borrow books, return books, search for a book, and prices, and other functions.
<王京石> 在 2025-06-15 上传 | 大小:300kb | 下载:0

[数据结构常用算法maze.tar

说明:回溯法求解老鼠走迷宫问题,使用C++语言的高内聚,低耦合的特点-Retrospective method of mouse maze problem
<getan> 在 2025-06-15 上传 | 大小:300kb | 下载:0

[数据结构常用算法ShellInsert

说明:这个程序里面包括有希尔排序,快速排序,堆排序,归并排序。-This program which includes Hill sort, quick sort, heap sort, merge sort.
<于渊> 在 2025-06-15 上传 | 大小:299kb | 下载:0

[数据结构常用算法SuffixArray

说明:后缀数组是处理字符串的有力工具。后缀数组是后缀树的一个非常精巧的 替代品,它比后缀树容易编程实现,能够实现后缀树的很多功能而时间复杂度也 并不逊色,而且它比后缀树所占用的内存空间小很多。可以说,在信息学竞赛中 后缀数组比后缀树要更为实用。本文分两部分。第一部分介绍两种构造后缀数组 的方法,重点介绍如何用简洁高效的代码实现,并对两种算法进行了比较。第二 部分介绍后缀数组在各种类型题目中的具体应用。-Suffix array is a powerful tool for deal
<sxy> 在 2025-06-15 上传 | 大小:300kb | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 2058.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org