资源列表

« 1 2 ... .74 .75 .76 .77 .78 2079.80 .81 .82 .83 .84 ... 2656 »

[数据结构常用算法三种模式匹配算法的比较

说明:Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
<lxr> 在 2024-10-21 上传 | 大小:332800 | 下载:0

[数据结构常用算法nhou

说明:对于n后问题,用n元组工[1:n]表示n后问题的解。其中x[i],表示皇后i放在棋盘的第i行的第i列。由于不允许将2个皇后放在同一列,所以解向量中的x[i]互不相同。2个皇后不能放在同一斜线上是问题的隐约束。对于一般的n后问题,这一隐约束条件可以化成显约束的形式。将n x n格棋盘看作二维方阵,其行号从上到下,列号从左到右依次编号为1,2,…,n。从棋盘左上角到右下角的主对角线及其平行线(即斜率为一1的各斜线)上,2个下标值的差(行号一
<陈大哥> 在 2024-10-21 上传 | 大小:332800 | 下载:0

[数据结构常用算法Fibonacci

说明:主要指出了Fibonacci数的算法和相关的一个简单的例子,算法虽小,作用不小。-Main pointed out that the number of the Fibonacci algorithm and related example of a simple algorithm may be small, not a small role.
<陈奭> 在 2024-10-21 上传 | 大小:332800 | 下载:0

[数据结构常用算法Traffic-Advisory-Simulation

说明:模拟全国交通查询,可实现最少时间路径查询、最少中转路径查询、最省钱路径查询,基于图算法实现。-Simulated the nation' s transportation inquiries, to achieve the minimum time path query, at least transit path query, the most economical path query, graph-based algorit
<chaser tang> 在 2024-10-21 上传 | 大小:331776 | 下载:0

[数据结构常用算法C

说明:利用C语言,编写程序计算10阶以下的矩阵的秩-Using C language, writing program to calculate the following matrix of 10 rank-order
<huanxin> 在 2024-10-21 上传 | 大小:332800 | 下载:0

[数据结构常用算法stack

说明:栈的应用表达式的运用,C语言实现,数据结构课程设计报告,覆盖率报告-The application of the use of the expression stack, C language, data structure curriculum design, coverage report
<刘星> 在 2024-10-21 上传 | 大小:332800 | 下载:0

[数据结构常用算法c-Commonly-used-algorithm

说明:c语言常用算法的例子代码, 希望对大家有帮助-c language commonly used algorithm example code, we want to help
<wuhx> 在 2024-10-21 上传 | 大小:332800 | 下载:0

[数据结构常用算法sq

说明:用c++实验顺序表的adt。包含遍历插入删除等10几个操作。都能通过~-Experiment with c++ sequence table adt. Insert and delete 10 includes traversing several operations. Can pass ~
<seed> 在 2024-10-21 上传 | 大小:331776 | 下载:0

[数据结构常用算法HIT_jerrybond

说明:数据结构计算几何模板,可以高效实现计算几何的各种算法,便于嵌入其他代码-Computational geometry data structure templates can efficiently achieve computational geometry algorithms, easy to embed other code
<kter> 在 2024-10-21 上传 | 大小:331776 | 下载:0

[数据结构常用算法Algorithm-design-and-analysis

说明:大学算法课上的大作业,包含残缺棋盘游戏问题、0/1背包问题、高速缓存调度问题、旅行商问题、流水作业调度问题等等若干问题,有完整源代码、结果截屏、时间复杂性分析-University algorithm class project, including the imperfect board game, 0/1 knapsack problem, the cache scheduling problem, traveling salesm
<贾巽> 在 2024-10-21 上传 | 大小:331776 | 下载:0

[数据结构常用算法timeatamping

说明:本算法是一个关于kruskal的源码实现,可供大家学习研究()
<voslb@122005 > 在 2024-10-21 上传 | 大小:331776 | 下载:0

[数据结构常用算法实验3

说明:猴子吃桃子问题 有一群猴子摘了一堆桃子,他们每天都吃当前桃子的一半且再多吃一个,到了第10天就只余下一个桃子。用多种方法实现求出原来这群猴子共摘了多少个桃子。(Monkey eat peaches A group of monkeys picked up a pile of peaches. They ate half of the current peaches and ate one more every day. In t
<andyhui > 在 2024-10-21 上传 | 大小:331776 | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 2079.80 .81 .82 .83 .84 ... 2656 »

源码中国 www.ymcn.org