搜索资源列表
Introduction to Functional Programming with Haskel
- Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders
贝叶斯
- 有关贝叶斯算法的java程序 优化计算和预测功能 比较好用-bayes arithmetic using java program
NumericalAnalysis
- 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
Dijkstra
- Sample program in Java applet demonstarting Dikjstras Algorith(Shortest Path Algorithm).
genetic
- 这是用遗传编程算法来拟合曲线的一个经典程序,非常不错,大家可以通过修改function程序里的曲线定义来拟合多种曲线-This is the genetic programming algorithm to a classical curve fitting procedures, is very good, you can program by modifying the function of the curve to fit the definition of a wide range o
Avl_tree
- Program sorting array of numbers using avl tr-Program sorting array of numbers using avl tree
crc
- this program talks about crc , crc12 , crc16 and crc ccip of error detection method
bank
- Java版本银行家算法,运行了死锁避免与死锁检测模拟程序,可以在Eclipse上直接运行-Java version of the banker' s algorithm, run the deadlock avoid deadlock detection simulation program that can run directly on the Eclipse
Dataset.java
- sample program of apriori
decisiontreeID3
- id3 program in java for decision trees
SimpleCalculator
- 计算器计算程序,可进行加减乘除等运算,简单,初学者适用。-Calculator program, and other operations can be addition, subtraction, simple, beginners to apply.
StudentCalculator
- 这个是我自己写的一个模拟计算器的小程序,用的是java语言,方便初学者学习使用!-This is my own simulation calculator write a small program, using java language, easy for beginners to learn to use!
TWO-PART-ALGORITHM-BASED-JAVA
- 本程序是指派问题的匈牙利算法.采用Excel的后台VBA 程序来解决.下面就给出全部的代码。 -This program is the Hungarian Assignment algorithm. Using Excel VBA program to solve the background. Here, give all of the code.
Calculator
- 计算器。用java语言写的简答计算器程序!-Calculator. The short answer written using java language calculator program!
Ring
- 圆环类Ring的Java程序。圆周率的计算-Class Ring ring the Java program. The calculation of pi
LeastSquare20110722
- 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
java-program
- 详细介绍汉诺塔,输出数字金字塔,显示素数,显示日历-Details of the Tower of Hanoi, the output digital pyramid to display the prime numbers, display the calendar
4_parameter_fit
- 根据之前的JAVA的程序编写的VC环境下的四参数拟合。-4 parameters fitting of c according to the JAVA program.
FEM
- 利用Java程序,求一元二元偏微分方程数值解,附有画图和求误差功能。-By using Java program, numerical solution of a partial differential equation of two yuan, with drawing and error function.
FiniteField
- a java program to simulate a finite field in mathematics