代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/172593/5383673
h h83068f.h
#ifndef __INCLUDE_H83068F_H__
#define __INCLUDE_H83068F_H__
/*
* Copyright (C) 2004 by Jan Dubiec. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* mo
www.eeworm.com/read/161813/5549670
asm ll8051.asm
; The following 8051 code uses a bi-directional port pin (specified by
; DATA_BIT) for 1-wire I/O. This code was written for an 11.0592 MHz
; crystal.
;
; Procedure TouchReset
;
;
www.eeworm.com/read/161121/5559544
h skfbi.h
/******************************************************************************
*
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
* This prog
www.eeworm.com/read/161121/5559572
h e100_config.h
/*******************************************************************************
Copyright(c) 1999 - 2002 Intel Corporation. All rights reserved.
This program is free software; you can redi
www.eeworm.com/read/161121/5559660
h skgehw.h
/******************************************************************************
*
* Name: skgehw.h
* Project: GEnesis, PCI Gigabit Ethernet Adapter
* Version: $Revision: 1.36 $
* Date: $Date: 200
www.eeworm.com/read/156688/5609631
h mc9s12dp256.h
/* Based on CPU DB MC9S12DP256, version 2.87.292 (RegistersPrg V1.052) */
/*
** ###################################################################
** Filename : MC9S12DP256.h
** Processo
www.eeworm.com/read/155856/5618530
inc at89s53.inc
;-------------------------------------------------------------------
; AT89S53.INC
;
; Copyright 1997 KEIL ELEKTRONIK GmbH. 1997, All rights reserved.
; Atmel AT89S53 Processor Declarations
;---
www.eeworm.com/read/471930/6884199
c display.c
#include "msp430x41x.h"
#include "string.h"
#include "general.h"
//#define BEIJING_STIPULATION
// LCD轮显指示位定义
// 刷新显示部分:
// bit00.用户号
// bit01.显示器自检
// bit02.表号
// bit03.时间日期
// bit04.当前信
www.eeworm.com/read/392505/8339406
c spi_dac5617.c
//===========================================================
//
// 文件名称:SPI_DAC5617
//
// TITLE: DSP28 SPI - DAC TLV5617A,
// 采用CPU Timer0产生定时周期50ms,输出锯齿波
// 使能看门狗,在主函数中刷新计数器
//
/
www.eeworm.com/read/172776/9691323
c typedef.c
typedef bit Bit;
typedef bit Boll;
typedef unsigned char Byte;
typedef unsigned int Word;
typedef unsigned long Long;
#include
void typedefdemo(void)
{
Bit j;
Word i;
Byte m;