资源列表

« 1 2 ... .88 .89 .90 .91 .92 1593.94 .95 .96 .97 .98 ... 2656 »

[数据结构常用算法src

说明:一个拓扑排序程序,简单、容易,且内有详细说明。保证你可以轻松的明白、理解。-A topological sorting procedure, simple, easy, and there are detailed. Guarantee that you can easily understand, understand.
<dakuner> 在 2024-10-08 上传 | 大小:6144 | 下载:0

[数据结构常用算法Pekingdatastructure

说明:北京大学数据结构与算法考研试题,希望对考研的朋友有帮助-Peking data structures and algorithms Kaoyan questions, want to help a friend Entrance Examination
<周建武> 在 2024-10-08 上传 | 大小:881664 | 下载:0

[数据结构常用算法jingdiansuanhua

说明:讲述一些经典的算法,例如希尔排序等面试必考的算法-Talk about some classical algorithms such as Hill and other interviews and tests of the sort algorithm
<雷涛> 在 2024-10-08 上传 | 大小:2048 | 下载:0

[数据结构常用算法expresiontree

说明:这个程序主要实现了表达式求值的算法,主要是用二叉树进行递归求解-The program mainly achieved expression evaluation algorithm was used in a binary tree recursively solving
<pottermarkken> 在 2024-10-08 上传 | 大小:2048 | 下载:0

[数据结构常用算法graph

说明:主要应用了数据结构中图的数据结构,实现了遍历,插入和删除的操作,简单易懂-We use a data structure in the data structure to achieve a traversal, insertion and deletion operations, easy to understand
<pottermarkken> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[数据结构常用算法data_structure_of_the_classical_algorithm

说明:VC++数据结构经典算法,值得收藏的参考资料-VC++ data structure of the classical algorithm, it is collection of reference materials
<JasonLiu> 在 2024-10-08 上传 | 大小:329728 | 下载:0

[数据结构常用算法HavermannCoding

说明:哈弗曼编码,可根据个人需要对任意长度的数据进行编码。-Havermann coding, for any length encoded data
<赵赞> 在 2024-10-08 上传 | 大小:2048 | 下载: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-10-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法1062

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

[数据结构常用算法OS-Practice

说明:最佳适应算法 初始化,选择内存分配适应算法-Best fit algorithm initialization, select the memory allocation algorithm to adapt
<哈达 > 在 2024-10-08 上传 | 大小:4096 | 下载:0

[数据结构常用算法buddysystem

说明:伙伴系统(buddy system)算法实现。两个文件 buddysystem.c,buddysystem.h,主要实现了两个主功能函数1.Buddy System 内存块分配算法,函数AllocBuddySpace;2.Buddy System 空闲块回收算法,函数FreeBuddy。-Buddy system (buddy system) algorithm. Two files buddysystem.c, buddysyst
<peterwong> 在 2024-10-08 上传 | 大小:2048 | 下载:1

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

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

源码中国 www.ymcn.org