资源列表

« 1 2 ... .60 .61 .62 .63 .64 465.66 .67 .68 .69 .70 ... 2656 »

[数据结构常用算法guanjianlujing

说明:基于VISAUL C++开发的 关键路径求解 属于数据结构-Based on VISAUL C++ Developed to solve the critical path data structure belonging to
<zhangqin> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法yuesefuhuan

说明:约瑟夫环问题,设计一个程序求出出列顺序 基于VISUAL C++开发-Joseph Ring problem, design a procedure to derive the column order based on VISUAL C++ Development
<zhangqin> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法yundonghui

说明:基于VISUAL C++开发的运动会的评分系统,属于 数据结构-Based on the VISUAL C++ Games developed scoring system, which data structure
<zhangqin> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法T_ShortestPath

说明:求最短路径的C++ 源代码 ,用很简单的数据结构实现的,运行速度很快-The shortest path for the C++ Source code, using very simple data structure to achieve, to run fast
<t> 在 2025-01-22 上传 | 大小:740kb | 下载:0

[数据结构常用算法simulator

说明:电梯模拟系统,电梯端和管理员端通过网络连接-Elevator simulation system, elevator client and the administrator client through a network connection
<陈安石> 在 2025-01-22 上传 | 大小:5.9mb | 下载:0

[数据结构常用算法2008-BUCT-ACM-ICPC-Report

说明:北京化工大学2008年暑期集训一次训练的解题报告和核心代码-Beijing University of Chemical Technology in 2008 summer training report of a problem-solving training and core code
<Harder> 在 2025-01-22 上传 | 大小:254kb | 下载:0

[数据结构常用算法36f37e30ce6a6166ed7d745b70b0f7c8

说明:基于SDL的关于二叉树计算的源代码,是TXT的一些程序-SDL-based binary tree calculated on the source code, are some of the procedures TXT
<平平> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Huffman

说明:哈夫曼树算法 根据给定的n个权值{w1,w2,……wn},构造n棵只有根结点的二叉树,令起权值为wj 在森林中选取两棵根结点权值最小的树作左右子树,构造一棵新的二叉树,置新二叉树根结点权值为其左右子树根结点权值之和 在森林中删除这两棵树,同时将新得到的二叉树加入森林中 重复上述两步,直到只含一棵树为止,这棵树即哈夫曼树 -Huffman tree algorithm based on a given n-weight
<文静> 在 2025-01-22 上传 | 大小:92kb | 下载:0

[数据结构常用算法InsertSort

说明:直接插入排序 排序过程:整个排序过程为n-1趟插入,即先将序列中第1个记录看成是一个有序子序列,然后从第2个记录开始,逐个进行插入,直至整个序列有序-Direct Insertion Sort to sort the process: the whole process of sorting times for the n-1 insert, that is, first sequence of the first one reco
<文静> 在 2025-01-22 上传 | 大小:224kb | 下载:0

[数据结构常用算法QuickSort

说明:快速排序 基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整个序列有序-Basic idea of quicksort: sort through the trip, will be to sort records is separated into two independent parts, some of which are rec
<文静> 在 2025-01-22 上传 | 大小:852kb | 下载:0

[数据结构常用算法ShellSort

说明:希尔排序(缩小增量法) 排序过程:先取一个正整数d1<n,把所有相隔d1的记录放一组,组内进行直接插入排序;然后取d2<d1,重复上述分组和排序操作;直至di=1,即所有记录放进一个组中排序为止 -Sort Hill (narrow incremental method) sorting process: first get a positive integer d1
<文静> 在 2025-01-22 上传 | 大小:338kb | 下载:0

[数据结构常用算法AlgorithmUsingJava

说明:<算法导论>第二版大部分算法实现. 1. 各类排序和顺序统计学相关 2. 数据结构 2.1 基本数据结构 2.2 散列表 2.3 二叉查找树 2.4 红黑树 2.5 数据结构基于红黑树的扩张 3. 高级涉及和分析技术 3.1 动态规划相关 3.2 贪心算法相关 3.3 用于不相交集合的数据结构 4. 部分图算法.-<Introduction to Algorithms&g
<QJGui> 在 2025-01-22 上传 | 大小:317kb | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 465.66 .67 .68 .69 .70 ... 2656 »

源码中国 www.ymcn.org