CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Simulation algorithm c

搜索资源列表

  1. the_comparision_of_imm_algorithm

    0下载:
  2. 雷达数据处理的重要模型算法之一,该代码对imm算法的不同参数下进行了详细的仿真。-Radar Data Processing, one of the important model algorithm, the code imm algorithm under different parameters of the simulation in detail.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:8.21kb
    • 提供者:
  1. RandomPoint

    0下载:
  2. 随机算法的模拟实现 该算法在visual c++2008上实现了pi的求值该算法具有界面实现,用的是随机算法。算法比较简单-Stochastic simulation algorithm to achieve the algorithm in visual c++2008 on the realization of the value of pi for the interface of the algorithm, using a random algorithm. Relatively si
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8.08mb
    • 提供者:蒲平
  1. ccode

    0下载:
  2. 一个 模拟死锁检测算法的c程序 很好的学习资料-A deadlock detection algorithm simulation of the c procedures, good learning materials
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1.81kb
    • 提供者:艺天
  1. KLU-1.1.0.tar

    0下载:
  2. 对稀疏矩阵进行LU分解,可用于电路仿真、FEM求解等 C语言-KLU is a sparse LU factorization algorithm well-suited for use in circuit simulation. KLU is a sparse LU factorization algorithm well-suited for use in circuit simulation. It was highlighted in the May 2007 issue of SIA
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:546.89kb
    • 提供者:aaq
  1. choose

    0下载:
  2. 磁盘调度算法模拟,包括模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。下载的-Disk-scheduling algorithm simulation, including analog realization of FCFS, SSTF, SCAN, C-SCAN algorithm, and calculate and compare the number of head movement Road. Download
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:1.62kb
    • 提供者:小山
  1. c.resourse

    0下载:
  2. 包含五个C源码,分别是:IP地址解析、二叉树算法集、广度优先搜索及深度优先搜索、华氏温度和摄氏温度的相互转换、用for循环模拟自由落体运动。-Contains five C source code, namely: IP address resolution, binary tree algorithm set, breadth-first search and depth-first search, Fahrenheit and Celsius temperature of one anoth
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5.4kb
    • 提供者:毕卫松
  1. gen_trellis_ungerboeck.c

    0下载:
  2. 有一个基本的格子结构必须提供的Viterbi译码算法。因此,有两个步骤需要在一个特定组合的格子和调制的仿真:第一就是棚架结构。- Trellis structure,TCM schemes have an underlying trellis structure that must be provided to the Viterbi decoding algorithm. Therefore, there are two steps required in the simulation o
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.48kb
    • 提供者:karen
  1. DOS_FCFS

    0下载:
  2. 模拟先来先服务算法,用C语言写的,里面包含两个.C文件,新建工程然后那两个.C加载进去就可以编译运行了-Simulation first-come, first-served algorithm, written in C language, which contains two C files, new construction and then two. C loaded into it can compile and run
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1.65kb
    • 提供者:谭俊孟
  1. demag_tensor

    0下载:
  2. This Algorithm comutes demagnetizig tensor from Newell Paper[1] between two rectangular shape elements.Main function is and there is equivallent function written in c-language, you can use it to compile mex file.This scr ipt can be used in field of m
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:6.71kb
    • 提供者:Yaroslav
  1. yinhangjiasuanfa

    0下载:
  2. 用c++实验银行家算法模拟程序,并输出安全序列-Experiment with c++ bankers algorithm simulation program, and outputs the security sequence
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.8kb
    • 提供者:会将
  1. cache1

    0下载:
  2. 用C++模拟简单的cache的功能,运用LRU替换算法-C++ cache simulation with simple functions, using LRU replacement algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5.44mb
    • 提供者:cloud
  1. HDLC

    0下载:
  2. 1) 实现比特填充技术和循环冗余校验算法; 2) 实现HDLC的组帧(Flag、A段、C段、D段、FCS、Flag、包括扩展模式); 3) 实现滑动窗口、差错控制机制; 4) 模拟无噪声链路的数据传输,发送端随机发送数据帧(能够模拟帧丢失、帧失序、帧重复); 5) 模拟有噪声链路的数据传输,发送端发送模拟单比特错误(有能力的同学可以考虑加入多比特错误),要求错误出现在HDLC帧的不同字段,并能够模拟差错控制方法(帧损伤); 6) 给定HDLC的比特流,分别用Mancheste
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:45.84kb
    • 提供者:詹春艳
  1. HDLC-signal-model

    0下载:
  2. 1) 实现比特填充技术和循环冗余校验算法; 2) 实现HDLC的组帧(Flag、A段、C段、D段、FCS、Flag、包括扩展模式); 3) 实现滑动窗口、差错控制机制; 4) 模拟无噪声链路的数据传输,发送端随机发送数据帧(能够模拟帧丢失、帧失序、帧重复); 5) 模拟有噪声链路的数据传输,发送端发送模拟单比特错误(有能力的同学可以考虑加入多比特错误),要求错误出现在HDLC帧的不同字段,并能够模拟差错控制方法(帧损伤); 6) 给定HDLC的比特流,分别用Mancheste
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:46.09kb
    • 提供者:詹春艳
  1. TCP

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。 function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)-Ant colony algorithm is very hot current research an intelligent algorithm, the
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.73kb
    • 提供者:冯丁
  1. PRIOITY

    0下载:
  2. 用C语言实现对N(N=5)个进程的调度模拟,可以采用优先权高者优先算法Highest Priority First等,分别进行模拟调度。 -Realization of N (N = 5) a process of scheduling simulation using C language, you can use the higher priority Highest Priority First Priority algorithm, etc., were simulated sche
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:432.08kb
    • 提供者:梁欣妍
  1. lms

    3下载:
  2. 使用标准C语言写的LMS算法仿真实验。内含gauss噪声,laplace噪声产生函数。主函数利用LMS算法对含噪声信号进行滤波,滤除gauss噪声。-Using the standard C language to write LMS algorithm simulation. Contains gauss noise, laplace noise function. The main function use LMS algorithm with noise signal filtering,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:186.04kb
    • 提供者:姜是
  1. matalb2012b_vs2013

    1下载:
  2. matlab2012b和VS2013联合仿真,通过matlab的coder工具箱将m编程算法转换为c源码,在VS2013中调用通过!-matlab2012b and VS2013 joint simulation by matlab toolbox of coder m c programming algorithm converts source code, in VS2013 call through!
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2.59mb
    • 提供者:zxj
  1. CSA

    1下载:
  2. cuda代码,实现合成孔径雷达CSA算法,点目标仿真-c++ code that implements the algorithm of synthetic aperture radar CSA, point target simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.31mb
    • 提供者:刘尧
  1. MUSIC C MATLAB

    1下载:
  2. 对music算法 进行c语言编程 以及MATLAB仿真(MUSIC algorithm for C programming language, and MATLAB simulation)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:282kb
    • 提供者:淇淇之水
  1. PID算法 C程序和Matlab仿真程序

    0下载:
  2. PID算法 C程序和Matlab仿真程序(PID algorithm, C program and Matlab simulation program)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:6kb
    • 提供者:hailiang
« 12 »
搜珍网 www.dssz.com