搜索资源列表
rank-of--100--meter-race-
- 某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-To open a university track and field sports, currently has 12 players to participate in 100m, corresponding to the number of athletes and the results shown in the table,
run
- 一到面试题,题目为:400米的运动场上,甲在乙的前方100米处,甲速度6m/s,乙速度7m/s。甲乙两人每跑到整百米处都要休息5s,问乙何时才能追上甲。-One to face questions, the subject of: 400 meter playground, a B in front of the 100 meters, a speed of 6m/s, B speed 7m/s. B went to the entire two hundred meters of each s
xianxbiao
- 这是数据结构的编程,其主要用线性表的操作,包括插入、删除、查找等操作-This is the programming of the data structure, its main linear meter operations, including insert, delete, search operation
shuibiao
- 设计一个水表计费系统,用于保存所有用户的用水信息以及水费余额。 若余额不足有相应提示信息。其中用户的用水信息记录为:编号、用户地址、户名、上次读数、抄表读数、水费余额。 -Design a water meter billing system, used to save all users of water as well as water charges balance. If the balance is less than the corresponding message. Wa
plj
- 数字频率计,能直接计数单位时间内被测信号的脉冲数,然后以数字形式显示频率值-Digital frequency meter, count the measured signal number of pulses per unit time, frequency value is then displayed in digital form
2
- 单链表的操作:已知一个有序单链表(从小到大排列),表头指针为head,编写一个算法向该单链表中插入一个元素为x的结点,使插入后该链表仍然有序。(该单链表带头结点)-Singly linked lists of operation: orderly known a singly linked list (since), the meter pointer to the head, write an algorithm to the inserted singly linked list node
100--meter-race-rank
- 使用冒泡算法,求解给定人数的100米比赛排名,并按照成绩排名输出结果-Use bubble algorithm for solving a given ranked number 100-meter race and follow the standings output
shunxubiao-and-lianbiao
- (1).对于顺序存储的线性表,请实现以下功能: 1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法 (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (3).编写一个主函数,调试
main
- 1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法 (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (3).编写一个主函数,调试上述算法。注:需要额外设计一个线性表初始化的函数。 (4)
b
- 实验目的:掌握用线性表实现一元多项式的基本运算。 实验内容:使用链式存储实现一元多项式的加法、减法、乘法和求导。-Purpose: to master the linear meter to achieve one yuan polynomial of basic operations. Experiment: Using the chain store to realize one yuan polynomial addition, subtraction, multiplicati