M-Bus
M-Bus远程抄表系统(symphonicmbus),是欧洲标准的2线的二总线,主要用于消耗测量仪器诸如热表和水表系列。
资源总数
1,447
M-Bus 全部资料 1,447 份
进程通信与进程同步机制实践 有三个进程R、M、P
进程通信与进程同步机制实践 有三个进程R、M、P,分别负责从键盘读入数据、对读入的数据进行处理、将处理后的数据从屏幕输出,三个进程共享同一个缓冲区。试用操作系统提供的进程通信和同步机制,使三个进程能够相互协作,正确的完成数据的读入、处理和...
2016-04-21
196
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then retu...
2015-12-17
190
DOS XMS library is a DOS real mode and large memory model C library. Because DOS is ran under real m
DOS XMS library is a DOS real mode and large memory model C library. Because DOS is ran under real mode, programmer only...
2015-06-13
94
IDCT-M is a medium speed 1D IDCT core -- it can accept a continous stream of 12-bit input words at
IDCT-M is a medium speed 1D IDCT core -- it can accept a continous stream of 12-bit input words at a rate of -- 1 bit/...
2015-07-07
148
支持4到16bit 的m序列的MATLAB源码。输入寄存器长度M_Len
支持4到16bit 的m序列的MATLAB源码。输入寄存器长度M_Len,输出2.^M_Len-1长度的寄存器状态值向量
2013-12-20
77