搜索资源列表
20060118153446_Renshi
- 该系统要求建立某小区物业管理系统,并具有排序、查找、计算、显示等功能。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些算法思想的应用。
GIS1
- 利用VB读取给定格式的数据文件的方法以及利用动态数组方法对读入的数据进行存储和编辑-Of vb read given the format of the data file and an array of dynamic approach to read and edit data storage
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
- 构造哈夫曼树的程序 根据权值构造哈夫曼树存放于ht数组,函数wpl用来计算哈夫曼树的解劝路径长度WPL-to build the huffman
Huffman
- 哈夫曼数组,使用C语言实现哈夫曼数组运算-Huffman array, using C language Huffman arSingle listray operation
array-pointer
- 使用windows编译器VC6.0编写的关于数据结构的数组指针代码-Use windows compiler VC6.0 prepared by the data structure array pointer code
1f
- 1、输入:函数input把20学生的学号、姓名、性别、年龄、三科成绩以及平均成绩和总成绩放在一个结构体数组中,学生的学号、姓名、三科成绩由键盘输入,然后计算出平均成绩和总成绩放在结构体对应的域中。 注意:函数应有两个参数,结构体类型的数组以及学生的人数 保存:save函数把数组里的学生信息写入文件,关闭文件。3、插入:insert 函数输入一个学生的记录,按学号的先后顺序插入该学生的全部内容。4、排序:sort函数对所有学生按要求排序(1.学号 2.总成绩 ),并输出。 注意: