代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/359804/10124182
m bit_simbolo.m
function [alfabeto] = bit_simbolo(M,tipo,M1,M2)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
www.eeworm.com/read/164031/10135013
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be
www.eeworm.com/read/358376/10190087
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
[n,k] = size(g);
m = k-1;
for i=1:n
output(i) = g(i,1)*input;
for j = 2:k
output(i) = xor(output(i),g(i,j)*state(j-1));
end
www.eeworm.com/read/357521/10207262
6-bit-count
www.eeworm.com/read/356292/10232303
c bit2.c
# include
void main()
{
unsigned a, b, c, d;
int n;
a = 64;
n = 2;
/* 将操作数a右移(6-n)位 */
b = a >> (6-n);
printf("b = %d\n", b);
/* 将操作数a左移n位 */
c = a
www.eeworm.com/read/356292/10232314
c bit1.c
# include
void main()
{
/* 定义了一个无符号字符型变量,此变量只能用来存储无符号数 */
unsigned char result;
int a, b, c, d;
a = 2;
b = 4;
c = 6;
d = 8;
/* 对变量进行“按位与”操作 */
result = a & c;
www.eeworm.com/read/355874/10242061
vbp bit_motr.vbp
Form=bit_motr.frm
Module=Module1; OMRONLIB.BAS
Reference=*\G{00025E04-0000-0000-C000-000000000046}#2.5#0#C:\PROGRAM FILES\COMMON FILES\MICROSOFT SHARED\DC:\PROGRAM FIL#Microsoft DAO 2.5 Object Libra
www.eeworm.com/read/355874/10242063
frm bit_motr.frm
VERSION 4.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3555
ClientLeft = 2070
ClientTop = 2055
ClientWidth = 4530
BeginProperty
www.eeworm.com/read/355874/10242066
exe bit_motr.exe
www.eeworm.com/read/355874/10242089
vbp bit_motr.vbp
Form=BIT_MOTR.FRM
Module=BASELIB; FX2LIB.BAS
Module=DEVADDR; DEVADDR.BAS
Module=GRPADDR; GRPADDR.BAS
Object={0BA686C6-F7D3-101A-993E-0000C0EF6F5E}#1.0#0; THREED32.OCX
Reference=*\G{00025E04-0000-