搜索资源列表
温度控制
- 在计算机控制系统中,使用的是数字PID控制器,数字PID控制算法通常又分为位置式和增量式控制算法。由于计算机控制是一种采样控制,它只能根据采样时刻的偏差值计算控制量,因此模拟式中的积分和微分项不能直接使用,需要进行离散化处理。以一系列的采样时刻点kT代表连续时间t,以和式代替积分,以增量代替微分,作近似变换。采样周期足够短,才能保证有足够的精度-the computer control system, using the digital PID controller, digital PID c
阻塞率
- 呼叫阻塞率的计算和仿真:在时间轴上考虑。无论阻塞与否,下一呼叫到达时刻为当前呼叫到达时刻加上服从参数为1/λ的指数分布的呼叫间隔时间。一个呼叫到达时只需要判断呼叫的到达时刻和各个信道服务完成时刻的先后:如果前者比后者中任意一个大,说明至少有一个信道服务完成时刻比此呼叫到达时刻早,即此信道空闲,此时呼叫成功,应该先把此信道下一个服务完成时刻置为当前呼叫到达时刻,再加上服从参数为μ的指数分布的服务时间;反之,如果前者比后者中全部都小,说明所有信道在此呼叫到达后才会结束服务,即当前忙,此呼叫被阻塞掉了
VCSetTimer
- 通过介绍SetTimer函数,来计算通信延时。在VC下得到精确延时时间,而sleep函数是完成不了的-By introducing the SetTimer function to calculate the communication time delay. In the next VC to be accurate delay time, and can not sleep function is to complete
monitoring
- 本系统涉及知识VC的数据库技术(ADO),串口通信等等。 智能安防系统的基本工作流程为;当发生触发事件时,触发信号从触发器发出经编码器 进行编码后以一进制数据形式送至计算机的端口,计算主机通过程序获取事件编码并进行分 析识别,进而根据程序设定启动相应的报警动作(不同的触发事件有不同的处理方式),并在 日志表中记录触发事件的时间、名称和处警动作,以备查用。 -VC systems that involve knowledge of database technology (AD
vb_com
- VB 编写的串口调试软件,特色功能,能够计算发送的时间,并且计算出时间差,能够用于测试串口通信的时间。-Written in VB serial debugging software, features, be able to calculate the send time, and calculate the time difference, time can be used to test serial communication.
caculate-time
- 用来计算程序运行的时间差,时间很精确,运用vC环境来编译过-Used to calculate a lag between the time it takes to run the program,Time is very accurate,Using vC environment to compile
Clockfrequency
- 使用CPU时间戳进行高精度计时,利用Rdtsc指令计算CPU的时钟频率-High-precision time stamp for the use of CPU time, using the Rdtsc Instruction Computing CPU clock frequency
plants
- 编写的植物生长收获计算器,可以方便计算出计划种植植物时间,对喜好玩开心农场的用户有帮助。-Preparation of plant growth and yield calculator, you can easily calculate the time to plan planting plants, happy fun fun on the farm help the user.
样本熵
- sampleEntropy,样本熵matlab程序,计算时间序列的混乱度程序