搜索资源列表
123
- /对顺序表进行插入和删除操作(在第i个元素前插入元素e;删除第i个元素) **通过数组下标来实现-on the order of the table insert and delete operations ( in the first I elements before insertion element E delete the first I element )******** to achieve through the array subscr ipt
Huffman
- 哈夫曼数组,使用C语言实现哈夫曼数组运算-Huffman array, using C language Huffman arSingle listray operation
1f
- 1、输入:函数input把20学生的学号、姓名、性别、年龄、三科成绩以及平均成绩和总成绩放在一个结构体数组中,学生的学号、姓名、三科成绩由键盘输入,然后计算出平均成绩和总成绩放在结构体对应的域中。 注意:函数应有两个参数,结构体类型的数组以及学生的人数 保存:save函数把数组里的学生信息写入文件,关闭文件。3、插入:insert 函数输入一个学生的记录,按学号的先后顺序插入该学生的全部内容。4、排序:sort函数对所有学生按要求排序(1.学号 2.总成绩 ),并输出。 注意: