搜索资源列表
yanghuisanjiao
- 杨辉三角实现,可以实现任意阶的规模,打印结果为等腰三角输出
yanghuisanjiao
- 用C#写的杨辉三角问题,感觉写的还可以,想用的欢迎下载
yanghuisanjiao
- 注意描述了杨辉三角的编程算法,进行C语言编程实现-Note describes the Yang Hui triangle programming algorithm, for C programming language implementation
yanghuisanjiao
- 编写一个程序,能够根据用户要求输出相应阶次的杨辉三角。 -The preparation of a procedure in accordance with user requirements be able to output the corresponding order of the Yang Hui triangle.
yanghuisanjiao
- 杨辉三角形是二项系数在三角形中的一种几何排列。实现在屏幕上打印出杨辉三角形。-print Yang hui triangle
yanghuisanjiao
- 用Java写的杨辉三角程序,希望对大家有用哈-Use Java to write the Yang Hui triangle procedure useful for all of us hope that Kazakhstan
yanghuisanjiao
- 杨辉三角程序,可以自动生成杨辉三角。主要为测试用。也可作为初学者的参考-Yang Hui Triangle procedures, Yang Hui triangle can be generated automatically. Primarily for testing. Can also be used as a reference for beginners
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
- 输出一个杨辉三角!根据输入的行数,输出相应行数的杨辉三角,我自己编的例子哦!很有用哦!-According tne number of line you put in,put out the yanghuisanjiao
yanghuisanjiao
- Csharp实现的杨辉三角,十分有意思,看看吧-this code is very useful ,and wonderful
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 of the source, very good! ! There is nothing wrong, to Kazakhstan, oil
yanghuisanjiao
- 杨辉三角的程序实现,用C语言来编写的这个程序,简单实用。-Yang hui triangle the program realization.C language to write the program, practical and simple.
yanghuisanjiao
- 在打印杨辉三角时通常用到杨辉三角的两个性质。 第一个就是杨辉三角中除了最外层(不包括杨辉三角底边)的数为1外,其余的数都是它肩上两个数之和。用数组输出杨辉三角就用这个性质。 第二个性质是杨辉三角的第n行恰好是C(n,0)~C(n,n)。这里的C表示组合。不用数组输出杨辉三角就用这个性质。-When the print is usually used in Yang Hui Yang Hui triangle triangle of the two properties. Th
yanghuisanjiao
- 杨辉三角是一个非常有规律的三角形,这里给出了编排杨辉三角的方法的代码-Yang Hui triangle is a regular triangle, where the given method of Yang Hui triangle arranged code
YANGHUISANJIAO
- 杨辉三角,可以直接运行,代码简单易懂 适合于刚学C语言的同学们。-Yang Hui triangle, you can directly run the code easy to understand for just learning the C language students.
yanghuisanjiao
- 用c#编写的,实现的功能是杨辉三角,虽然不是很难,但是可以说是很经典!-Written in c#, function of the realization of the graph of Yang hui triangle is, although not hard, but can what to say is a classic!
yanghuisanjiao
- 通过指针来描述杨慧三角从而来达到学习的母的,并且来实现我们的情况-shang shf hsghi sdgi sdghi sdgj sdjg sjdgh hgig hesh dghie dghie hgie
yanghuisanjiao
- 简单的杨辉三角算法,用最简单便捷的算法实现问题,精简函数-Simple Yang hui triangle algorithm, with the most simple and convenient algorithm problem, streamline function
