搜索资源列表
program
- 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
4
- 读入N位学生的{学号(char型6位)、姓名(char型10位)、性别(char型1位)、年龄(int)和籍贯(char型20位)、班级(char型6位)},建立学生人事文件;读入M门课的{课号(char型6位)、课名(char型20位)、学分(float)、授课教师姓名(char型10位)、先修课课号(char型6位)(无先修课则用“NO”表示)},建立课程档案文件;读入L个{学号(char型6位)、课号(char型6位)、成绩(float)、选修学期(int)}建立选修关系文件 。分别以二进