搜索资源列表
reg2NFA
- 这是编译原理的一个实验, 是把一个正则表达式转化为不确定有穷自动机NFA的算法程序,朋兴趣的朋友可以下载来看看哦。 一个正则表达式就是由普通字符(例如字符 a 到 z)以及特殊字符(称为元字符)组成的文字模式。该模式描述在查找文字主体时匹配的一个或多个字符串。正则表达式作为一个模板,将某个字符模式与所搜索的字符串进行匹配。 本实例的符号包括: 1. 基本正则表达式, 如ab 2. 重复, 如a* 3. 在各项中选择, 如a|b
paike.rar
- 一个基于贪婪算法和分治算法以及回溯法的一个大型IT职业培训机构(湖北银河学院)的排课系统,采用AJAX+Mysql!!,A greedy algorithm based on the algorithm and sub-administration, as well as a large-scale retrospective law IT vocational training institutions (Institute of Hubei Galaxy) the Course Schedu
GPS
- 用Java语言编写的GPS定位系统,已通过编译,可以直接运行。(其中用了图中求源点到目的顶点最短距离的算法)-A program is GPS. A very simple but useful program. It will be helpful to you.
Asearch
- 基于java语言,用A*算法实现八数码问题-Java-based language, using A* algorithm to achieve the eight digital issues
MatrixMultiply
- 用JAVA实现的一种矩阵相乘算法.原创作品-Implemented with JAVA A matrix multiplication algorithm. Original works !!!!!!!!!!!!!
Sort
- 很全的排序算法,包含很多内部排序算法,有详解,包括选择,交换,-Sorting algorithm contains a lot of internal sorting algorithm, Xiangjie
Demo1
- JAVA,二分树查找算法,一个简单的JAVA编程-JAVA, binary tree search algorithm, a simple JAVA programming
JADE-examples-4.1.1
- 用于电力系统中matlab一个程序,神经网络遗传算法-For a program matlab power system, neural network genetic algorithm
Dijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm for computing the shortest path one node to all other nodes. The main features are the s