资源列表
[数据结构常用算法] testsqueue
说明:这也是队列的一个程序,它是进行测试队列的操作。-This is also a queue of a program, it is to test the operation of the queue.<王华> 在 2024-11-12 上传 | 大小:6kb | 下载:0
[数据结构常用算法] tongjigongzi
说明:1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构,使用下述的结构定义: struct employee{ int age char name[15] double salary } (2) 在主函数里构造一个数组company,用来存放职工信息。 (3) 设计update函数,用来对company中指定职员的信息进行更改。要求先按照name查询到相应的职员,然后修改并<龙君> 在 2024-11-12 上传 | 大小:6kb | 下载:0