代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/200817/15424070
h io_map.h
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : IO_Map.H
** Project : LowFreqSG
www.eeworm.com/read/200814/15424134
h io_map.h
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : IO_Map.H
** Project : lv8
**
www.eeworm.com/read/111497/15511628
c debug.c
/*============================================================================
DEBUG FUNCTIONS
EXPORTS:
void dump_regs(regs_t *regs);
=================================================================
www.eeworm.com/read/110336/15536324
java app4_2.java
// app4_2,一元运算符“~”与“!”
public class app4_2
{
public static void main(String args[])
{
byte a=java.lang.Byte.MAX_VALUE;//
www.eeworm.com/read/110091/15541983
java app4_2.java
// app4_2,一元运算符“~”与“!”
public class app4_2
{
public static void main(String args[])
{
byte a=java.lang.Byte.MAX_VALUE;//
www.eeworm.com/read/101167/15842838
bas i2c_2.bas
' I2C_2.Bas (BX24)
'
' Compile with I2C_BX24.Bas LCDCntr.Bas and SerCom3.Bas
'
' Used to test I2C_SLV2.C (PIC16F877).
'
' Addresses I2C device with address 0x40 and commands it to perform a temp
www.eeworm.com/read/101167/15842848
bas i2c_1.bas
' I2C_1.Bas (BX24)
'
' Compile with I2C_BX24.Bas and SerCom3.Bas and LCDCntrl.Bas
'
' Used to test I2C_SLV1.C (PIC16F877).
'
' Address I2C device with address 0x40 and commands it to perform a t
www.eeworm.com/read/101167/15842870
c 1820_1.c
// 1820_1.C, CCS - PCB (PIC12C509)
//
// Illustrates an implementation of Dallas 1-wire interface.
//
// Configuration. DS18S20 on GP.1 and GP.2. Note a 4.7K pullup to +5V
// is required. DS1
www.eeworm.com/read/100919/15860601
cpp arithmatic.cpp
/* 次序O的静态算术编码 */
//===================================================================
// 1 . 统计0x00--0xFF每个字符出现的个数并转化成上下限值
// X的上下限为Limit[X]---Limit[X+1]
// Limit[257] 存放数据总长
void foo
www.eeworm.com/read/100605/15869843
cpp shark.cpp
/*************************************************
* SHARK Source File *
* (C) 1999-2002 The Botan Project *
***********************************************