搜索资源列表
Haskell教程
- Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
YANGHUISANJIAO
- 打印杨辉三角(FORTRAN) 打印杨辉三角(FORTRAN)-PRINT Pascal s Triangle Pascal s Triangle
achvectors
- Delphi 的矩阵库,可以实际动态数组,矩阵产实现搜索等功能-Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++ Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors (dynamically sized arrays) based on different Object Pascal s
yanghui--sanjiao
- 杨辉三角的示例程序,由于数据结构学习。二项式定理与杨辉三角形是一对天然的数形趣遇,它把数形结合带进了计算数学。求二项式展开式系数的问题,实际上是一种组合数的计算问题。-The sample program in Pascal' s Triangle, learning due to the data structure. The binomial theorem Triangle is a natural form interesting case of it into computati
yanghui
- 此程序为计算杨辉三角的程序,其中还包含了计算正金子塔型,倒金子塔型的程序,一次就可以得出图行。-This procedure for the calculation of Pascal' s Triangle program, which also includes the calculation is a pyramid-type inverted pyramid-type program, a line can be drawn on Figure.
yanghui
- 对数学中杨辉三角的巧妙实现,适合于初学者-Mathematics in Pascal' s Triangle cleverly achieved, suitable for beginners
yanghuisanjiao
- 杨辉三角的java版本,最大行数由用户给定,按照格式排列下来,PS:控制台显示-Pascal' s Triangle java version, the maximum number of lines given by the user, are arranged according to the format down, PS: Console Display
8-classical-algorithm-c-language
- 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+