搜索资源列表
Critical Path
- 数据结构中实现图的关键路径的算法,是在TC中运行的。-data structure to achieve the critical path map algorithm is run in the TC.
ecg_matlab_data.zip 用matlab处理ecg心电数据
- 最近用matlab处理ecg心电数据,网上查了许多资料,终于成功导入.dat和.hea文件 做出了心电图 附件中含一组ecg心电数据(.dat和.hea文件各一),以供调试,fine.m是程序文件(含中文注释) 默认路径C:\Documents and Settings\Administrator\My Documents\MATLAB 打开方式:>>fine(‘62y933e.hea’,‘62y933e。dat’,9) 最后一个数字范围(1~12),代表第几道导连,
DM4
- 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con
butter
- ACM测试数据,题目甜牛奶,练习单源点最短路径的好题。-ACM test data, the subject of sweet milk, practicing single-source shortest path a good title.
Dijkstra
- 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 -The Dijkstra shortest path algorithm for the proce
data
- 是用C语言实现的,里面有我数据结构课程设计里的算法。例如关键路径,最短路径等算法-C language is used to achieve, there are my data structure in the curriculum design algorithms. For example, critical path, such as the shortest path algorithm
The-shortest-path
- 最短路径的matlab文件,最短路径无论是在数据结构还是在图论中,都占有比较重要的地位-The shortest path of matlab files, shortest path, whether in data structures or graph theory has played an important role compared
path
- 使用C++编写的数据结构中的图的关键路径。-The use of C++ to prepare the data structure in the critical path diagram.
SSP
- I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative performanc
data
- 此文件可以用于求任意城市间的最短路径,是一种比较好的算法-This file can be used for any of the shortest path between cities is a better algorithm
ksp
- 求解K短路问题的一种创新算子的单亲遗传算法源程序,该程序需要一个distance.txt文本文件,从中读取任意两点间距离数据。本程序所解决的为有26个节点的任意两点间K短路问题。-Solving K shortest path problem in an innovative operator of single-parent genetic algorithm source code, the program requires a distance.txt text file, read fr
data
- 里面有各种排序算法,还有实现最短路径的算法。比价全。-Which a variety of sorting algorithms, there are to achieve the shortest path algorithm. Parity all.
Rayleigh_ofdm
- carrier_count= 200 bits_per_symbol = 2 symbols_per_carrier = 50 loop=10 num=5 循环次数 10 子载波数 200 位数/ 符号 2 符号数/ 载波 50 训练符号数 5 循环前缀长度 T/4 调制方式 QAM 多径信道数 2(缺省) 信道最大时延 5 (单位数据符号) 仿真条件 收发之间严格同步 一个OFDM系统
path-planning
- 本人精心收藏的资料,该资料对粒子群算法改进的,值得借鉴。分享给大家-I am careful collection of data, the information on the particle swarm algorithm improvement, and worth learning from. We share
radar-Path-Tracking
- 雷达目标航迹跟踪,运行函数main_test,进行雷达数据处理,最终显示航迹;-Radar Target Tracking,Run the function main_test, the radar data processing, the final display track
data-struct-design
- 数据结构课程设计,其中有关键路径和表达式求值两个题目的课程设计,有源码,有截图,有结果-Curriculum design data structure, including the critical path and evaluate the expression of two topics of course design, with source code, screenshots and results
path
- 比较普遍的迷宫问题,应用数据结构中的链表解决-Maze problem more common application of the linked list data structure to solve
Lying-data-structure9
- 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
data-struct
- 数据结构与算法 最短路径算法 最小生成树-Data Structures and Algorithms shortest path minimum spanning tree algorithm
Traffic-shortest-path
- 交通图最短路径程序,解决各大城市之间的最短交通路线(数据结构图)。-Transport the shortest path program (graph algorithms, data structures), to solve the shortest transport routes between major cities.
