搜索资源列表
ccfx
- VB源程序,层次分析算法.可以解决系统模糊评价的问题. 本算法结构清晰,适宜定量评价系统性能-VB source, the level of analysis algorithm. Fuzzy system can solve the problem of evaluation. This algorithm clear and suitable for quantitative evaluation of system performance
PN15SynChro
- 一个产生PN15伪随机序列并模拟噪声干扰和统计误码率的通讯系统仿真程序,主要实现了PN序列的同步算法和实时误码统计-PN15 have a pseudo-random sequence and noise simulation and statistical error rate communications system simulation program, the main PN sequence of real-time synchronization algorithm and err
银行家的的算法
- 这是操作系统《银行家的的算法》 大家一起共享啊!-This is the operating system, "the banker's algorithm" together sharing ah!
qiujie
- 【问题描述】已知线性方程组AX=B,求解该方程组。参考算法: 消去法:将列向量B加到矩阵A的最后一列,构成增广矩阵AB。对AB进行下列三种初等变换,使原矩阵A的部分的主对角线上的元素均为1,其余元素均为0,则原列向量B的部分即为X的值: 1. 将矩阵的一行乘以一个不为0的数 2. 将矩阵的一行加上另一行的倍数 3. 交换矩阵中两行的位置 - [ Question descr iption ] known system of linear equations AX=B, s
blandestimation
- 用于ofdm的盲信道估计算法,可以用于系统性能的提高和改进-OFDM for the blind channel estimation algorithm can be used to enhance system performance and improve the
arithmeticofDESencrypt
- 提供高质量的数据保护,防止数据未经授权的泄露和未被察觉的修改; 具有相当高的复杂性,使得破译的开销超过可能获得的利益,同时又要便于理解和掌握; DES密码体制的安全性应该不依赖于算法的保密,其安全性仅以加密密钥的保密为基础; 实现经济,运行有效,并且适用于多种完全不同的应用。 -provide high-quality data protection to prevent unauthorized data disclosure an
zuixiaoercheng
- 系统辨识中的最小二乘算法程序,希望对大家有用-system identification of least-squares algorithm procedures in the hope that it may be useful to
stochreal
- 随机子空间算法实现 matlab函数 分两步求取 来源于网络-Stochastic Subspace Realization Algorithm Tohru Katayama, "Subspace Methods for System Identification", Springer
Goertzel
- Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each o
PrincipleandApplicationofantcolonyalgorithm
- 蚁群算法的原理及其应用.pdf;;蚁群算法是优化领域中新出现的一种仿生进 化算法。该算法采用分布式并行计算机制,具有较强的鲁棒性 但有搜索时间较长,易陷入局部最优解的缺点。-The principle of ant colony algorithm and its application. Pdf ant colony algorithm is to optimize the emerging field of evolutionary algorithm for a bionic. T
InsuranceCRMSystem
- Insurance trade system using data mining algorithm , in this system we take a survey of insurance policy and present in bar chat-Insurance trade system using data mining algorithm , in this system we take a survey of insurance policy and present in b
A-New-FFT-Algorithm
- 实际中需做快速傅里叶变换(FFT)的多为实序列数据,而其变换算法都是以复数序列作为输入。文中利用频域的性质,将实序列数据变换为复数序列,再进行FFT 变换,以提高FFT对于实序列输入的变换效率,最后用C 语言实现该算法并与传统算法进行实验对比,从结果可看到优化后效率提高很多。-Practice to be done fast Fourier transform (FFT) for the implementation of multi-sequence data, and its transfo
simplex-algorithm
- 应用于电力系统最优运行。C++源码。程序实现了运筹学中的单纯形算法。-This C++ procedure can be used for the optimal operation of the power system. The source code realize the "simplex algorithm" in operational research.
Filtering-Algorithm
- 电力系统继电保护中经常应用的滤波算法,基于电力系统电流信号的傅里叶变换。程序给出了算法的仿真实现。-Power system, Filtering Algorithm, Fourier Transform, Simulation in matlab
POWER-CONTROL-ALGORITHM
- A closed-loop power control system having both fixed-step and adaptive-step power control algorithms and incorporating with multitap RAKE receivers was proposed. Simulations were performed for wide-band radio channels having path loss, slow
2D-rectangle-system-READ-simulation
- 二维矩形区域的辐射因子计算程序,READ算法可以快速解决计算,并且相对简单,实用-Two-dimensional rectangular region of the radiation factor calculation program, READ algorithm can quickly solve the calculation, and is relatively simple and practical
algorithm
- 光纤分布式测温系统中基于迭代法的高准确度温度解调算法-In the optical fiber distributed temperature measurement system based on the iterative method of high accuracy temperature demodulation algorithm
NLJ-optimization-algorithm
- 用于系统辨识的NLJ算法。适用于状态空间表示的非线性系统,用于系统参数的辨识。-NLJ algorithm for system identification. Applicable to non-linear state space representation used to estimate the system parameters.
firefly-algorithm
- The firefly algorithm (FA) is a metaheuristic algorithm, inspired by the flashing behaviour of fireflies. The primary purpose for a firefly s flash is to act as a signal system to attract other fireflies. Xin-She Yang formulated this firefly algorith
Internal-comparison-algorithm
- 系统用srand()函数产生一个以当前时间开始的随机种子。其产生的种子用选择排序、冒泡排序、快速排序将顺序表中的数字排好,设置变量记录每种排序关键字的移动次数和关键字的比较次数。选择排序:利用L.length-1个循环,将随机种子按从小到大的顺序排好。-System with srand () function generates a random seed to start the current time. Which produces seeds with selection sort,