代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/117182/6108366
h bit_priv.h
/home/asysweb/public_html/cortex/kernel/src/bit_priv.h
/*************************************************************************/
www.eeworm.com/read/117182/6108383
c bit_data.c
/home/asysweb/public_html/cortex/kernel/src/bit_data.c
/*************************************************************************/
www.eeworm.com/read/110034/6170842
h 64bit.h
/*
* Copyright (C) 2001 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the
www.eeworm.com/read/110034/6170916
h 64bit.h
/*
* Copyright (C) 2000, 2001 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published b
www.eeworm.com/read/107846/6188123
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/107846/6188134
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/101082/6247785
3f bit.3f
.\" SCCSID: @(#)bit.3f 8.1 9/11/90
.TH bit 3f VAX "" Unsupported
.SH Name
bit, and, or, xor, not, rshift, lshift \- bitwise functions
.SH Syntax
.B (intrinsic) function and (word1, word2)
.sp 1
.B (in
www.eeworm.com/read/352380/6285022
m bit_interleaving.m
function [v]=bit_interleaving(c_e,d_r)
% bits=randint(1,1050);
% ts=poly2trellis(7,[133 165 171]);
% punctcode=convenc(bits,ts,[1 0 1]);
% 分组交织
% s=randint(1,10)
% pattern=randperm(10)
% r=intr
www.eeworm.com/read/378682/6287702
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 encod
www.eeworm.com/read/363748/6288767
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 encod