搜索资源列表
Introduction to Functional Programming with Haskel
- Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders
Haskell教程
- Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
TurboPascalAdvancedProgramming
- 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
FFTReal
- FFT源码,快速傅里叶变换和逆变换,Portable ISO C++开发的完整类-FFTReal Version 1.03, 2001/06/15 Class of Fourier transformation of real data (FFT and IFFT) Portable ISO C++ (c) Laurent de Soras <ldesoras@club-internet.fr>
bubble_sort
- 100 bubble sort.pascal-100 bubble sort.pascal
CountingSort
- 100 CountingSort.pascal
queue
- queue algorithm in pascal
onp
- This is Reverse Polish Notation. Algorithm is implement in Trubo Pascal 7.0.
fft_delphi
- FFT on Delphi algorithm in pascal sources
AVGMath
- mathimatics library for pascal, include fft,function interpreter, derivative,solve sytem of lineal ecuacion by gauss .. and 2 examples-mathimatics library for pascal, include fft,function interpreter, derivative,solve sytem of lineal ecuacion by gaus
A0_004
- 求满足 M > N > 0 的两个正整数之和的最大公约数.-Order to meet the M> N> 0, two positive integers and the greatest common divisor.
2
- delphi project and pascal source file with zeidel algo
proga
- delphi project and pascal source file for gauss algorythm
Triangulo-Pascal
- Pascal Triangle, is a geometric arrangement of the binomial coefficients in a triangle
pudn_3n_p_1
- This pascal source solve ``The 3n + 1 problem this mathematical problem is avalible in UVa Online Judge it is a recursive function.-This pascal source solve ``The 3n + 1 problem this mathematical problem is avalible in UVa Online Judge it is a recu
triangulopascal
- Calculate a pascal coeficients in a vector of any number and use for a simple filter.
pascal
- Pascal基本算法,涵盖了初级和部分中级的算法代码,适合参加高中信息学竞赛的同学以及计算机爱好者-Pascal basic algorithm, covering the primary and middle parts of the algorithm code, attended high school information for school students and computer enthusiasts Competition
Pascal
- Some Pascal Program for algorithm learning
pascal
- Fundamentals of Astrodynamics and Applications的Pascal仿真程序-Fundamentals of Astrodynamics and Applications of Pascal simulation program
the classic method(pascal)
- 经典的计算方法,希望大家参考,有错误的还请大家批评指正(the classic pascal method.)