代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/397950/8013102
1602_4bit
www.eeworm.com/read/297233/8038247
c fp-bit.c
/* This is a software floating point library which can be used instead of
the floating point routines in libgcc1.c for targets without hardware
floating point.
Copyright (C) 1994, 1995, 1996,
www.eeworm.com/read/196913/8042726
cpp bit_res.cpp
/* bit_res.cpp
Implementation of Bit Reservoir for Layer III
Adapted from the public c code by Jeff Tsay. */
#include "stdafx.h"
#include "all.h"
#include "bit_res.h"
Bit_Reserve::Bit_Reserve()
www.eeworm.com/read/196913/8042825
h bit_res.h
/* bit_res.h
Declarations for Bit Reservoir for Layer III
Adapted from the public c code by Jeff Tsay. */
#ifndef BIT_RES_H
#define BIT_RES_H
#include "all.h"
#define BUFSIZE 4096
class Bit_
www.eeworm.com/read/297011/8065673
bit seg7.bit
www.eeworm.com/read/396805/8089468
scope bit_cl.scope
www.eeworm.com/read/396805/8089506
scope bit_pro.scope
www.eeworm.com/read/196425/8092805
m output_bit.m
function output_bit(bit)
global bits_to_go buffer output
format long
buffer=fix(buffer*2^-1); % Equivalent to right shift
if(bit),buffer=bitor(buffer,128);end
bits_to_go=bits_to_go-1;
if
www.eeworm.com/read/196425/8092832
m input_bit.m
function t=input_bit
format long
global fid bits_to_go garbage_bits buffer code_value_bits
persistent ii
if(isempty(ii)),ii=1;end
if(bits_to_go==0)
buffer=fread(fid,1);
if feof(fid)
www.eeworm.com/read/196122/8114102
m input_bit.m
function bit=input_bit
load filename output
global iii
iii=iii+1;
bit=output(iii);