资源列表

« 1 2 ... .35 .36 .37 .38 .39 540.41 .42 .43 .44 .45 ... 2656 »

[数据结构常用算法c

说明:运用贪心策略实现多机调度问题(c语言版)-Using the greedy strategy to realize multi machine scheduling (C language version)
<weixiaobao> 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法rumen

说明:关于ACM模板的差不多全部记录,仅供学习和参考-ACM template on almost all records, learning and reference purposes
<yayu> 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法banker

说明:银行家算法,死锁避免,资源拒绝分配,操作系统-Bankers algorithm, deadlock avoidance, resource allocation rejected the operating system
<zcb> 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法Cell

说明:用于验证稀疏矩阵存储相关测试代码,稀疏矩阵存储单元。-Used to verify the sparse matrix storage-related test code, sparse matrix storage unit.
<liang> 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法cs

说明:基于压缩感知匹配追踪算法对一维数据的恢复-Matching Pursuit algorithm based on compressed sensing for one-dimensional data recovery
<baiwenjing > 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法erchashu

说明:利用java 实现 二叉树算法,自己编写的利用java 实现 二叉树算法 -Java data structures singly linked lists of simple implementation
<dwm> 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法text

说明:已知三点座标,求三角形的面积。给出任意的三个坐标,即可在程序中输入并输出其对应的三角形的面积。-Three known coordinates, find the area of ​ ​ a triangle. Any of the three coordinates are given, can be entered in the program and outputs the corresponding area
<余宸> 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法uHashList

说明:delphi7中没有好用的哈希表,此源码使用delphi实现的哈希表的单元文件,-delphi implementation of the hash table unit files
<陆贵涛> 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:霍夫曼编码(Huffman Coding)是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。-Huffman coding (Huffman Coding) is an encoding is a lossless data compression entropy coding (right encoding) for the algorithm.
<刘金星> 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法BInsertSort

说明:折半插入排序在查找记录插入位置时,采用折半查找算法 折半查找比顺序查找快, 所以折半插入排序在查找上性能比直接插入排序好 -Binary insertion sort to find records insertion position, using a binary search binary search algorithm is faster than the sequential search, binary inser
<郑白> 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法QuickSort

说明:任取待排序记录序列中的某个记录(例如取第一个记录)作为基准(枢),按照该记录的关键字大小,将整个记录序列划分为左右两个子序列: 左侧子序列中所有记录的关键字都小于或等于基准记录的关键字 右侧子序列中所有记录的关键字都大于基准记录的关键字 -Take any sequence of records to be sorted in a record (for example, take the first record) as
<郑白> 在 2025-01-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法ShellSort

说明:首先取一个整数 gap < n(待排序记录数) 作为间隔, 将全部记录分为 gap 个子序列, 所有距离为 gap 的记录放在同一个子序列中 在每一个子序列中分别施行直接插入排序。 然后缩小间隔 gap, 例如取 gap = gap/2 重复上述的子序列划分和排序工作,直到最后取gap = 1, 将所有记录放在同一个序列中排序为止-First, take an integer gap < n (the number
<郑白> 在 2025-01-25 上传 | 大小:1kb | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 540.41 .42 .43 .44 .45 ... 2656 »

源码中国 www.ymcn.org