代码搜索:Bit

找到约 10,000 项符合「Bit」的源代码

代码结果 10,000
www.eeworm.com/read/133772/5901267

h histo.h

/* This file provides the bit-probabilities for the input file */ #define BIT_DIVIDER 629 static int bits[9] = { 179,167,183,165,159,198,178,119,}; /* ia32 .so files */
www.eeworm.com/read/125819/6021271

cc inst_cb.cc

/* * Simulator of microcontrollers (inst.cc) * * Copyright (C) 1999,99 Drotos Daniel, Talker Bt. * * To contact author send email to drdani@mazsola.iit.uni-miskolc.hu * */ /* This file is par
www.eeworm.com/read/116006/6114708

h shx.h

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l
www.eeworm.com/read/101082/6250874

def bitoperations.def

(*#@(#)bitoperations.def 4.1 Ultrix 7/17/90 *) (* $Header: bitoperations.def,v 1.3 84/05/19 11:39:38 powell Exp $ *) This module should not be compiled, but is supplied for documentation purposes. def
www.eeworm.com/read/491378/6434652

h rd_usebits.h

#ifndef _USE_BITS_H_ #define _USE_BITS_H_ /*********************************************************** * 声明库说明:系统位段操作函数库 * * 版本: v1.00
www.eeworm.com/read/489243/6477062

h rd_usebits.h

#ifndef _USE_BITS_H_ #define _USE_BITS_H_ /*********************************************************** * 声明库说明:系统位段操作函数库 * * 版本: v1.00
www.eeworm.com/read/489249/6477164

h rd_usebits.h

#ifndef _USE_BITS_H_ #define _USE_BITS_H_ /*********************************************************** * 声明库说明:系统位段操作函数库 * * [版本历史]
www.eeworm.com/read/487590/6506030

vhd t121.vhd

-- -- This file tests support component instantiation inside a generate statement. -- entity HALFADD is port( A, B : in bit; SUM, CARRY : out bit); end HALFADD; architecture RTL of HALF
www.eeworm.com/read/487590/6506042

vhd t101.vhd

-- -- This file tests support for user defined functions. -- entity TEST is port( A : in bit_vector(0 to 3); Z : out bit); end TEST; architecture T101 of TEST is function parity(A
www.eeworm.com/read/487590/6506049

vhd t191.vhd

-- -- This example represents a 64 bit parity generator. The following code -- implies a 64 * (xor time unit) delay due to its structure based on a single -- for loop. The test case t192.vhd illust