搜索资源列表
九宫格
- 九宫格的A*算法实现 可以选择两个估价函数,完成九宫格的自动求解。指导学生完成的一个优秀的课程设计,附完整的源代码和课程设计文档,主要是算法。-Jiugongge the A * algorithm can choose two valuation function, complete Jiugongge automatic solution. Students completed an outstanding curriculum design, with complete source co
pathdelphi
- 带加权的寻路算法演示(DELPHI源码) 关于A*寻路算法的代码在网上有很多,但用DELPHI的比较少,本人花了一天时间找到这个,代码和界面都比较精炼,于是在关键处作了中文注释,但愿对朋友们有用。-with weighted routing algorithm Demo (DELPHI OSS) on the A * algorithm routing code on the Internet which is very , but with the DELPHI relatively s
IEEEdata
- IEEE节点系统大全,包括IEEE3节点系统到300节点系统的详细数据,对测试电力系统有非常大的作用-IEEE bus system Daquan, including IEEE3 node system to 300-node system of detailed data, the test power system has a very big role
AOA-algorithm-on-neural-network
- 基于几何结构的单次反射统计信道模型, 提出了基于RBF神经网络的AOA 定位算法-AOA location algorithm based on RBF neural network based on the geometric structure of a single reflection statistical channel model,
chaoliu
- 【配网潮流计算程序】本程序采用前推回代法,适用于35kV以下辐射型开式网络潮流计算,且若支路有备用支路需换算为单支路再行计算,适用于回路无环路时(有详细程序说明)。-【Distribution network load flow calculation program】 This procedure uses forward and backward on behalf of the law applicable to the following radiation-type open-35kV
ins
- 捷联算法,与公共函数结合一起,构成完整的捷联算法。-Strapdown algorithm, combined with public functions together with a complete strapdown algorithm.
gaevolve
- Genetic algorithm to evolving a logic network of 16 gates, and graph evaulation for shortest path. It use matlab ga basic function
Hybrid-GPSTDOA-location-algorithm-in
- 提出了一种混合GPS/TDOA 的泰勒级数-最小二乘算法,在GPS 和TDOA 定位方法都无法独立 定位时实现了定位-Proposed a hybrid GPS/TDOA Taylor series- least squares algorithm, GPS and TDOA positioning methods are unable to locate an independent positioning
Sorting-Algorithm
- 算法设计与分析 排序算法实验报告 1、实验步骤和要求: (1)分别设计并实现插入排序、合并排序、快速排序的算法。 (2)设计测试数据集,编写测试程序,用于测试正确性、算法复杂性(最好情况、最坏情况、平均情况)、效率。-Algorithm design and analysis lab report a sorting algorithm, experimental procedures and requirements: (1) were designed and imple
AStarShortPath
- A*算法求解公交最少耗时路径,效果好于普通的Dijkstra算法。-A* algorithm solving least-time path problem in scheduled network
primal-dual-algorithm
- Solve the standard basis pursuit program using a primal-dual algorithm,The key code of GBP is provided by Justin Romberg Reference: E. Candes and J. Romberg, “l1-Magic: Recovery of Sparse Signals via Convex Programming,” 2005.
wsn-localization-algorithm
- 这是一个关于无线传感器网络节点定位的加权质心定位算法的源程序-This is a weighted centroid localization algorithm of wireless sensor network node localization of the source program
a
- 偏最小二乘法的分析,偏最小二乘算法在MATLAB中的实现-Partial least squares analysis, and partial least squares algorithm in MATLAB
Gesture-detection-algorithm
- 德国四轴飞行器的姿态检测代码,具有详细的代码说明-Germany Four aircraft attitude detection code, a detailed descr iption of the code
SVPWM-control-algorithm
- SVPWM是近年发展的一种比较新颖的控制方法,是由三相功率逆变器的六个功率开关元件组成的特定开关模式产生的脉宽调制波,能够使输出电流波形尽 可能接近于理想的正弦波形。-SVPWM is a new control method developed in recent years, is a pulse width modulation wave generating specific switch mode composed of six power switching element of t
Algorithm-Knapsacks
- Algorithm Knapsacks code The knapsack problem or rucksack problem is a problem in combinatorial optimization: Given a set of items, each with a mass and a value, determine the number of each item to include in a collection so that the total weig
Tower-of-Hanoi-algorithm-code
- Tower of Hanoi algorithm code The Tower of Hanoi (also called the Tower of Brahma or Lucas Tower,[1] and sometimes pluralized) is a mathematical game or puzzle. It consists of three rods, and a number of disks of different sizes which can slide
Huffman-coding-and-Compression--algorithm
- Huffman coding and Compression algorithm c++ code In computer science and information theory, a Huffman code is an optimal prefix code found using the algorithm developed by David A. Huffman while he was a Ph.D. student at MIT, and published in
time---domain--algorithm
- 使用MySin函数生成一个幅值为3、频率为10Hz的正弦信号x(t),其中dt分别为0.1s、0.08、0.05s、0.005s。绘出四个正弦信号波形及其单边幅值谱-Use MySin amplitude function generates a 3, a frequency of 10Hz sinusoidal signal x (t), where dt respectively 0.1s, 0.08,0.05s, 0.005s. Sinusoidal waveform and draw f
LMS-algorithm
- 本程序主要内容是关于LMS自适应均衡算法。程序中讨论了改变特征值扩散度,步长等参数对学习曲线的影响。对学习和掌握LMS算法具有一定的帮助。-This programe is mainly about LMS algorithm and it will be a helpful tool in learning and mastering LMSA.