资源列表

« 1 2 ... .23 .24 .25 .26 .27 2128.29 .30 .31 .32 .33 ... 2656 »

[数据结构常用算法02051111

说明:用C语言实现的打印字符串中的子串的程序,输入一个字符串,输入起始位置和要打印子串的长度,将其打印出来,如果起始位置超出字符串范围或者子串长度超出字符串范围,则会报错。-Using C language print string substring procedures, enter a string, enter the starting location and want to print the length of substrin
<宋莹> 在 2024-10-20 上传 | 大小:1024 | 下载:1

[数据结构常用算法02051121

说明:用C语言实现的洗牌程序,实现对一副52章的扑克洗牌,如对洗牌结果不满意可重复进行洗牌,直至用户满意为止。-Using C language to achieve the shuffle procedure, to achieve a Chapter 52 poker cards, if not satisfied with the results of shuffling cards can be repeated until the
<宋莹> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法02051211

说明:用C语言实现的一个链表的插入程序,每输入一个数,将其插入链表的最后的位置,用户可选择插入数据或结束插入,结束插入后程序将链表打印出来。-Using C language to achieve a list of plug-ins, each enter a number, to be inserted in the location of the final list, the user may choose to insert the
<宋莹> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法02051311

说明:用C语言实现的两路归并算法,采用链表存储两组数,用户自行输入两组数,用子函数实现其归并到List1中,将其打印出来。
<宋莹> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法02051321

说明:用C语言实现的猴子选大王的程序,用链表存储猴子的号码,按照一点的规则筛选猴子,每淘汰一个猴子则删除其号码,直至只剩一个猴子,即为大王。-Using C language to achieve the election of the monkey king of the procedure, with list of numbers stored monkeys, in accordance with the rules that fil
<宋莹> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法FeVector

说明:向量存储及运算。 好玩,学习。 大家指教。-Vector storage and computing. Fun, learning. U.S. advice.
<张志勇> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法soldier

说明:在一个划分成网格的操场上,n 个士兵散乱地站在网格点上。网格点由整数坐标(x,y) 表示。士兵们可以沿网格边上、下、左、右移动一步,但在同一时刻任一网格点上只能有一名士兵。按照军官的命令,士兵们要整齐地列成一个水平队列,即排列成(x,y),(x+1,y),…,(x+n-1,y) 。如何选择x 和y 的值才能使士兵们以最少的总移动步数排成一列。-In a grid divided into the playground, n soldie
<程光> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法treatment

说明:2、 到医院看病的过程是,患者先排队等候,排队过程中主要重复两件事: (1) 病人到达诊室时,将病例交给护士,排到等候队列中候诊。 (2) 护士从等候队列中取出下一个患者的病例,该患者进入诊室就诊。 在排队时按照“先到先服务”的原则。设计一个算法模拟病人等候就诊的过程。-2, to process the hospital, the patient first in line to wait in line to repea
<刚刚> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法yuesefuhuan

说明:关于数据结构的一个算法问题,主要解约瑟夫环问题,拿出来分享,希望能为大家提供帮助-On an algorithm for data structure problems, the main solution Joseph Central problems and work out to share, hoping to provide help for everyone
<li> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法button

说明:数据结构作业Button,类似于金币阵列问题-Data structure operations Button, similar to the issue of gold arrays
<林一> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法noi_debug

说明:程序测试机,就是专门用来测试OI竞赛的数据的,省去一个个数据的手功测试的麻烦。只要输入相应的资料便可,程序执行完后会有列表清单,告诉你对了哪些题。-Testing machine, is designed to test OI race data, save data in the hands of a reactive test trouble. Enter the appropriate information as long as
<> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法binarytree

说明:二叉树排序的例子 包括几个基本操作:插入节点,排序,创建等。-Examples include the binary tree to sort a few basic steps: insert node, sort, create and so on.
<chen allen> 在 2024-10-20 上传 | 大小:1024 | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 2128.29 .30 .31 .32 .33 ... 2656 »

源码中国 www.ymcn.org