搜索资源列表
Introduction to Functional Programming with Haskel
- Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders
aprioriGUI
- 这是实现资料挖掘中的Apriori演算法的源代码 此java程式需先在同一资料夹下创建一个database.txt档 开启档案后,输入最小支持度及信赖度,程式会执行计算出关联法则 此与一般的apriori代码不同,经过修改后亘加完美-This is the realization of the Apriori data mining algorithm java source code for this program need to be in the same folder cr
eptree112d
- 使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。 <输出的文件内容> 功能树 INKURUDOFAIRUTSURI 测量若干步骤(有条件汇编) 函数索引(使用堆栈大小为每个功能输出) 使用类名单 全局变量,变结构,对象名单 #定义定义列表 清单中所使用 列表名称 信息分布函数的行数-EPTREE can be used for good, C, C++, Java code analysis.
dijkstra-java
- Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
73462671gose
- 高斯滤波算法计算文件的平滑处理很好用的用了才知道好不好-gass smoothing calculate img fddasas
MagicCrow
- 乌鸦喝水的练习。计算乌鸦要丢多少石头才能喝到水呢?如果假设乌鸦喝到的是毒药会怎样?如果石头是炸药怎样?适合java面向对象的初学者-Crow drinking practice. Calculate the number of crows to throw stones in order to drink water? If the assumption is that crow drink poison what would happen? If the stone is what dynam
Calculate
- 使用java 编写的简单的计算表达式的程序,供大家学习交流-Using java prepared a simple procedure for the calculation of expression for them to learn from the exchange of
TFIDF
- 用于计算文档向量的TFIDF权值,代码使用Java语言写的-Used to calculate the document vector of TFIDF weight, code written using the Java language
calculator
- 基于java的简易计算器,中缀转后缀,可计算式子-Simple java-based calculator, infix turn suffix, calculate formulas
statistics
- calculate variance in java
java2
- java编程使用抽象类或借口计算三种几何图形的面积与周长,几何图形的尺寸自定-java programming using the abstract class or an excuse to calculate area and perimeter of the three geometry, the geometry of size custom
AntTSP
- 一种蚁群算法,主要关于VRP问题,可以计算最短路径,并且显示最佳路径-An ant colony, the main issue on the VRP, we can calculate the shortest path, and show the best path
code
- 基于JAVA代码的petri网仿真软件,可进行网络图最佳路线计算-JAVA-based code petri net simulation software, which can calculate the best route for network diagrams
Main.java
- Calculate next emission with hidden markov model
numbercaculate
- 在java环境下,可以利用栈计算后缀表达式的值程序已测试成功-Postfix expression can calculate the value of the stack
dijkstra
- Dijkstra shortest path algorithm in order to calculate the source to all other vertices of the shortest path length. Implementation is in Java-Dijkstra shortest path algorithm in order to calculate the source to all other vertices of the shortes
code
- 这 是 一 个 随 机 数 生 成 的 算 法 , 采 用 java 实现(Calculate random number)