代码搜索:比特分配
找到约 5,712 项符合「比特分配」的源代码
代码结果 5,712
www.eeworm.com/read/111829/15502194
vbw 学号考号分配系统.vbw
import = 45, 45, 425, 363, Z, 24, 24, 402, 333, C
bianliang = 112, 112, 490, 414, C
setting1 = 68, 68, 406, 370, C, 45, 45, 385, 363, C
nodetree = 111, 111, 496, 423,
frmAbout = 133, 133, 512, 44
www.eeworm.com/read/111829/15502272
vbp 学号考号分配系统.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINNT\system32\stdole2.tlb#OLE Automation
Reference=*\G{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0#..\..\..\..\WINNT\s
www.eeworm.com/read/103173/15742740
pps 第9章 存储分配.pps
www.eeworm.com/read/102167/15791935
rar 查找文件分配表.rar
www.eeworm.com/read/390924/8433378
txt 偽隨機比特發生器.txt
-- Pseudo Random Bit Sequence Generator
-- This design entity uses a single conditional signal assignment statement to describe a PRBSG register.
-- The length of the register and the two tapping p
www.eeworm.com/read/381764/9072503
txt 给定14比特ad信号调试通过.txt
www.eeworm.com/read/345690/11795143
txt 偽隨機比特發生器.txt
-- Pseudo Random Bit Sequence Generator
-- This design entity uses a single conditional signal assignment statement to describe a PRBSG register.
-- The length of the register and the two tapping p
www.eeworm.com/read/383543/8936947
m metric.m
function distance=metric(x,y)
%metric.m 距离量度函数
%被比较比特 x y
%hamming距离 distance
if x==y
distance=0;
else
distance=1;
end