资源列表
d
- 假设清华校园内共有旅游景点N个(其中包括若干教学楼),赋予0到N-1的唯一编号。我们给出了每个景点的一个评分,以表示游客对其的评价。评分为0的景点表示的是教学楼(假设游客对教学楼是不感兴趣的),其他景点的评分均大于0。这些景点之间或者有直接道路相连,或者通过其他景点间接相连,景点之间的道路长度已知,道路总数为R。如图1所示,这里一共有10个景点(Si, i=0,„ ,9),每个景点的评分在节点中的括号中给出,如景点2的评分为3分,景点5(教学楼)的评分为0分。评分为0的景点为教学楼;其
ghiyrr-
- 实现SqList类,并用下列程序进行测试。请认真复习SqList类,把完整的类定义与实现程序、测试结果贴在后面。 -Achieve SqList class, and to be tested using the following procedure. Please carefully review SqList class, complete class definition and realization of the program, and test results are pos
chctdsy
- 以下是归并算法的顺序表实现程序,请对照课本P38的分析,理解算法思路以及顺序表基本运算的运用方法。要求建立工程,编写合适的main(),建立三个顺序表对象,对第一、二两个顺序表,分别从键盘输入有序数据,使这两个顺序表成为有序的表,然后调用归并算法把两个有序表合并为一个有序表,存储于第三个顺序表中。-the following is the sequence table merging algorithm implementation procedures, control textbooks P
tgxrryy
- 设计一个main函数,建立能够存放100个整型数据的顺序表对象,从自然数1开始找出80个能够同时被3和7整除的整数,依次存储到这个顺序表中,然后把其中个位数是偶数的数据输出来,并统计这种数据有多少。请把能够正确运行的main函数写在下面。-Design a main function, the table can be stored in the order of 100 integer data objects, from the natural number 1 to identify 80
joihguvt
- 设计一个以顺序表的引用为参数的函数,以最少的辅助存储逆置顺序表中的数据。自行设计main函数进行测试。把能够正确运行的逆置功能函数粘贴在下面。-Design a as a parameter to a reference to the sequence table, data to least inverse auxiliary storage is set in the sequence table. Design their own main function testing. The th
jianhuachengxu
- 简化数据模型、减少数据处理时间、提高成型效率。算法无需建立三角面片之间的拓扑关系,可直接进行切片分层,切平面与网格面片所得的交线段也无需排序,节省了生成轮廓线时对交线段重新排序所需的时间,提高了分层处理的效率。-Simplify the data model, and to reduce the data processing time and improve the molding efficiency. Algorithm without establishing the topologic
link
- 实现双向链表的一个类,有简单的前移后移删除添加操作-A doubly linked list class, add simple forward, backward delete operation
linklist
- 用链表实现 创建 查找 删除 添加等功能!-List create lookup delete add!
longadd
- 任意长度整数相加c语言 代码 超简单 运算速度超快-Ultra-fast ultra-simple operation speed arbitrary length integers c language code
BiTree
- 根据二叉树的抽象数据类型的定义。使用二叉链表实现一个二叉树。-set up a BiTree
huffman
- C语言数据结构 huffman树的形成、编码和解码 -The huffman tree formation in C language data structures, encoding and decoding
23_2
- 航空管理系统 包括输入输出航班号 添加删除 按公司分类 安航班号和时间排序-Aviation management system, including the flight number of the input and output add remove sort by flight number and time of the company classified security
