CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - pascal-s
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - pascal-s - List
[
Algorithm
]
Haskell教程
DL : 0
Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的"做什么"而不是"怎么做", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另一方面,这也使得的 Haskell的编译技术成为一个难点。从以人为本的角度来看,程序员的时间比机器的时间更宝贵,所以Haskell是明智的选择。-Haskell Guide (by rufi) traditional Basic, Pascal, C, C#, Java, Python, are orders (imperative) programming language, procedures statement to a certain extent the implementation of the order. function (functional) programming language is given in the implementation of the content, focus on a higher level of "what to do" rather than "how to do", which is both the most obvious one distinction. Function programming language syntax is very strong, so the programming efficiency greatly improved. Haskell is the world's most recognized syntax of the most succinct and beautiful language. Indeed, Haskell is written on posters, and not written for machines to read. The other, it also makes the Haskell compiler technology as a difficulty. From a people-oriented perspective, t
Date
: 2025-12-19
Size
: 12kb
User
:
jbbao
[
Algorithm
]
YANGHUISANJIAO
DL : 0
打印杨辉三角(FORTRAN) 打印杨辉三角(FORTRAN)-PRINT Pascal s Triangle Pascal s Triangle
Date
: 2025-12-19
Size
: 1kb
User
:
wuwenlong
[
Algorithm
]
achvectors
DL : 0
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 simple types including all integer and real types, booleans, pointers and strings. These vectors resemble TList class type from Delphi VCL but in addition to the common operations like insert and delete they offer a wide range of operations depending on the type of the vector elements- sorting, searching, arithmetic vector operations for number-type vectors, logical operations for boolean vectors and so on. The library also implements a range of derivative and additional classes- sparse vectors, matrixes, queues, stacks, dictionaries, streams.
Date
: 2025-12-19
Size
: 340kb
User
:
sun2grit
[
Algorithm
]
yanghui--sanjiao
DL : 0
杨辉三角的示例程序,由于数据结构学习。二项式定理与杨辉三角形是一对天然的数形趣遇,它把数形结合带进了计算数学。求二项式展开式系数的问题,实际上是一种组合数的计算问题。-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 computational mathematics Shuxingjiege. Seeking binomial expansion coefficient, is actually a combination of the number of computational problems.
Date
: 2025-12-19
Size
: 876kb
User
:
lishuohao
[
Algorithm
]
yanghui
DL : 0
此程序为计算杨辉三角的程序,其中还包含了计算正金子塔型,倒金子塔型的程序,一次就可以得出图行。-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.
Date
: 2025-12-19
Size
: 3kb
User
:
落雪飘花
[
Algorithm
]
yanghui
DL : 0
对数学中杨辉三角的巧妙实现,适合于初学者-Mathematics in Pascal' s Triangle cleverly achieved, suitable for beginners
Date
: 2025-12-19
Size
: 1kb
User
:
李璐平
[
Algorithm
]
yanghuisanjiao
DL : 0
杨辉三角的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
Date
: 2025-12-19
Size
: 3kb
User
:
zhou
[
Algorithm
]
8-classical-algorithm-c-language
DL : 0
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+1/3*2/5 + 1/3*2/5*3/7 + 1/3*2/5*3/7*4/9+.....) 8.输入一个字符串,判断其是否为回文。回文字符串是指从左到右读和从右到左读完全相同的字符串。-1 to achieve the reverse order of the input string string output. 2 If a number is exactly equal to the sum of its factors, this number is called a "complete count." For example, 6 = 1+2+3 identify all End counts less than 10,000. 3 The following procedure is the function of a 4 × 4 array rotated 90 degrees counter-clockwise output, requiring random input data in the original array, the new array with 4 rows 4 way output 4 Programming printing Pascal s Triangle. 5 to achieve the output of the input string in reverse order 6. Achieve string copy function strcopy (char* src, char* dest) 7 Find the approximate value of Pi. Can use the formula (eg: pi/2 = 1+1/3+1/3* 2/5+ 1/3* 2/5* 3/7+ 1/3* 2/5* 3/7* 4/9+ .....) 8 Enter a string to determine whether it is a palindrome. Palindrome string is read from left to right and right to left reading the same string.
Date
: 2025-12-19
Size
: 460kb
User
:
诺
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.