代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/244541/12857335
m sphit_main_decode.m
% Code started 31th Oct 2003, Ex taken from J.M.Shapiro's paper on EZW
% This code is not intented to be optimized, just to make things work
% and to understand the principles of SPHIT
% Reference
www.eeworm.com/read/326617/13129233
c rfrecive.c
/*******************************************************************
/Program Name: Telecontrol Device Sink Terminal Program
/Program Function: NO
/Program Explain: include
www.eeworm.com/read/139427/13156656
vhd chapter4_models.vhd
entity STATEMENTS is
port(X,Y,Z: in INTEGER; -- Note that entity ports are
B: out INTEGER); -- always signals.
end STATEMENTS;
architecture PROP_DELAY of STATEMENTS is
signal AS:
www.eeworm.com/read/139427/13156673
vhd chapter3_models.vhd
entity ONES_CNT is
port (A: in BIT_VECTOR(2 downto 0);
C: out BIT_VECTOR(1 downto 0));
------ Truth Table:
---
-----------------------------
---|A2 A1 A0 | C1 C0 |
-------------
www.eeworm.com/read/240561/13213530
h config.h
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides information about the project configuration
* Copyri
www.eeworm.com/read/136959/13351339
c bitarray.c
/*
** Functions to maintain an arbitrary length array of bits
*/
#include "bitops.h"
char *alloc_bit_array(size_t bits)
{
char *set = calloc((bits + CHAR_BIT - 1) / CHAR_BIT, sizeof(char));
www.eeworm.com/read/319496/13450480
txt 并口编程简要说明.txt
对于标准的并口设备,写并口通讯程序可以直接使用WINDOWS API CreateFile ReadFile WriteFile配合多线程设计方法即可实现,但是我们要做的这个编程卡却不能这样做,我们需要用并口来提供编程信号,这样就需要软件能灵活的控制某的引脚的电平,这样就需要对并口的寄存器进行读写,LPT1的寄存器基地址在0x378,在WINDOWS保护模式下读写端口是比较麻烦的,需要 ...
www.eeworm.com/read/318888/13467763
asm pn_gen.asm
;
; pn_gen.asm - PN pseudo number generator
; generates 16-bit wordlength zero-mean random numbers
; generator polynomial: x^-15+x^-11+x^-2+1
;
; Prototype: int pn_gen(int *)
;
www.eeworm.com/read/318691/13473770
s43 11x1_uart1.s43
#include "msp430x11x1.h"
;******************************************************************************
; MSP430x11x(1) Demo - 9600-baud UART using 3.579545Hz Crystal
;
; Description: This p
www.eeworm.com/read/317404/13504885
asm 试5.asm
Counter EQU 57H ;计数器,显示程序通过它得知现正显示哪个数码管
T02SA EQU 51H
T02SB EQU 50H
FLAG EQU 2ah
T02Sc EQU 2bH
DISPBUF EQU 58H ;显示缓冲区从58H 开始
SEC EQU 56H ;秒计数单元
Min EQU 55H ;分计数单元
MIN2 EQU 37h;设置时间闪烁次数
Hour