代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/192122/8403166
asm mult8x8s.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Code Efficient : Looped Code )
;**********************************
www.eeworm.com/read/192122/8403172
asm mult8x8f.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Fast Version : Straight Line Code )
;*****************************
www.eeworm.com/read/388520/8605064
cpp bt_hci.cpp
#include "StdAfx.h"
#include ".\bt_hci.h"
CBT_HCI::CBT_HCI(void)
{
m_dwDeviceMode = BT_DEVICE_RS232;
m_HCI_LAP[0] = 0x33;
m_HCI_LAP[1] = 0x8B;
m_HCI_LAP[2] = 0x9E;
}
/*
struct SA
{
www.eeworm.com/read/187391/8642399
asm mult8x8s.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Code Efficient : Looped Code )
;**********************************
www.eeworm.com/read/187391/8642421
asm mult8x8f.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Fast Version : Straight Line Code )
;*****************************
www.eeworm.com/read/288239/8646370
c usb_isr.c
/*
File: usb_top_isr.c
Author: DM
Created: 11/8/02
Target Device: C8051F320
Source file for USB firmware. Includes top level isr with Setup,
and Endpoint data handlers.
www.eeworm.com/read/288239/8646391
lst usb_isr.lst
C51 COMPILER V7.06 USB_ISR 08/29/2007 09:51:41 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE USB_ISR
OBJECT MODULE PLACED IN
www.eeworm.com/read/431206/8700999
c ee.c
#include
#include "ee.h"
#define SDA GP1
#define SCL GP2
#define TRUE 1
#define FALSE 0
#define WRITE_CONTROL_BYTE 0B10010000
#define READ_CONTROL_BYTE 0B10010001
#define ACCESS_CO
www.eeworm.com/read/386366/8751501
c test1.c
#include
#define uchar unsigned char
sbit sda=P3^7;
sbit scl=P3^6;
void delay()
{;;}
void init()
{
sda=1;
delay();
scl=1;
delay();
}
void start()
{
sda=1;
delay();
sc
www.eeworm.com/read/386365/8751551
c test.c
#include
#define uchar unsigned char
sbit sda=P3^7;
sbit scl=P3^6;
void delay()
{ ; ;}
void init()
{
sda=1;
scl=1;
}
void start()
{
sda=1;
delay();
scl=1;
delay();
sd