搜索资源列表
vbshuzu
- 1、熟练掌握一维数组、二维数组的定义、赋值和输入输出的方法。 2、掌握与数组有关的算法。 -1, the master of one-dimensional arrays, two-dimensional array definition, assignment, and input-output method. 2, master and an array of related algorithms.
Two-dimensionalarray
- 二维数组的动态存储,这是C++课程的一个作业题目,希望能给大家的学习带来帮助。-Two-dimensional array of dynamic storage, which is a C++ course work topic, hope that they can learn to bring help.
The-course-grade-points
- 用二维数组和指针变量作为函数参数,编程实现3个班学生的某们课程成绩的最高分,并指出具有最高分成绩的学生是第几个班的第几个学生-Two-dimensional array and pointer variables as function parameters, and programming to achieve the highest score of the three classes of students have the course grade, and pointed out th
compiler2
- 语法分析(一) 在实验一的基础上,对符号表中的单词采用自顶向下的分析方法进行语法分析,对不符合给定的文法的字符串,给出错误信息。 内容:给定描述语法的文法为: E→E+T|E-T|T T→T*F|T/F|F F→i 注:i为实验一中分析得到的整型数值型数据,+、-、*和/为实验一文法二所描述的算符。 使用的数据结构: 1.定义一个结构体,利用该结构体定义一个数组stable,用来存放字符串中字符的属性(类型class和值value)。(与实验一同用) 2.定义
saolei
- 实现字符界面下的地雷游戏 具体要求: 1)利用二维数组(9*9)存储整个游戏界面,采用‘*’表示地雷,每次游戏开始需要进行随机布雷; 2)游戏时,通过输入希望打开格子的行号和列号; 3)对于没有打开的各自使用字符‘#’,表示未打开; 4)对于已经打开的格子若没有地雷,在该格子中显示周围有多少个地雷; -Achieve character interface mines game specific requirements: 1) the use of two-di
juzhendejiajianchengchu
- 用二维数组表示矩阵,编写函数实现如下功能,要求所编写的函数具有较好的通用性,不要固定矩阵的大小。 1矩阵输入。 2)矩阵输出。 3矩阵转置。 4)矩阵相加。 5)矩阵相乘。 6)写主函数,完成对以上函数的调用。 -Two-dimensional array representation matrix, write a function to achieve the following functions, requiring written function has
union2snrsinr
- 将一个整数转换成二维数组,数组每行的次序依次为1,2,3-Convert an integer into two-dimensional array of each line in the order followed by 1,2,3 ......
xianshishuju-tongjigeshu
- 定义二维数组,将二维数组>=60的数据显示出来,并统计>=60的元素个数-Define the two-dimensional array, the two-dimensional array> = 60 data displayed and Statistics> = 60 the number of elements
C++Course(上)
- 有关C++学习的一些课件和资料,这里包括程序控制结构,函数和一维、二维数组的学习等(Some courseware and information about C++ learning)