CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - algorithm performance

搜索资源列表

  1. 二叉树学生成绩管理系统

    0下载:
  2. 我用二叉搜索树做的学生成绩管理系统, 算法比较全面, 希望大家提出宝贵建议 我的邮箱lp1985621@yahoo.com.cn-I use two forks of trees search student performance management system, the algorithm is more comprehensive, and we hope that the valuable suggestions put forward my mail lp1985621
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:25076
    • 提供者:李鹏
  1. xushengxuexiguanglixitong

    0下载:
  2. 设计一个学生信息管理系统,学生对象至少要包含:学号、姓名、性别、成绩1、成绩2、总成绩等信息。要求实现以下功能: 1.总成绩要求自动计算; 2.查询:分别给定学生学号、姓名、性别,能够查找到学生的基本信息(要求至少用两种查找算法实现); 3. 排序:分别按学生的学号、成绩1、成绩2、总成绩进行排序(要求至少用两种排序算法实现)。 -design of a student information management system, targeting students at le
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:1970
    • 提供者:ahui
  1. Stack-BucketAlgorithm

    0下载:
  2. 仿真(n,k,m)非系统卷积码的桶式堆栈算法(Stack-Bucket Algorithm)序列译码在AWGN信道条件下的误码性能,信噪比区间、卷积码参数、生成序列以及吊桶大小、堆栈大小等算法参数均可以自己设定。-Simulation (n, k, m) non-systematic convolutional codes of the barrel stack algorithm (Stack-Bucket Algorithm) sequence decoding in the AWGN ch
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-23
    • 文件大小:10642
    • 提供者:孙琛
  1. RLSAdptiveFilter

    0下载:
  2. 采用递归的最小二乘算法的自适应滤波器,比LMS算法具有较好的收敛特性和跟踪性能。-Using the recursive least squares algorithm for adaptive filter, LMS algorithm has better than the convergence characteristics and tracking performance.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10967
    • 提供者:韩一广
  1. DVB-T

    0下载:
  2. DVB-T能量检测性能算法曲线图的matlab程序-DVB-T energy detection algorithm performance curve of the matlab program
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-30
    • 文件大小:2584
    • 提供者:春光
  1. DEcshp(1)

    0下载:
  2. Differential evolution (DE) is an efficient and powerful population-based stochastic search technique for solving optimization problems over continuous space, which has been widely applied in many scientific and engineering fields. However, the succe
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:134840
    • 提供者:Blue
  1. SBTC

    0下载:
  2. 实现了2*2,2*1,1*2,4*4等多种时空编码和解码的算法,并能得到BER性能曲线-Achieve a 2* 2,2* 1,1* 2,4* 4, and other space-time coding and decoding algorithm, and BER performance curve can be obtained
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-12-09
    • 文件大小:322855
    • 提供者:lisa
  1. Interactive_Incompressible_Fluids

    0下载:
  2. An interactive GUI showing particles flowing in a liquid field described by Navier-Stokes equations for incompressible fluids. Click and drag with the mouse to add forces to the liquid. Uses Jos Stam s unconditionally stable FFT-based algorit
  3. 所属分类:Applications

    • 发布日期:2017-11-13
    • 文件大小:901907
    • 提供者:Akshay
  1. MMSEia

    0下载:
  2. 这是通信系统中,用于干扰消除的一个算法IA,这个是采用MMSE接收的程序,仿真了IA算法的性能。-This is the communication system, a method for interference cancellation IA, this is the procedure used, an MMSE receiver, the performance of the simulation algorithm IA.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-15
    • 文件大小:7234
    • 提供者:ZJX
  1. code

    0下载:
  2. MIMO系统的MMSE_ZF_ML算法,及其三种算法的性能比较-Performance comparison MMSE_ZF_ML algorithm MIMO system, and the three algorithms
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-13
    • 文件大小:2212
    • 提供者:刘常
  1. Bubble-sorting-function

    0下载:
  2. Bubble sorting function CODE Bubble sort is a simple sorting algorithm. The algorithm starts at the beginning of the data set. It compares the first two elements, and if the first is greater than the second, it swaps them. It continues doing thi
  3. 所属分类:Education soft system

    • 发布日期:2017-04-26
    • 文件大小:47514
    • 提供者:stoulod
  1. suan

    1下载:
  2. 四旋翼飞行器控制算法,主要通过控制四旋翼飞行器的姿态和位置,使得飞行器在飞行过程中能够稳定飞行。目前存在的PID控制算法,在鲁棒性、相应速度以及抗干扰方面的性能不是很好。本算法则是使用模糊PID的控制算法,能够满足四旋翼飞行器的需求。-Four-rotor control algorithms, mainly by controlling the attitude and position of the four-rotor aircraft, making the aircraft durin
  3. 所属分类:transportation applications

    • 发布日期:2017-04-24
    • 文件大小:25312
    • 提供者:wcl
  1. chapter13_GA

    0下载:
  2. 本人收藏的基于遗传算法的处理参数优化,提升参数性能-My collection of processing parameter optimization based on genetic algorithm, improve performance parameters
  3. 所属分类:Shop supermarket software system

    • 发布日期:2017-04-14
    • 文件大小:3602
    • 提供者:lin
  1. MIMO

    0下载:
  2. 仿真2*2MIMO通信系统ML、ZF、MMSE检测算法性能,给出三种检测算法的误比特率。-Multi-input multi-output (mimo) communication system simulation 2* 2 ML, ZF and MMSE detection algorithm performance, the bit error rate of three detection algorithms is given.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-13
    • 文件大小:2293
    • 提供者:Mike_tsf
  1. PVgridconnected

    0下载:
  2. This simulation presents a PI algorithm control strategy for PV system connected to a three-phase voltage source inverter of a distributed generation system in the stand-alone operation mode to guarantee good performance of the load output volt
  3. 所属分类:Energy industry

    • 发布日期:2017-05-05
    • 文件大小:31258
    • 提供者:Rachid/s
  1. GPC_CARIMA

    0下载:
  2. Using the input and output data, the FCOR algorithm is used to identify the system and can be applied to the performance uation of SISO control system-Using the input and output data, the FCOR algorithm is used to identify the system and can be appli
  3. 所属分类:Energy industry

    • 发布日期:2017-12-11
    • 文件大小:1076
    • 提供者:房风
  1. qq370

    0下载:
  2. This program has exceeded the performance of other algorithms, Rapid expansion of random spanning tree algorithm, Interpolation and fitting matlab implementation.
  3. 所属分类:交通/航空行业

    • 发布日期:2017-12-16
    • 文件大小:5120
    • 提供者:yaimanpun
搜珍网 www.dssz.com