搜索资源列表
qiudui
- 这是一个用C语言写的球队成员管理系统,是一个小的项目,其中用到了C语言的基本语法,指针,数组,链表,文件,结构体都有,对于学习语言很有帮助-This is a C language written by the team members of the management system, is a small item, which uses the C language's basic syntax, guidelines, arrays, linked lists, document
compiler2
- 语法分析(一) 在实验一的基础上,对符号表中的单词采用自顶向下的分析方法进行语法分析,对不符合给定的文法的字符串,给出错误信息。 内容:给定描述语法的文法为: E→E+T|E-T|T T→T*F|T/F|F F→i 注:i为实验一中分析得到的整型数值型数据,+、-、*和/为实验一文法二所描述的算符。 使用的数据结构: 1.定义一个结构体,利用该结构体定义一个数组stable,用来存放字符串中字符的属性(类型class和值value)。(与实验一同用) 2.定义
Build-dynamic-array-of-structures
- 动态创建结构体数组,实现存放学生信息的功能-Dynamically create an array of structures to realize the function of storing student information
shuzu
- 定义一个学生结构体,包括:num,name,score[3] ; 定义一个结构体数组,存放三个学生的记录; 编写两个函数,分别用于输入和输出结构体数组。主函数调用输入函数和输出函数。 - Define a student structure, including: num, name, score [3] Definition of an array of structures, three students of the record store
cyuyanshiyan
- C语言程序设计的一些基本操作练习编程,包括数组、指针、文件、结构体等-some exercises of VC,including some basis practices