代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/344401/11883147
h types.h
/*
* Copyright (c) 2003, try2it.com
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as publi
www.eeworm.com/read/155356/11883224
pas sgip12_protocol.pas
//------------------------------------------------------------------------------
//完成时间 : 2003-3-25
//修改时间 : 2003-3-25
//当前版本 : 3.1.01
//---------------------------------------------------------
www.eeworm.com/read/155352/11883335
pas cmpp_protocol2.pas
unit CMPP_Protocol2;
interface
const
CMPP_CONNECT : LongWord = $00000001;
CMPP_CONNECT_RESP : LongWord = $80000001;
CMPP_TERMINATE
www.eeworm.com/read/155317/11884884
c eepromw.c
/* Modified by Richard Man
*/
/*
** Purpose: EEPROM read & write routines
**
** Version: 1.0.0, 8:th of May 1999
**
** Author: Lars Wictorsson
** LAWICEL / SWEDEN
**
www.eeworm.com/read/155317/11884959
c at25.c
/*
** Purpose: Support for AT25080, AT25160, AT25320 & AT25640 SPI EEPROM from Atmel
** This LIB needs the "SPI.C" & "SPI.H" files.
**
** Version: 1.0.0, 24:th of August 1999
www.eeworm.com/read/155317/11884991
c spi.c
#include // change to the appropriate header file
#include "spi.h"
/* spi_init function should be generated using the AppBuilder
*/
/*
** SpiWriteByte() writes a byte to the SP
www.eeworm.com/read/344156/11906649
c hplcomb.c
/*
* DiskSim Storage Subsystem Simulation Environment (Version 4.0)
* Revision Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of C
www.eeworm.com/read/344090/11909170
txt longcolorvaluetorgb.txt
private type tRGB
R as byte
B as byte
G as byte
end type
Private Function GetRGB(ByVal pCol As Long) As tRGB
On Error Resume Next
GetRGB.R = pCol Mod 256
pCol = pCol \ 256
www.eeworm.com/read/344025/11912121
bas datads2770.bas
Attribute VB_Name = "DataDS2770"
Option Explicit
'DS2770 Variables
Public ElapsedTime As Double
Public ChargeTime As Double
Public Voltage As Double
Public Current As Double
Public ACR As Sin
www.eeworm.com/read/344025/11912227
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public fMainForm As frmEvalKit
Public Const ReadData As Byte = &H69
Public Const WriteData As Byte = &H6C
Public Const CopyData As Byte = &H48
P