代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/470309/6917876

c 24c256.c

/*--------------------------------------------- 读写24C256/512标准程序段 适用于地址为两个字节的IIC存储器 -------------------------------------------*/ #include #include #define uchar unsigned ch
www.eeworm.com/read/470309/6917898

lst 24c256.lst

C51 COMPILER V7.50 24C256 05/27/2007 09:12:26 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE 24C256 OBJECT MODULE PLACED IN
www.eeworm.com/read/470309/6917916

c 24c256.c

/*--------------------------------------------- 读写24C256/512标准程序段 适用于地址为两个字节的IIC存储器 -------------------------------------------*/ #include #include #define uchar unsigned ch
www.eeworm.com/read/433445/7035966

h d51.h

/* XMON51: In Application Programable Flash Monitor for the 8051 Copyright (C) 2005, 2006 Jesus Calvino-Fraga / jesusc at ece.ubc.ca This program is free software; you can redistribute it and/or
www.eeworm.com/read/466057/7043687

lst bcd6.lst

ASEM-51 V1.3 Copyright (c) 2002 by W.W. Heinz PAGE 1 MCS-51 Family Macro Assembler A S E M - 5 1
www.eeworm.com/read/463125/7187336

c ps2.c

//#include"F:\msp430\msp430\msp430\uCOS430\includes.h" #include #include"PS2.h" struct Mousetype{ char data[4]; unsigned char cnt; unsigned char err; unsigned ch
www.eeworm.com/read/461590/7223892

vhd dp32_types2.vhd

library ieee; use ieee.std_logic_1164.all; package dp32_types is constant unit_delay : Time := 1 ns; type bool_to_bit_table is array (boolean) of bit; constant bool_to_bit : bool_to_bit_
www.eeworm.com/read/461590/7223917

vhd fp_div.vhd

Library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; use work.all; use work.dp32_types.all; entity fp_div is generic( simulati
www.eeworm.com/read/461590/7223927

vhd fp_adder.vhd

library IEEE; use STD.textio.all; use IEEE.std_logic_1164.all; use work.dp32_types.all; PACKAGE fpadd_pkg is constant MNT_LENGTH : INTEGER := 24; -- including hidden "1" bit constant
www.eeworm.com/read/461590/7223958

vhd dp32_types.vhd

library ieee; use ieee.std_logic_1164.all; -- -- File: $RCSfile: dp32_types.vhd,v $ -- Revision: $Revision: 1.9 $ -- Author: $Author: petera $ -- Date: $Date: 90/06/22 12:37:25 $ -- package dp3