资源列表

« 1 2 ... .18 .19 .20 .21 .22 13523.24 .25 .26 .27 .28 ... 21467 »

[其他小程序linked-list

说明:1、实现单链表的所有基本操作 2、编写主程序测试所有功能 3、实现循环链表的基本操作,并编写测试程序。 4、实现双向链表的基本操作,并编写测试程序。 -1, to achieve a single list of all the basic operations 2, 3 to write the main program to test all functions to achieve the basic operation of a circular linked list,
<李丽> 在 2025-12-03 上传 | 大小:20kb | 下载:0

[其他小程序stack

说明:1、定义顺序栈类型,实现栈的所有基本操作。 2、定义链栈类型,实现栈的所有基本操作。 3、编写测试程序。 -1. Define the sequence of stack type, the realization of all the basic operations of the stack. 2. Define link stack type, the realization of all the basic operations of the stack. 3, the pr
<李丽> 在 2025-12-03 上传 | 大小:18kb | 下载:0

[其他小程序line

说明:队列是一种先进先出的线性表,它只允许在表的一端进行插入,而在另一端进行删除元素。用链表表示的队列简称链队列。一个链队列需要两个分别指向队头和队尾的指针。顺序队列除了用一组地址连续的存储单元依次存放从队头到队尾的元素外,还需要两个指针front和rear分别指示队列头元素和队列尾元素的位置。 定义顺序队列类型,实现队列的所有基本操作。 定义链队列类型,实现队列的所有基本操作。 -FIFO queue is a linear form, it only allows to insert
<李丽> 在 2025-12-03 上传 | 大小:17kb | 下载:0

[其他小程序Desktop

说明:在一个平面上有n(1<=n<=100000)个村庄,每个村庄通过坐标(xi,yi)标示位置,-10^9<=xi,yi<=10^9。现在想要建一个邮局,使得到各个村庄的距离之和最短。 在这个问题中,距离定义为曼哈顿距离,即点i和点j的距离等于|xi-xj|+|yi-yj| 输入: 输入第一行为n,表示村庄的数量 接下来n行每行有两个整数,表示一个村庄的坐标 输出: 输出一个数字,表示建立的邮局到各个村庄的和
<> 在 2025-12-03 上传 | 大小:1kb | 下载:0

[其他小程序NET-GAME-2WAN-PPPoE-V.5.2-build-3

说明:NET-GAME 2WAN PPPoE V.5.2 build 3
<lemontamza> 在 2025-12-03 上传 | 大小:9kb | 下载:0

[其他小程序xingbo

说明:行波测距的matlab仿真研究,非常适合初学者使用。-The traveling wave ranging matlab simulation
<李彦> 在 2025-12-03 上传 | 大小:12kb | 下载:1

[其他小程序gotbbaha

说明:用牛顿迭代法求一个方程在某一个点处的的根,方程的系数可任意输入-Seeking an equation using the Newton iterative method can be any input at the root, the coefficient equation of one point
<高盈> 在 2025-12-03 上传 | 大小:869kb | 下载:0

[其他小程序BinSearch

说明:二分查找: 任意给定一个升序集合,任意给定一个整数K,判断该整数是否在集合中。-Binary search: Ascending any given a collection of any given integer K, determine whether or not the integers in the collection.
<shenzhou> 在 2025-12-03 上传 | 大小:153kb | 下载:0

[其他小程序maxmin

说明:在一个整数组A[1...n]中,同时寻找最大值和最小值。-In an integer array A [1 ... n] while seeking the maximum and minimum values.
<shenzhou> 在 2025-12-03 上传 | 大小:155kb | 下载:0

[其他小程序MergeSort

说明:合并排序 任意给定一包含n个整数的集合,把n个整数按升序排列。 -Merge sort A collection that contains any given n integers, the integer n in ascending order.
<shenzhou> 在 2025-12-03 上传 | 大小:155kb | 下载:0

[其他小程序huichang

说明:会场安排问题 对于给定的k个待安排的活动,编程计算使用最少会场的时间表(必须都安排完成)-Venue arrangements K to be arranged for a given activity, calculated using a minimum of venue programming schedule (must be arranged completed)
<shenzhou> 在 2025-12-03 上传 | 大小:990kb | 下载:0

[其他小程序programsave

说明:程序存储问题 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。-The program storage problem For a given n a program stored on tape length, programmed to calculate the number of programs that can be stored on tape up to.
<shenzhou> 在 2025-12-03 上传 | 大小:158kb | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 13523.24 .25 .26 .27 .28 ... 21467 »

源码中国 www.ymcn.org