搜索资源列表
简单数据结构的实现
- Shell 排序 单链表 堆排序 简单二叉树 快速排序 冒泡排序 数组生成最小堆 杨辉三角形
部分数组操作
- 可实现矩阵转换,螺旋数组,数字移动,数组操作,桶排序,杨辉三角形-conversion matrix can be realized, helical array, digital mobile array operation, barrels, in order of Yang Hui triangle
csharpshili
- Visual C#案例集锦 第一章C# Windows编程基础 实例1 循环语言的学习-砝码程序验证 实例2 随机数的案例-洗牌程序 实例3 通过实例来剖析C#继承机制 实例4 递归与全局变量的案例1-打靶程序 实例5 递归与全局变量的案例2-二叉树 实例6 引用类型的举例---消去字符串空格 实例7 委托的使用方法实例---加减大小比较 实例8 用C#索引器实现文本文件的倒叙输入 实例9 C#文本文件操作实例---杨辉三角形写入读出
juan
- 杨辉三角形的打印输出算法,采用ASM编程.-print output algorithm, using ASM programming.
20060624a
- 一个杨辉三角形和判断显示两个数之间的素数-a triangle and judgment shows the number of two prime numbers
yhsj_
- 打印杨辉三角,输出杨辉三角形数据,呈直角形状-Print Pascal's Triangle, Yang Hui triangle output data showed rectangular shape
Li5_4_1
- 一个显示杨辉三角形的源程序! 输入前N行,可显示!-a triangle shows the source code! Before the N line input, display!
YANGHUI
- 杨辉三角形的源代码,可以在BC、TC、VC++上运行
PasscalTriangle
- 杨辉三角形的输出方法设计,包含多种方法,包含了C++实现的诸多技巧,对C++初学者有很好的帮助
huatu
- 打印出杨辉三角形 学习putpixel画点 画椭圆ellipse 利用ellipse and rectangle 画图 一个最优美的图案
graph
- vc++ 各种图形的绘制 有三角形 菱形 杨辉三角-vc++ graph
2_1
- 计算杨辉三角形的前n(n<=10)行,并显示在屏幕上。要求计算及显示 用子程序形式实现。其显示格式为: 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1-Yang hui triangle calculation of n n < = before 10) line, and displayed on the screen. Requirements calculation and display Use subr
text3
- 输入需要打印的杨辉三角行数,打印杨辉三角形-Enter the number of rows Yang Hui triangle print, print Yang Hui triangle
C
- 绘图程序,打印输出杨辉三角形,画椭圆ellipse,利用ellipse and rectangle 画图,等等 -Drawing program, printouts Yang Hui triangle painted oval ellipse, the use of ellipse and rectangle drawing, etc.
a.doc
- 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(给出程序执行过程栈的变化过程与圆盘的搬动状态)。 5)
chengxu
- 杨辉三角形 java程序 有注释 很重要 很有用-Yang Hui triangle java process is very important useful Notes
11
- 利用数组作为对象,输出前15行杨辉三角形。-Targeted use of the array, the output line 15 Yang Hui triangle.
打印杨辉三角形
- 能够完整打印杨辉三角形,对于初学者来说,能提起做小程序的兴趣(Print Yang Hui triangle)
MY_YangHuiTriangle
- 利用二维数组创建杨辉三角形,基于vc++程序设计(Creating a Yang Hui triangle by using a two-dimensional array .Programming based on vc++)
杨辉三角形
- 用C++中的栈来实现杨辉三角形,是课后习题(Use c++ to realize Yang Hui triangle)