M+File
M+File技术资料下载专区,收录2,142份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
2,142
M+File 全部资料 2,142 份
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