资源列表

« 1 2 ... .59 .60 .61 .62 .63 2264.65 .66 .67 .68 .69 ... 2657 »

[数据结构常用算法zerosum

说明:USACO 第一章习题:zerosum习题的C++版本的解答-USACO first chapter exercises: zerosum exercises C++ version answers
<袁煜堃> 在 2024-05-23 上传 | 大小:394240 | 下载:0

[数据结构常用算法snakenumber

说明:蛇形数 输入n ,输出蛇形数,如n=4时,输出 10 11 12 1 9 16 13 2 8 15 14 3 7 6 5 4 -Enter the number of snake n, the number of output snake, such as n = 4, the output 10 11 1,219,161,328,151,437,654
<pj> 在 2024-05-23 上传 | 大小:195584 | 下载:0

[数据结构常用算法Strassen

说明:我用C语言写的一个strassen矩阵相乘算法。-I use C language to write a matrix multiplication algorithm strassen
<郭佳> 在 2024-05-23 上传 | 大小:3720192 | 下载:0

[数据结构常用算法LCS

说明:我写的一个最长公共子序列的C语言代码,参照了算法导论上的介绍。-I wrote a longest common subsequence of C language code, referring to the presentation on Introduction to Algorithms.
<郭佳> 在 2024-05-23 上传 | 大小:3683328 | 下载:0

[数据结构常用算法UFSet

说明:参照了算法导论上的介绍,我写的一个并查集的C语言代码。-Referring to the introduction Introduction to Algorithms on, I wrote a C language code and check the set.
<郭佳> 在 2024-05-23 上传 | 大小:572416 | 下载:0

[数据结构常用算法addoil

说明:算法实现汽车加油问题,用贪心算法实现汽车加油问题。-Algorithm vehicle refueling problem and achieve vehicle refueling problem greedy algorithm.
<陈岩> 在 2024-05-23 上传 | 大小:1024 | 下载:0

[数据结构常用算法bigdata

说明:大数据与城市计算最好的参考材料,请大家认真阅读和指正。-Big data and calculate the best city reference material, please carefully read and corrected.
<杨勇> 在 2024-05-23 上传 | 大小:1335296 | 下载:0

[数据结构常用算法establishment-and-traversal

说明:数据结构图的建立与遍历,广度遍历,深度遍历-Data structure of the establishment and traversal, traverse the breadth and depth traversal
<butterfly> 在 2024-05-23 上传 | 大小:1024 | 下载:0

[数据结构常用算法calculator

说明:运用堆栈算法实现的可执行计算器,能够计算除 函数外的计算。-Executable stack algorithm using calculator can calculate calculate except outside the function.
<butterfly> 在 2024-05-23 上传 | 大小:1024 | 下载:0

[数据结构常用算法Josephus

说明:约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n,
<butterfly> 在 2024-05-23 上传 | 大小:1024 | 下载:0

[数据结构常用算法Tree-traversal

说明:树的遍历。树的缩格打印、先根遍历,中根遍历,后根遍历的递归非递归调用,交换左右子树递归调用。-Tree traversal. Tree indent printing, the first root traversal, traversing root, root recursive traversal non-recursive calls, switching left and right subtrees recursively.
<butterfly> 在 2024-05-23 上传 | 大小:1024 | 下载:0

[数据结构常用算法bpsk1

说明:本程序是自己写的,在瑞丽衰落信号下的BPSK仿真,已经经过试验成功-This program is written in their own, in Ruili fading BPSK simulation signal, has been successfully tested
<王翠> 在 2024-05-23 上传 | 大小:1024 | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 2264.65 .66 .67 .68 .69 ... 2657 »

源码中国 www.ymcn.org