代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/225413/14541639
c main.c
/******************************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2
www.eeworm.com/read/225258/14547366
asm mult8x8s.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Code Efficient : Looped Code )
;**********************************
www.eeworm.com/read/225258/14547384
asm mult8x8f.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Fast Version : Straight Line Code )
;*****************************
www.eeworm.com/read/124283/14578404
c make_rep.c
/* ieee-utils/make_rep.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene
www.eeworm.com/read/221208/14753471
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/119064/14841695
asm mult8x8s.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Code Efficient : Looped Code )
;**********************************
www.eeworm.com/read/119064/14841703
asm mult8x8f.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Fast Version : Straight Line Code )
;*****************************
www.eeworm.com/read/219311/14888670
asm mult8x8s.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Code Efficient : Looped Code )
;**********************************
www.eeworm.com/read/219311/14888685
asm mult8x8f.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Fast Version : Straight Line Code )
;*****************************
www.eeworm.com/read/116795/14954434
dox buffer.dox
/** \defgroup buffer buffer: Generic Byte-Buffer Structure and Function Library
This byte-buffer structure provides an easy and efficient way to store
and process a stream of bytes.