搜索资源列表
实验报告C
- 1.模拟并发进程共享的临界资源m1、m2,它联系着两个信号量sem1、sem2. 2.模拟并发进程的运行现场:通用寄存器i,程序计数器addr. 3.模拟三个并发进程.-1. Simulation of the process of sharing with the critical resources m1 and m2, it is tied to the volume of two signals sem1, sem2. 2. Simulation of the process of ru
cPPjob-shop C++程序编写的车间调度中的job shop问题
- C++程序编写的车间调度中的job shop问题。仿真结果比较好-A c++ program of writing workshop dispatch of the job shop problem. The simulation result is better
aircraft_trajectory_simulation
- 对某飞行器的全空域飞行弹道进行了仿真研究.建立了飞行器空间运动的数学模型,应用“牛顿插值多项式法”对气动力参数进行了辨识,用C语言编制了仿真程序,并给出了仿真结果及分析。-Of a vehicle-wide airspace simulation trajectory. Established the aircraft mathematical model of space motion, application, Newton interpolation polynomial method
UsingClanguagetoachievethechaoticencryptionpasswor
- 口令是人们在网络中的身份认证,一旦被攻击者破译,私人资料将被泄露。该文基于混沌理论针对口令加 密提出了一种新的算法,并利用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
Hong_wai_yao_kong-fu_tu
- 一种红外遥控器的编解码仿真,附C源代码和仿真图。-An infrared remote control codec simulation, with C source code and simulation of Fig.
IntegrationofSystem-On-ChipSimulationModels
- SOC仿真模型的整合 丹麦技术大学 硕士论文 通过SystemC来建立SOC仿真模型-Integration of System-On-Chip Simulation Models Technical University of Denmark Master Thesis Reaching deep sub-micron technology within the near future makes it possible to implement comple
serialport_c
- C语言的IO口模拟串口,对于嵌入式系统中串口资源比较缺乏的系统比较有意义-C language simulation of serial IO port, serial port for embedded systems in a systematic comparison of the relative lack of resources in a meaningful
TheRealizationofAdaptiveArithmeticCoderWithFPGA.ra
- 本文又用C语言实现了标准的自适应算术编码,拿它与用FPGA实现的改进后的自适应算术编码的仿真结果对比验证了这种改进后编码器编码的正确性。此种结构的编码效率很高,一个时钟编码一个数据比特,时钟频率可以达到50MHZ,占用的硬件资源大约有800个CLB(可配置逻辑模块)。-This thesis realizes the adaptive arithmetic coding which is not improved with C language,compare with the result o
1234
- 基于 Proteus 的等离子切割机控制系统的仿真设计 本文介绍了 Proteus 软件的特点和功能以及基于 Proteus 进行单片机系统开发的过程。在 Proteus 环境下结合Keil C 对空气等离子切割机的控制系统进行了调试仿真,仿真证明,该系统可 以完成空气等离子切割机的整体控制功能。在 Proteus 环境下完成单片机系统的硬件设计和软件 调试,可以降低设计成本,缩短开发周期,提高效率。-Design and simulation of digital contr
Lift
- 一个完整版本的C语言课程设计中智能电梯仿真系统代码。一流大学自控系数届学习精心总结,A级范本,绝对实用,让你满意。-A complete version of the C language curriculum design in the simulation of intelligent elevator system code. Coefficient of second-class university-controlled study carefully sum up, A-class
DOC
- large wind farms connected to the main grid through two-terminal HVDC links represent a chal-lenge for the simulation of analysis of the overall a.c.-d.c. power system
RapidSTM32
- 为实现高效的C语言代码编写 ,将 Matlab/Simulink应用在基于ARM Cortex-M3内核微控制器的嵌入式系统软件开发中。利用专门针对系列STM32微控制器开发的imulink模块库RapidSTM32及其工具套件对 嵌入式系统进行建模与仿真。 -To achieve efficient C code written in Matlab/Simulink applications in the embedded systems software development based
PSO-Algorithm
- 粒子群优化(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
c.hex
- 数码管显示的温控电机设计与仿真,这是c语言程序。是完整的程序-Digital tube display of temperature control motor design and simulation
31
- 计算机二级C语言上机模拟试题集锦,供大家一块学习,请多多请教!-Computer simulation of two C-language magazines questions on the machine for everyone a learning, a lot of advice!
oushihaiming
- 偶式海明校验原理仿真 包括c++实现的单机功能,通信功能以及java实现的完整功能-Even style Hamming parity principle simulation including c++ implementation of the stand-alone functions, communication functions and achieve full functionality of java
Analog-ATM-machines-CPP
- 模拟的ATM取款机设计,C++写的,适合初学者做课程设计参考,文档是设计说明书,包含完整的可运行的源代码。-Simulation of ATM cash machine design, C++, and suitable for beginners to do curriculum design reference, the document is designed brochures, contains the complete source code can be run.
two-C-language-machine-
- 这是我买的书配送的光盘里的二级C上机模拟系统 不同的考号对应不同的考题 祝愿大家考试成功!一起努力加油!-This is the book I bought the CD in the secondary distribution of C on a different machine simulation system corresponding number of different test exam questions and wish you success! Work togethe
Simulation-process-scheduler-
- 模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用C++语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解时间片轮转调度算法的具体实施办法。-Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a
Simulation-of-Greenhouse-Climate-Monitoring-and-C
- Simulation of Greenhouse Climate Monitoring and Control with truetime
