搜索资源列表
Haskell教程
- Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
SPLAY
- The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Or
yanhuisanjiao
- 打印杨辉三角前n行算法.-Print Pascal's Triangle n algorithm for the former.
yhsj_
- 打印杨辉三角,输出杨辉三角形数据,呈直角形状-Print Pascal's Triangle, Yang Hui triangle output data showed rectangular shape
队列解决杨辉三角
- 队列解决杨辉三角-Queue solve Pascal's Triangle
castle-pascal
- castle 给出一个城堡的地图,求其中的连通房间数,最大房间的面积,拆除某个墙壁连通两间屋子后可形成的最大房屋面积。应用pascal的递归函数来实现计算功能。-give a castle map of the castle, and one of the connectivity number of rooms, the largest area of the room, the removal of a wall connecting the two rooms can be formed
paper
- 国家集训队韩文弢论文,介绍了pascal选手如何转向c++并列举若干stl的应用-National Team韩文韬papers on how to shift the pascal' s c++ and stl listed a number of applications
lz77
- lz77压缩算法单元源文件出自王咏刚先生的《笨笨数据压缩教程》中的lz77.c由崔东伟修改为pascal单元-lz77 compression algorithm module source file from Mr. Wang Yonggang' s " simple-minded, data compression tutorial" in lz77.c by Choi Dong-wei was revised to pascal unit
chiefzip
- This package is the Pascal version of Info-Zip s UNZIP. The sources were translated from C to Pascal by Christian Ghisler.
MTETRIS
- Matlab版俄罗斯方块,个人一直认为,这个游戏或者说这个程序很经典! 如果你能掌握这个程序,你对Matlab的外功已经不成问题,回家修炼一下内功,就能毕业了!! 不说别的,先来玩玩,别忘了把音箱打开!感受儿时的乐趣 程序作者:Pascal Getreuer -Matlab version of Tetris, individuals have always thought that this game or that the program was class
YANGHUISANJIAO
- 打印杨辉三角(FORTRAN) 打印杨辉三角(FORTRAN)-PRINT Pascal s Triangle Pascal s Triangle
jj
- 杨辉三角的实现,较为简便的实现方式,下载下来可以参考-Implementations of Pascal' s Triangle, a relatively easy way to achieve download can refer to
YanghuiSanjiao
- 数据结构中经典的杨辉三角问题,用C语言实现-Classic Pascal' s Triangle data structure using C language
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
randraw
- EFFICIENT RANDOM VARIATES GENERATOR (from over 50 distributions):Alpha, Anglit, Antilognormal, Arcsin, Bernoulli, Bessel, Beta, Binomial, Bradford, Burr, Cauchy, Chi, Chi-Square (Non-Central), Chi-Square (Centra
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
duilieshiyan
- 队列的相关实验,如 1.杨辉三角 2.一二三报数-Queue of related experiments, such as 1. Pascal' s Triangle (2) one hundred twenty-three reported the number of
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.
Triangle_of_multiple_solutions
- 杨辉三角的多种解法 ,用c语言实现的,不同的表示形式对应着不同的算法-Pascal' s Triangle of multiple solutions, c language
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+