搜索资源列表
Eksamens
- Turbo Pascal 7 figure s motions. Figure looks like D3.
3
- 输出杨辉三角,第一行1个数字,第二行2个数字,第三行3个数字-Output Pascal s triangle,the first row 1,and the second line 2digital,the third line 3 digits.
Pascalac
- pascal和C的区别,希望对初学者有用,看看吧-the difference between pascal and C, want to be useful for beginners, let' s see it
N-lines-before-output-Triangle
- 一、 输入一个正整数n,通过程序输出杨辉三角的前n行,并输入一个正整数m,若m在杨辉三角中存在,输出所在位置的行列。 (1) 输入正整数n,输出杨辉三角形的前n行,1<n<20。要求至少给出四种解法:不使用任何数组,只使用一维数组,只使用二维数组,使用递归。 (2) 输入正整数m, 若m在杨辉三角形中存在,输出所在位置的行列编号。-Enter a positive integer n, the first n rows of Pascal' s Triangle pro
yanghuisanjiao
- 打印杨辉三角 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print Pascal' s Triangle
dayingyanghuisanjiao
- 利用队列的实现打印杨辉三角,要求打印层数由用户从键盘输入-The queue implementation Print Pascal' s Triangle requiring the printing layers by the user input from the keyboard
mat
- 高斯列主消元法、打印杨辉三角MATLAB程序-The Gaussian main elimination method, MATLAB program to print Pascal' s Triangle
yanghuisanjiao
- 打印出数学中常用到的、用途广泛的杨辉三角-Print Pascal s triangle
yanghuisanjiao
- c语言经典程序之找打印杨辉三角,对c语言初学者很有用。-c language classic procedures of the find print Pascal' s Triangle useful c language for beginners.
Pascals-Triangle
- C++数据结构与算法 应用队列输出一个杨辉三角杨辉三角-Pascal s Triangle
YangHui_Triangels
- 杨辉三角C语言版本,希望能够帮到你这是一个比较简单也是比较常用的算法,希望能够帮到你-Pascal' s Triangle C language version, hoping to help you this is a relatively simple algorithm is relatively common, hoping to help you
task
- 杨辉三角的实现,杨辉三角形,又称贾宪三角形,帕斯卡三角形,是二项式系数在三角形中的一种几何排列。-Pascal' s Triangle to achieve, Triangle, also known as Jia Xian triangle, Pascal' s triangle, binomial coefficients in a triangle is a geometric arrangement.
chudengsuanfa
- 有杨辉三角算法,阶乘算法,乘法口诀表算法,一些小程序!-There Pascal' s Triangle algorithm, factorial algorithm, multiplication formulas table algorithm, some small programs!
Desktop
- C简易程序:0-余弦线与直接;1-杨辉三角-C Summary: 1- cosine line and direct 1- Pascal' s Triangle
yanghuisanjiao
- 杨辉三角的源码,采用数据结构的算法实现,能根据自己输入的数,显示杨辉三角-Pascal s Triangle source, using the algorithm data structure, according to the number of their own input, display Pascal s Triangle
chengxu
- 一、约瑟夫循环问题;二、一元多项式的运算;三、逆波兰表达式求值;四、杨辉三角显示;五、四则运算表达式求值;六、BST二叉树-First, Joseph circulation problems Second, one yuan polynomial arithmetic Third, reverse Polish expression evaluation Fourth, Pascal' s Triangle Show five, four arithmetic expressio
PaskaTriangle
- 帕斯卡三角,数据结构算法经典。代码用递归和不用递归两种方式,可比较两种实现的性能和空间上的差异。-Pascal' s triangle, the data structure classical algorithm. Without using recursive and recursive code in two ways, the differences can compare the two to achieve the performance and space.
CPP
- 此压缩包包含六个C++程,包含“杨辉三角”、求最大公约数和最大公倍数等问题-This archive contains six C++ away with Pascal s Triangle , find the common denominator and the greatest common factor and other issues
yanghui
- 此程序主要是针对杨辉三角C语言缩写的. 程序是考试进可以用到。-Pascal s triangle
YangHui_Triangle
- 采用codeblocks编写的一个关于杨辉三角的小程序,利用数据结构方面的小知识- Codeblocks prepared using a small program on Pascal s Triangle, the use of small knowledge of data structures