资源列表

« 1 2 ... .72 .73 .74 .75 .76 577.78 .79 .80 .81 .82 ... 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> 在 2025-02-07 上传 | 大小:325kb | 下载: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个下标值的差(行号一
<陈大哥> 在 2025-02-07 上传 | 大小:325kb | 下载:0

[数据结构常用算法Solution

说明:四川大学软件工程系数据结构课后答案详细解答-Sichuan University, Software Engineering, Data Structure after-school answer to the detailed answers
<he> 在 2025-02-07 上传 | 大小:326kb | 下载:0

[数据结构常用算法jisuanqi

说明:实现简单计算机的功能,可以通过CSharp软件实现其编绎,在其中可以自动修改其界面-Achieve simple computer functions, you can CSharp software to incorporate that unravel, in which can automatically modify its interface
<沈阳> 在 2025-02-07 上传 | 大小:326kb | 下载:0

[数据结构常用算法lexical_analysis

说明:编译原理课程作业,词法分析器。简单的对于一段C程序进行词法分析-Compiler theory course work, lexical analyzer
<Fu Xiangwei> 在 2025-02-07 上传 | 大小:326kb | 下载:0

[数据结构常用算法closest_pair

说明:求最近距离点对。包含o(nlgn)和o(n^2)复杂度算法-Seek nearest point pair. Contains o (nlgn) and o (n^2) complexity of algorithms
<陈晨> 在 2025-02-07 上传 | 大小:326kb | 下载:0

[数据结构常用算法Accelerating_Exact_k_means_Algorithms_with_Geometr

说明:一篇介绍加速kd树算法的英文文章,有比较高的参考价值!-A kd tree algorithm to accelerate introduction of English articles, a relatively high reference value!
<晨间> 在 2025-02-07 上传 | 大小:326kb | 下载:0

[数据结构常用算法horstVist

说明:栈的应用 实现马踏棋盘的实验 采用回溯算法 该井了每次回溯次数 来提高程序执行效率-栈的应用 实现马踏棋盘的实验 采用回溯算法 改进了每次回溯次数 来提高程序执行效率
<asfasf> 在 2025-02-07 上传 | 大小:326kb | 下载:0

[数据结构常用算法Eulerpath

说明:用于解决起点和终点非同一点的欧拉通路 一笔画问题程序。-Solve the start point and the end point are diffient point Euler path problem a stroke problem.
<张玉坤> 在 2025-02-07 上传 | 大小:326kb | 下载:0

[数据结构常用算法PriorityQueue

说明:Visual C++ Priority Queue Implementation
<minibeetle> 在 2025-02-07 上传 | 大小:327kb | 下载:0

[数据结构常用算法4BinToFloat

说明:四个字节数据与float的相互转化。前后次序可调整。便于理解float数据格式实际存储为4个字节时再内存中的排序。也可以用在通讯中验证通讯数据的格式。 B1,B2,B3,B4 -》float(B+B+B+B)-Interconversion four bytes of data and float. Before and after the order is adjustable. Easy to understand format
<lmi> 在 2025-02-07 上传 | 大小:327kb | 下载:0

[数据结构常用算法xianxingbiao

说明:线性表内容介绍:基本概念,顺序存储,链式存储,应用,有序表-the basic concept of sequential storage, chain store, the application of ordered lists
<张憧> 在 2025-02-07 上传 | 大小:327kb | 下载:0
« 1 2 ... .72 .73 .74 .75 .76 577.78 .79 .80 .81 .82 ... 2656 »

源码中国 www.ymcn.org