搜索资源列表
Dijkstra_c
- C#中实现最短路,该图算法描述的是这样的场景:图由节点和带有方向的边构成,每条边都有相应的权值,路径规划(最短路径)算法就是要找出从节点A到节点B的累积权值最小的路径。-achieve the most short-circuit, the algorithm described in the plan that is the scene : map with nodes and from the direction of the edges, and each side has a corre
CMM.rar
- 这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点
yufashu-Node
- 写一个编译器必须建立语法树,以下是建立语法树时时所用的基本节点。-To write a compiler syntax tree must be established, the following is a syntax tree from time to time used to establish the basic nodes.
8-node-isoparametric-space
- 空间8节点等参单元的程序源码,用C编写的。有解释过程,运行良好。-8-node isoparametric space program source code, written using C. To explain the process of running well.
XmlFile
- 封装的一个xml读写类,非常好用,将xml格式的复杂api通过封装,转换成类似ini的操作方法,此类是跨平台的,被我也应用到IOS平台 标准的key-value模型 例子 XMLFile File("1.xml","testRoot") //文件名和根节点 SetIntForKey("age",11) //设置 -Xml reading and writing classes in the package, very easy to use, the complex x