资源列表

« 1 2 ... .51 .52 .53 .54 .55 1156.57 .58 .59 .60 .61 ... 2656 »

[数据结构常用算法Assignment2

说明:用最短路径法实现公交车换乘车系统,找出最优换乘列表-use dijkstra to realize the system of bus transfer
<姜伟> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法lingo_shortestpath

说明:用lingo求解最短路径,可以指定经过的点-To solve the shortest path with lingo
<李国胜> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法4

说明:(1) 通过键盘输入某位学生的学生证信息。学生证包含的信息请参看自己的学生证; (2) 给定学号,显示某位学生的学生证信息; (3) 给定某个班级的班号,显示该班所有学生的学生证信息; (4) 给定某位学生的学号,修改该学生的学生证信息; (5) 给定某位学生的学号,删除该学生的学生证信息; *(6) 按出生日期对全班学生的信息进行排序; -(1) via the keyboard, enter the student ID information of a studen
<袁浩晨> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法daohen

说明:设计你的学校的平面图,至少包括10个以上的场所,每两个场所间可以有不同的路,且路长也可能不同,找出从任意场所到达另一场所的最佳路径(最短路径)。-Design the floor plan of your school, including at least more than 10 places, each of the two sites can have different road, and the long road may be different, find another pla
<甘扬星> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法1w

说明:用c写的,m个人的成绩存放在score数组中,请编写函数fun,它的功能是:将低于平均分的人数作为函数值返回,将低于平均分的分数放在below所指定的数组中。用vc++6.0运行 -Written with c, m, personal results stored in the score array, write the function fun, its functions are: to be lower than the average number is returned as th
<晨海旭日> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法erchashu

说明:二叉树实现简单功能:建树、遍历、求高度、结点数、叶结点数、结点度数、所在层次、其子女值,供初学者参考-Binary tree for a simple function: contribution traversal, and height, the number of nodes, leaf nodes and node degrees, where the level of their children the value of reference for beginners
<刘骏楠> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法studentinformation

说明:本次程序主要通过VC++环境下的C语言实现,里面包涵了许多数据结构的知识,比如线性表,静态查找等等。利用C语言灵活方便的特点,再加上清晰的数据结构,实现了对同学录管理系统的开发。 设计的程序主要有以下功能: 1.添加同学资料 2.查找学生资料 3.修改同学资料 4.删除同学资料 5.浏览所有资料 -This program is mainly implemented by the C language in VC++ environment, which i
<hirra> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法004

说明:关于回溯算法的程序实现,也是解决连续邮资问题的代码实现-this is gbout Program on the backtracking algorithm, it also solves the problem of continuous postage code
<阳远健> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法campus-guide

说明:校园导航或导游系统的实现,为游客提供本校的介绍与导航,方便有效-Campus Navigation
<赵阳> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法Template-linked-list

说明:模版链表 有添加节点AddNode 遍历链表IterateList等函数-Template linked list add nodes to the AddNode traverse the linked list IterateList, function
<依羽杉> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法single_list_table

说明:数据结构,单链表,增加、删除、查询节点,链表的创建、初始化和销毁-Data structures, singly linked list, add, delete, query node list creation, initialization and destruction
<chenmou> 在 2025-06-15 上传 | 大小:6kb | 下载:1

[数据结构常用算法text2

说明:1. 编写主函数测试单链表的各种基本运算: (1) 生成一个单链表,链表中的元素由计算机输入 (2) 在表中的第5个位置上插入元素”7” (3) 删除表中的第6个元素 (4) 显示(1)—(4)每一步的操作结果 -1. Write a main function test singly linked lists of all kinds of basic operations: (1) to generate a singly linked list, list of
<cindy> 在 2025-06-15 上传 | 大小:6kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 1156.57 .58 .59 .60 .61 ... 2656 »

源码中国 www.ymcn.org