资源列表

« 1 2 ... .74 .75 .76 .77 .78 2279.80 .81 .82 .83 .84 ... 2657 »

[数据结构常用算法linklist_and_stack

说明:关于数据结构--线性表——栈与队列的源代码-On the data structure- the linear form- stacks and queues of source code
<金尚赟> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法54

说明:单向的链表的各种操作,包括创建,查找,插入和删除等,并且能实现友好dos界面-One-way linked list of the various operations, including create, find, insert and delete, etc, and a friendly interface dos
<yinwuzhe> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法58

说明:通过双链表结构来查找学生的信息,这样的结构对于需要无规律反复读取链表元素的操作是很有用的-By double-linked list structure to find their information, so that the structure of the need to repeatedly read erratic operation of the list element is useful
<yinwuzhe> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法36

说明:模拟社会关系的数据结构,能建立人与人之间的函数-Simulation data structure of social relations, to establish the function between people
<yinwuzhe> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法lianbiao

说明:一个用C++实现的链表结构存储线性表,小程序,课外作业-1 C++ implementation with linked list structure storage linear tables, small programs, homework
<吴涛> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法shunxu

说明:用C++实现的顺序结构存储线性表,一个小程序,课外作业-Using C++, the order of the linear structure of memory tables, one small program, homework
<吴涛> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法tree

说明:用C++建立的一个树,一个小程序,课外作业-Using C++ to establish a tree, a small program, homework
<吴涛> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法huffman1

说明:可以根据输入权值进行哈夫曼编码,能输出对应的哈夫曼树,哈夫曼编码。-The right value from the input Huffman coding, to output the corresponding Huffman, Huffman coding.
<liwen> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法PascalTriangle

说明:这是一个杨辉三角求解程序,主要是数据结构方面的知识。-This is a Pascal triangle solver, mainly data structure knowledge.
<xiaocao> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra算法思想:每次从V-S取出具有最短特殊路径长度的顶点u,将u添加到S中同时对数组dist作必要的修改,一旦s包含了所有v中顶点,dist就记录了从源到其他顶点之间的最短路径长度。-Dijkstra Algorithm idea: Every time out from the VS special path with the shortest length of vertex u, u will be added to
<piepie> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法1062

说明:pku上1062最短路径的题目ac代码,使用dijkstra 算法-ac code for 1062 in pku it s a problem about dijkstra
<李玲> 在 2024-06-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法1(2)

说明:分支限界法之布线问题 一、要求: 1、输入电路板区域n*m以及布线的起始位置和结束位置; 2、输出布线方案; 3、可以使用c或者vc实现 二、问题分析及实验原理: 在n*m的方格阵列中存在封锁区域(布线时必须绕开的区域),找到起始位置到目标位置的最短路径。从目标位置开始向起始位置回溯,逐步构造最优解。每次向标记距离比当前方格标记距离少1的相邻方格移动,直到到达起始方格为止。-Branch
<杨博文> 在 2024-06-08 上传 | 大小:1024 | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 2279.80 .81 .82 .83 .84 ... 2657 »

源码中国 www.ymcn.org