搜索资源列表
yanghuisanjiao
- 注意描述了杨辉三角的编程算法,进行C语言编程实现-Note describes the Yang Hui triangle programming algorithm, for C programming language implementation
yanghuisanjiao
- 给定一个非负整数n,打印杨辉三角前n+1行。 -Descr iption of the problem to a non-negative integer n, Yang Hui triangle before print line n+1.
yanghuisanjiao
- 杨辉三角问题,应为是初学者,做的简单的,-Yang Hui triangle, it should be for a beginner, do simple
yanghuisanjiao
- 利用visual basic求杨辉三角。输入行数N即可求得所要的杨辉三角的三角形式-Yang Hui triangle using visual basic requirements. N input lines can be obtained the desired form of Yang Hui triangle triangle
yanghuisanjiao
- 杨辉三角是一个非常有规律的三角形,这里给出了编排杨辉三角的方法的代码-Yang Hui triangle is a regular triangle, where the given method of Yang Hui triangle arranged code
yanghuisanjiao
- 简单的杨辉三角算法,用最简单便捷的算法实现问题,精简函数-Simple Yang hui triangle algorithm, with the most simple and convenient algorithm problem, streamline function
yanghuisanjiao
- 打印杨辉三角 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-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.
yanghuisanjiao
- 杨辉三角的源码,采用数据结构的算法实现,能根据自己输入的数,显示杨辉三角-Pascal s Triangle source, using the algorithm data structure, according to the number of their own input, display Pascal s Triangle
yanghuisanjiao
- c++编程实现打印杨辉三角。。 。。 -c++ Pascal' s Triangle
jingdianchengxu
- 杨辉三角的代码,可以运行,希望对大家可以有所帮助,里面有少许的注释。-This is yanghuisanjiao of C.I think it is very useful.So I hope it can help you.
