代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/227563/14421100
h usb.h
/** @file usb_api.h
*
* @author Runar Kjellhaug
*
* @compiler This program has been tested with Keil C51 V7.50.
*
* @copyright
* Copyright (c) 2005 Nordic Semiconductor. All Rights Reser
www.eeworm.com/read/227563/14421102
h protocol_api.h
/** @file FAP.h
*
* @author Runar Kjellhaug
*
* @compiler This program has been tested with Keil C51 V7.50.
*
* @copyright
* Copyright (c) 2005 Nordic Semiconductor. All Rights Reserved.
www.eeworm.com/read/227351/14430494
c c8_3_1.c
int syn_acc_c
( const unsigned char *restrict byte_i,
unsigned char *s1,
unsigned char *s2,
const unsigned char *restrict beta,
const unsigned char *restrict beta_RS_N_4,
c
www.eeworm.com/read/226200/14489800
h misc.h
#ifndef CRYPTOPP_MISC_H
#define CRYPTOPP_MISC_H
#include "cryptlib.h"
#include "smartptr.h"
#ifdef _MSC_VER
#include
#if _MSC_VER >= 1400
// VC2005 workaround: disable declar
www.eeworm.com/read/225413/14541609
lst main.lst
ARM COMPILER V0.20, main 15/12/04 08:44:45 PAGE 1
ARM COMPILER V0.20, COMPILATION OF MODULE main
OBJECT MODULE PLACED IN m
www.eeworm.com/read/225258/14547396
asm bcd2bin.asm
;
;************************************************************************
; BCD To Binary Conversion
;
; This routine converts a 5 digit BCD number to a 16 bit binary
; numb
www.eeworm.com/read/225258/14547443
asm b16tobcd.asm
;
;********************************************************************
; Binary To BCD Conversion Routine
; This routine converts a 16 Bit binary Number to a 5 Digit
; BCD N
www.eeworm.com/read/224009/14607977
txt 说明.txt
PC下发命令格式
0x1B+0x10+命令字(1<mark>Byte</mark>)+包号(1<mark>Byte</mark>,一般为0)+数据长度(1<mark>Byte</mark>)+数据+CRC16(两字节)
返回应答格式
成功返回 'O'+'K'+包号(1<mark>Byte</mark>,一般为0)+数据长度(1<mark>Byte</mark>)+数据+CRC16(两字节)
失败返回 'E'+'R'+包号(1<mark>Byte</mark>,一般为0)+数据长度7(1<mark>Byte</mark>)+错误代码(1<mark>Byte</mark>)+CRC16(两字节 ...
www.eeworm.com/read/223011/14664020
h pll.h
#if !defined(AFX_PLL_H__0FA78B21_0981_4FC9_88A8_C3BC7CFAE35E__INCLUDED_)
#define AFX_PLL_H__0FA78B21_0981_4FC9_88A8_C3BC7CFAE35E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/119064/14841708
asm bcd2bin.asm
;
;************************************************************************
; BCD To Binary Conversion
;
; This routine converts a 5 digit BCD number to a 16 bit binary
; numb