代码搜索:比特分配

找到约 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/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/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/378183/9244956

dat vb_code32.dat

Line Input #语句 从已打开的顺序文件中读出一行并将它分配给 String变量。
www.eeworm.com/read/131795/14126146

dat vb_code32.dat

Line Input #语句 从已打开的顺序文件中读出一行并将它分配给 String变量。
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