代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/293046/8317199
c bit1601.c
/*
********************************************************************************
*
* (c) Copyright 2002, Vineyard Technologies, Inc.
*
* Filename : bit1601.c
* Programmer(s): Steve KyeongHye
www.eeworm.com/read/174371/9590427
m bit_shaping.m
function d=bit_shaping(data,sp)
%duration set to sample time of gaussian pulse
% sp is sample time per pulse
duration=length(data);
st=3*sp;% st is sample time per bit, 3 is 3 pulses per bit
% d
www.eeworm.com/read/174254/9599454
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/174254/9599467
c bit_inv.c
#include
void main ()
{
int value = 0xFF;
printf("The inverse of %X is %X\n", value, ~value);
}
www.eeworm.com/read/370188/9611737
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/370188/9611772
c bit_inv.c
#include
void main ()
{
int value = 0xFF;
printf("The inverse of %X is %X\n", value, ~value);
}
www.eeworm.com/read/368572/9685968
cp 7bit.cp
7-bit ASCII
"us-ascii", "ascii", "7bit", "7-bit", "iso-ir-6", "ANSI_X3.4", "646", "it-ascii"
# Dummy table for 7-bit terminals
www.eeworm.com/read/368545/9690000
vhd 8-bit.vhd
--Binary Multiplier with n=8: VHDL Description
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity binary_multiplier is
port(CLK,RESET,G,LOADB,LOADQ:in std_logic;
www.eeworm.com/read/172368/9710904
abl 8bit.abl
MODULE count
TITLE '10jishu'
count DEVICE 'P16V8R';
CP PIN 1;
CT,CR PIN 2,3 istype'com';
Q7,Q6,Q5,Q4,Q3,Q2,Q1,Q0 PIN 12,13,14,15,16,17,18,19 istype'reg';
COUNT=[Q0..Q7];
www.eeworm.com/read/172366/9711082
abl 8bit.abl
MODULE count
TITLE '10jishu'
count DEVICE 'P16V8R';
CP PIN 1;
CT,CR PIN 2,3 istype'com';
Q7,Q6,Q5,Q4,Q3,Q2,Q1,Q0 PIN 12,13,14,15,16,17,18,19 istype'reg';
COUNT=[Q0..Q7];