资源列表

« 1 2 ... .19 .20 .21 .22 .23 1824.25 .26 .27 .28 .29 ... 2656 »

[数据结构常用算法josephus

说明:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -Known n individuals (identified by serial number 1,2,3 ... n, respectively) were sitting around on a round-table.
<李强> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法netflow

说明:网络流算法的程序以及用网络流解决两个最小割模型的代码-Network flow algorithm for the procedure as well as network flow solution to the two minimal cut model code
<liulanzheng> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法feijidingpiao

说明:任务:通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票:可退票,退票
<xiaoqiang> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法test_kruskal

说明:数据结构与算法-程序、素材\Kruskal构造算法-Data Structures and Algorithms- procedures, materials Kruskal Algorithm
<陈旭> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法java_sort

说明:java常用的排序算法源码,从最基本的冒泡排序到快速排序,基排序等各种实现 -commonly used sorting algorithm java source code, from the most basic to the Quick Sort Bubble Sort, sort, etc. to achieve the base
<沈明欣> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法lists

说明:1·能够创建链表,只须输入数据便能自动生成升序排列的单链表; 2·能够把已存在的两个自动升序的链表合并成一个链表,并保留其中的相同元素; 3·有友好的人机卷面;-To create one list, only the input data can be automatically generated single-linked list in ascending order 2 can has been in ex
<江俊> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法Cpp1

说明:kmeans算法--很简便的一种。只不过有几个错误需要大家自己调试-kmeans algorithm- a very simple one. Only a few errors we need to debug their own
<jjy> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法stack

说明:自定义数据类型的堆栈数据结构实现,早些时候学习的时候写的代码了,-Custom data types of the stack data structure to achieve the earlier study, when writing code, and
<likun> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法DATASTRU

说明:C语言的基本数据结构,如堆,链表,队列,stack 等-C language, the basic data structure, such as the heap, linked list, queue, stack, etc.
<mahaiyang> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法AvpPacket

说明:AVP三元组协议包, RADIUS通信的基础协议,包头为20字节,每项数据采用属性ID|长度|内容三元组形式. 可以根据HASHTABLE结构构造AVP的BYTE数组,也可以根据BYTE数组构建AVP包的HASHTABLE内容。-AVP triple package deal, RADIUS communication the basis of the agreement, Baotou is 20 bytes, each of the
<wezly> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法erchashujibencaozuo

说明:本程序是用TC编写,实现按中序遍历一个二叉树,并求出此二叉树的深度和高度。 ① 输入的形式:所输入的元素均为整数 ② 程序所要达到的功能:输入1,2,3输出按中序遍历好的二叉树3,2,1 ③ 并求得二叉树的结点数为3,深度为3 -This procedure is used to prepare TC to achieve by the traversal of a binary tree, and derive thi
<刘慧> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法Algo3-5

说明:实现迷宫求解,可以方便的找出迷宫出口,很好的哦-The realization of the maze to solve, you can easily find out the maze of export, oh well
<> 在 2024-10-03 上传 | 大小:2048 | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 1824.25 .26 .27 .28 .29 ... 2656 »

源码中国 www.ymcn.org