CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - Simulation algorithm c

搜索资源列表

  1. bank-C++

    0下载:
  2. 操作系统银行家算法分析模拟 操作系统银行家算法分析模拟-OS operating system simulation algorithm analysis algorithm analysis bankers bankers operating system simulation algorithm, simulation Analysis
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:60.2kb
    • 提供者:胡宗波
  1. UsingClanguagetoachievethechaoticencryptionpasswor

    0下载:
  2. 口令是人们在网络中的身份认证,一旦被攻击者破译,私人资料将被泄露。该文基于混沌理论针对口令加 密提出了一种新的算法,并利用C++ 语言对算法进行了模拟-Password is in the network authentication, once an attacker to decipher, the private information will be leaked. The password based on chaos theory for a new encryption alg
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:48.68kb
    • 提供者:xinyi
  1. _4_DQPSK_modulat_and_demodulat

    2下载:
  2. 使用MATLAB仿真pi/4QPSK调制解调比较好的一篇文章,算法易懂,好实现。-Modulation and demodulation using MATLAB simulation pi/4QPSK good article, the algorithm easy to understand, to grasp.
  3. 所属分类:Project Design

    • 发布日期:2017-03-22
    • 文件大小:321.71kb
    • 提供者:王新雨
  1. IMU

    0下载:
  2. 对基于弹载IMU/C:PS组合导航系统的动基座对准问题进行了研究与仿真 首先,分析了弹载IMU与GI S的系统误差,建立获得了其系统误差模型 然后,利用卡尔曼滤波技术,设计了弹载IMU/UPS组合导航系统的动基座对准算法 -Based on onboard IMU/C: PS Integrated Navigation System Alignment conducted a study and simulation first analyzed onboard IMU and GI S of
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1.94mb
    • 提供者:song
  1. IMU002

    0下载:
  2. 对基于弹载IMU/C:PS组合导航系统的动基座对准问题进行了研究与仿真 首先,分析了弹载IMU与GI S的系统误差,建立获得了其系统误差模型 然后,利用卡尔曼滤波技术,设计了弹载IMU/UPS组合导航系统的动基座对准算法 -Based on onboard IMU/C: PS Integrated Navigation System Alignment conducted a study and simulation first analyzed onboard IMU and GI S of
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1.79mb
    • 提供者:song
  1. IMU003

    0下载:
  2. 对基于弹载IMU/C:PS组合导航系统的动基座对准问题进行了研究与仿真 首先,分析了弹载IMU与GI S的系统误差,建立获得了其系统误差模型 然后,利用卡尔曼滤波技术,设计了弹载IMU/UPS组合导航系统的动基座对准算法 -Based on onboard IMU/C: PS Integrated Navigation System Alignment conducted a study and simulation first analyzed onboard IMU and GI S of
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3.41mb
    • 提供者:song
  1. Round-robin-and-priority-scheduling

    1下载:
  2. 时间片轮转算法和优先级调度算法 C语言模拟实现-Round-robin and priority scheduling algorithm C language simulation to achieve
  3. 所属分类:软件工程

    • 发布日期:2017-03-25
    • 文件大小:30.25kb
    • 提供者:188
  1. PSO-Algorithm

    0下载:
  2. 粒子群优化(Particle Swarm Optimization, PSO),又称微粒群算法,是由J. Kennedy和R. C. Eberhart等于1995年开发的一种演化计算技术,来源于对一个简化社会模型的模拟。-Particle Swarm Optimization (Particle Swarm Optimization, PSO), also known as particle swarm optimization, by J. Kennedy and RC Eberhart eq
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:742.05kb
    • 提供者:Tony Cheung
  1. processor-scheduling

    0下载:
  2. 用C语言模拟处理机调度 使用的是优先级调度算法 -C language simulation processor scheduling priority scheduling algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-11-20
    • 文件大小:1.39kb
    • 提供者:舒琪
  1. Genetic-algorithm--

    0下载:
  2. 遗传算法求函数最优解,在这里,我用C语言对同样的一个函数进行了仿真,在C语言中,所有关于遗传算法的函数需要自己编写,因此可以更清楚的理解遗传算法,了解它的执行过程。-Function of genetic algorithms optimal solution, here, I used the same one for the C language function simulation, in the C language, all on Genetic Algorithms functio
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:16.53kb
    • 提供者:fanfan
  1. tongxinyewuliang

    0下载:
  2. 通信网中,经过对分析的编程仿真,对爱尔兰B公式以及爱尔兰C公式有了更深的认识,也对通信业务分析的方法也加深了理解,并且利用Matlab GUI 编程验证了算法的正确性。-Communication network, through simulation analysis on programming, Ireland Ireland B formula and the formula C a deeper understanding of methods for the analysis of
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:216.43kb
    • 提供者:LDY
  1. Simulation-process-scheduler-

    0下载:
  2. 模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用C++语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解时间片轮转调度算法的具体实施办法。-Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:55.82kb
    • 提供者:凯撒
  1. LRU

    0下载:
  2. 本代码用C语言模拟操作系统中LRU页面置换算法,有dos输出界面,简单明了。-The code is written in C language simulation operating system LRU page replacement algorithm, a dos output interface, simple and straightforward.
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1.14kb
    • 提供者:jie
  1. MCVEM_version1-0.tar

    0下载:
  2. This the MATLAB code that was used to produce the figures and tables in Section V of F. Forbes and G. Fort, Combining Monte Carlo and mean-field like methods for inference in Hidden Markov Random Fields, Accepted for publication in IEEE Trans. on
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:676.26kb
    • 提供者:jeevithajaikumar
  1. Path-Planning-Grid-Method

    0下载:
  2. 文章简要阐述了基于栅格法的移动机器人路径规划算法问题, 并利用C++Buidler 软件开发的仿真平台对该问题进 行了仿真, 仿真结果说明了该算法的有效性和实用性。-This paper briefly describes the programming algorithm problem of mobile robot path based on grid method, and the use of C++ Buidler simulation software development
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:334.79kb
    • 提供者:刘同学
  1. LTE

    0下载:
  2. Matlab simulation for drawing the BER plot of the LTE turbo code, using either the BCJR algorithm or the fully-parallel algorithm. Copyright (C) 2013 Robert G. Maunder The simulation can be started by running the main.m scr ipt. This can b
  3. 所属分类:Software Testing

    • 发布日期:2017-05-01
    • 文件大小:12.41kb
    • 提供者:oudjani
  1. WiMAX

    1下载:
  2. Matlab simulation for drawing the BER plot of the WiMAX turbo code, using either the BCJR algorithm or the fully-parallel algorithm. Copyright (C) 2013 Robert G. Maunder The simulation can be started by running the main.m scr ipt. This can
  3. 所属分类:Software Testing

    • 发布日期:2017-04-30
    • 文件大小:12.58kb
    • 提供者:oudjani
搜珍网 www.dssz.com