搜索资源列表
用c编写的N*N的螺旋矩阵源代码
/*
实现效果:
1 2 6 7 15
3 5 8 14 16
4 9 13 17 22
10 12 18 21 23
11 19 20 24 25
*/
#include <stdio.h>
#define N 5 //阶数,即N*N的螺旋矩阵void main()
输出特殊图形
- 此程序可输出一螺旋形状的图形,开发此程序的目的在于熟练使用C++中的if、case语句。-this procedure can output a spiral-shaped graphics, the development of this program aimed at skilled in the use of C if, the case statement.
hm6
- 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category -- shape, These in
yhsj_
- 打印杨辉三角,输出杨辉三角形数据,呈直角形状-Print Pascal's Triangle, Yang Hui triangle output data showed rectangular shape
resonator
- 球形谐振腔的模拟仿真程序,用Fox-Li迭代法模拟球形谐振腔输出光场的分布。镜面形状可调。-spherical cavity simulation procedures, Fox-Li iterative simulation spherical cavity optical field. Adjustable mirror shape.
genBST
- 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth
MyDraw
- 简易绘图软件 创建基于single document的程序,在这个程序中,用户可以利用鼠标绘图,要求: 用户通过菜单选择绘图形状和颜色; 第 Windows 程序设计实验指导书 用户拖动鼠标时,根据用户的选择绘制图形; 用户可以保存和打开绘制的图形; 用户可以通过对话框输出文字;
NumGuess
- 功能:运行此程序可以在控制台上输出一个金字塔的形状,并且可以根据输入的数据得到大小不同的金字塔形状。
King
- 运行此程序可以在控制台上输出一个金字塔的形状,并且可以根据输入的数据得到大小不同的金字塔形状。
balancetree
- 输入一组关键字序列,并以此顺序建立一棵平衡二叉树(提示:为简化运算,可采用含有左、右子树高度和指向父母的指针的三叉链表表示),并在建树过程中用逆中序法输出每次插入新结点后的平衡二叉树形状。
输出特殊图形
- 此程序可输出一螺旋形状的图形,开发此程序的目的在于熟练使用C++中的if、case语句。-this procedure can output a spiral-shaped graphics, the development of this program aimed at skilled in the use of C if, the case statement.
hm6
- 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category-- shape, These inc
yhsj_
- 打印杨辉三角,输出杨辉三角形数据,呈直角形状-Print Pascal's Triangle, Yang Hui triangle output data showed rectangular shape
resonator
- 球形谐振腔的模拟仿真程序,用Fox-Li迭代法模拟球形谐振腔输出光场的分布。镜面形状可调。-spherical cavity simulation procedures, Fox-Li iterative simulation spherical cavity optical field. Adjustable mirror shape.
genBST
- 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth
MyDraw
- 简易绘图软件 创建基于single document的程序,在这个程序中,用户可以利用鼠标绘图,要求: 用户通过菜单选择绘图形状和颜色; 第 Windows 程序设计实验指导书 用户拖动鼠标时,根据用户的选择绘制图形; 用户可以保存和打开绘制的图形; 用户可以通过对话框输出文字;-Simple mapping software to create single document based on the pro
NumGuess
- 功能:运行此程序可以在控制台上输出一个金字塔的形状,并且可以根据输入的数据得到大小不同的金字塔形状。-Function: Run this program in the console output of a pyramid shape, and can input data in accordance with different sizes of pyramid shape.
King
- 运行此程序可以在控制台上输出一个金字塔的形状,并且可以根据输入的数据得到大小不同的金字塔形状。-Run this program in the console output of a pyramid shape, and can input data in accordance with different sizes of pyramid shape.
different_shape
- 构造不同的形状如三角形,长方形等,然后输出形状并且画出来-Constructing different shapes such as triangular, rectangular shape, and then output and drawn
shape
- 用户分别输入一个图形的长和宽,输出图形到文件。(Enter the length and width; output the shape.)
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.