代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/136571/5870904
h bit.h
#ifndef _BIT_H_INCLUDED
#define _BIT_H_INCLUDED
#include
#ifdef WAVELET_DLL
#define WAVELET_DLL_API __declspec(dllexport)
#define WAVELET_DLL_CC
#else
#define WAVELET_DLL_API
www.eeworm.com/read/131315/5945025
h bit.h
/*
* Copyright (c) 1988, 1989, 1990, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 1989 by Berkeley Softworks
* All rights reserved.
*
* This code is
www.eeworm.com/read/131113/5948163
java bit.java
/*---------------------------------------------------------------------------
* Copyright (C) 1999,2000 Dallas Semiconductor Corporation, All Rights Reserved.
*
* Permission is hereby granted, fre
www.eeworm.com/read/127087/6007784
h bit.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for a
www.eeworm.com/read/125819/6021292
cc bit.cc
/*
* Simulator of microcontrollers (bit.cc)
*
* Copyright (C) 1999,99 Drotos Daniel, Talker Bt.
*
* To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
*
*/
/* This file is part
www.eeworm.com/read/120487/6073512
out bit.out
--
-- BIT types
--
--
-- Build tables for testing
--
CREATE TABLE BIT_TABLE(b BIT(11));
INSERT INTO BIT_TABLE VALUES (B'10'); -- too short
ERROR: bit string length 2 does not match type bit(11)
INSER
www.eeworm.com/read/120487/6073589
sql bit.sql
--
-- BIT types
--
--
-- Build tables for testing
--
CREATE TABLE BIT_TABLE(b BIT(11));
INSERT INTO BIT_TABLE VALUES (B'10'); -- too short
INSERT INTO BIT_TABLE VALUES (B'00000000000');
INSERT INTO
www.eeworm.com/read/114399/6124193
java bit.java
// bit.Java
public class bit {
public static void main(String [] args) {
int u = 0xff00 & 0xf0f0;
int v = 0x8000 | 0x80f0;
int y = 0xff00 ^ 0xf0f0;
www.eeworm.com/read/110972/6163441
c bit.c
// --------------- BIT ROUTINES ---------------
// wavelet image compression
// these provide bit-access to files either on disk or in memory
// (c) 2001-2002 Daniel Vollmer (maven@maven.de)
/*
www.eeworm.com/read/110972/6163442
h bit.h
#ifndef _BIT_H_INCLUDED
#define _BIT_H_INCLUDED
#include
#ifdef WAVELET_DLL
#define WAVELET_DLL_API __declspec(dllexport)
#define WAVELET_DLL_CC
#else
#define WAVELET_DLL_API