资源列表

« 1 2 ... .86 .87 .88 .89 .90 1791.92 .93 .94 .95 .96 ... 2656 »

[数据结构常用算法ysbd

说明:数据结构:栈的应用 数据结构:栈的应用 数据结构:栈的应用-data structure : the application stack data structures : the application stack data structure : stacks of application data structures : the application stack data structure : Application Sta
<tylzsd> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法kecheng

说明:数据结构:课程表安排 数据结构:课程表安排 数据结构:课程表安排 -data structure : curriculum arrangements data structure : curriculum arrangements data structure : curriculum arrangements data structure : curriculum arrangements data structure : curri
<tylzsd> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法creatlinklist

说明:用C语言实现从表头/表尾插入来创建链表,并判断循环。可以供初学数据结构的人学习。 -C language from the first table/end table inserted to create List, and a judgment cycle. Can data structure for beginners learning from the people.
<马慧> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法network1

说明:
<哈哈> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法data_structure_short_path

说明:根据题目建立图的结构,利用 Dijiskara 算法依次计算出各点的最短路径。 要求 : 图的结构为 { 0,1,1,1,0,0 , // 邻接矩阵表示图, 0 表示断路, 1 表示通路。 1,0, 0,0,1,0, 1,1,0, 0,0, 1,0, 0,1,0,0, 0,0,1, 1,1, 0,0,0,1,1,0,0,1, 0,
<段保京> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法C++ex1

说明:这是一个C++绘图的程序,使用与C++的初学者,大家请参考并提意见-This is a C mapping procedures, the use of C and beginners, please reference and advice
<亿摆> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法fft_image

说明:这是一个关于fft的算法,,编的还比较好,,希望对大家有用-fft of the algorithm, and the series is still relatively good, useful for all
<dasheng> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法ncircle

说明:给定n个大小不等的圆c , c , , cn 1 2  ,现要将这n个圆排进一个矩形框中,且要求各圆 与矩形框的底边相切。圆排列问题要求从n个圆的所有排列中找出有最小长度的圆排列。例 如,当n=3,且所给的3 个圆的半径分别为1,1,2时,这3个圆的最小长度的圆排列如图 所示。其最小长度为2 + 4 2 。-given n ranging from the size of the circle c, c,, c
<自由人> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法lqx100003

说明:最优合并问题 给定K个排好序的序列s1,s2,...,sk,用2 路合并算法将这k个序列合并成一个序列。 假设所采用的2路合并算法合并2个长度分另为m 和n的序列需要m+n-1次比较。试设计一个算法确定合并这个序列的最优合并顺序,使所需的总比较次数最少。-optimal merging given K platoons good sequence of sequence s1, s2 ,..., sk. using 2-way
<卢起雪> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法lqx10004

说明:最小重量机器设计问题 设某一机器由n个部件组成,每一种部件都可以从m个不同的供应商处购得。设w(i,j)是从供应商j处购得的部件i的重量,C(i,j)是相应的价格。 设计一个优先列式分支限界法,给出总价格不超过c的最小重量机器设计。-minimum weight machines based design of a machine n components, each component can be 000 m from
<卢起雪> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法lqx10005

说明:给定n 个正整数和4 个运算符+、-、*、/, 且运算符无优先级,如2+3*5=25。对于任意给定 的整数m,试设计一个算法,用以上给出的n 个数 和4 个运算符,产生整数m,且用的运算次数最少 给出的n个数中每个数最多只能用1 次,但每种运 算符可以任意使用。-given positive integer n and four Operators+,-,*,/, but Operators without prec
<卢起雪> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法jiangshangfei

说明:该程序用于进行多项式的四则运算,其中抽象数据类型主要有栈和结构 -the procedures for conducting the four polynomial operations, which mainly abstract data type and structure of a stack
<江上飞> 在 2024-10-04 上传 | 大小:2048 | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 1791.92 .93 .94 .95 .96 ... 2656 »

源码中国 www.ymcn.org