代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/140767/13062546
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/140254/13094156
h bit-prec.h
/*------------------------------------------------------------------------
$Workfile: BIT-PREC.H $
$Date: 12/10/96 1:15p $
$Revision: 3 $
* Purpose:
* Header for Bin Width Calculator.
*
www.eeworm.com/read/326893/13110661
c bit_xor.c
#include
void main ()
{
printf("0 ^ 0 is %d\n", 0 ^ 0);
printf("0 ^ 1 is %d\n", 0 ^ 1);
printf("1 ^ 1 is %d\n", 1 ^ 1);
printf("1 ^ 2 is %d\n", 1 ^ 2);
printf("15 ^
www.eeworm.com/read/326893/13110695
c bit_inv.c
#include
void main ()
{
int value = 0xFF;
printf("The inverse of %X is %X\n", value, ~value);
}
www.eeworm.com/read/139809/13129535
h 2407bit.h
//MCRA
#define QEP1 3
#define QEP2 4
#define PWM1 6
#define PWM2 7
#define PWM3 8
#define PWM4 9
#define PWM5 10
#define PWM6 11
#define T1PWM 12
#
www.eeworm.com/read/241366/13150240
sql bit_xor.sql
declare
l_bitxor_val RAW (2000);
l_val_1 VARCHAR2 (2000) := '12345678';
l_val_2 VARCHAR2 (2000) := '87654321';
BEGIN
l_bitxor_val :=
UTL_RAW.bit_xor (utl_
www.eeworm.com/read/241322/13156525
c 24bit.c
/*
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purp
www.eeworm.com/read/324494/13260898
bmp file_bit.bmp
www.eeworm.com/read/324404/13264461
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