资源列表
xueshengdapeiwenti
- 数据结构课程设计,男女舞伴搭配问题,用队列解决,可以直接执行-Data structure curriculum design, men and women partner with the issue resolved by the queue, you can direct the implementation of
shujujiegoukechengshejibaogao
- 数据结构课程设计实验报告,含实验目的等,WORD文档,希望可以用-Experimental data structure curriculum design report, with the purpose of such experiments, WORD documents, wanted to use
xsxxglxt
- 编写一个学生管理系统,每个学生应该包含如下信息: 地址, 出生日期, 学科成绩(语文,英语,数学,物理), 个人信息(姓名,性别,民族,国籍,学历), 联系方式(手机,家庭电话,学校电话) 可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。-The preparation of a student management system, each student should include the following informatio
55
- 背包问题分枝界限算法的源代码 其中包括背包容量、下限、剩余容量、当前价值之和 等-Branch-and-bound algorithm for knapsack problem of the source code including backpack capacity, the lower limit, the remaining capacity, the current value and so on
Program
- 用很简单的方法描述了如何勇贪婪算法解决旅行商问题-Using very simple methods Yong describes how greedy algorithm to solve traveling salesman problem
DIJKstra
- 数据结构DIJKstra最短路径设计,以及交通图的算法!-Dijkstra shortest path data structure design, as well as the traffic graph algorithm!
shujujiegoukeshebaogao
- 数据结构课程设计包括1运动会分数统计程序的设计与实现2航空订票系统程序的设计与实现3约瑟夫环程序的设计与实现4哈弗曼程序的设计与实现,有程序源代码和结果截屏-Data structure course design, including scores of statistical procedures 1 Games Design and Implementation of 2 procedures for air booking system Design and Implementation
danpianjiCyuyanrumen
- 单片机C语言编程的一些知识,供初学者参考。-Singlechip C language programming some of the knowledge, the reference for beginners.
migong
- 数据结构迷宫算法 数据结构迷宫算法-Data structure algorithm data structure maze maze algorithm
pi
- 一个求pi的源程序,可以精确到几十位 外加一个自己编写的记事本程序 pi.c-A source for pi can be accurate to plus a dozen have written the Notepad program pi.c
tongjigongzi
- 1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构,使用下述的结构定义: struct employee{ int age char name[15] double salary } (2) 在主函数里构造一个数组company,用来存放职工信息。 (3) 设计update函数,用来对company中指定职员的信息进行更改。要求先按照name查询到相应的职员,然后修改并保存。 (4) 设计一个read函数,用来向compan
shujujiegou
- 输入一组整型元素序列,建立顺序表;顺序存储的线性表的算法-Enter a group of integer elements in sequence, to establish the order form order linear table storage algorithm