代码搜索:Byte

找到约 10,000 项符合「Byte」的源代码

代码结果 10,000
www.eeworm.com/read/127767/14336292

txt e159. getting bytes from a bytebuffer.txt

A ByteBuffer has a capacity that determines how many bytes it contains. This capacity can never change. Any byte in the buffer can be retrieved using the absolute version of get(), which takes an inde
www.eeworm.com/read/127767/14336809

txt e160. putting bytes into a bytebuffer.txt

A ByteBuffer has a capacity which determines how many bytes it contains. This capacity can never change. Any byte in the ByteBuffer can be modified using the absolute version of put(), which takes an
www.eeworm.com/read/127767/14337486

txt e465. converting a 56-bit value to a des key.txt

The DES encrypter/decrypter requires a 64-bit key where only 56-bit are significant. The other 8-bit are parity bits used to ensure that the key has not been corrupted. To make the 64-bit key, the 56-
www.eeworm.com/read/127767/14337723

txt e145. getting the hostname of an ip address.txt

This example attempts to retrieve the hostname for an IP address. Note that getHostName() may not succeed, in which case it simply returns the IP address. try { // Get hostname by textu
www.eeworm.com/read/229449/14338829

h eeprom_locations.h

/* -02/23/2006: Petre M. -this file contains the locations of variables in the EEPROM. -05/11/2006: Only the addresses in Bank0 are given. The corresponding addresses in Bank1 are the addres
www.eeworm.com/read/127668/14342021

pas cc.pas

Unit CC; (* ** CC.H -- Symbol Definitions for Small-C compiler. *) Interface type integers=array[1..16383] of integer; pinteger=^integers; Const (* ** machine dependent parameters *)
www.eeworm.com/read/229349/14343987

c ssptest.c

/***************************************************************************** * ssptest.c: main C entry file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semic
www.eeworm.com/read/229328/14344599

c can.c

#include /* derivative information */ #include "can.h" #include "io.h" #include "pwm.h" #include "sci.h" #include "timer.h" #include "event.h" #pragma CODE_SEG DEFAULT //
www.eeworm.com/read/229328/14344617

c main.c

#include /* common defines and macros */ #include /* derivative information */ //#include "can.h" //#include "io.h" //#include "pwm.h" //#include "sci.h" //#incl
www.eeworm.com/read/229327/14344748

h kldataconf.h

//01组数据流,包含多种类型数据,(只读),共29字节 #define KLineData01_1 Engine_State //字节1 (1 byte)unsigned char 发动机模式 #define KLineData01_2 Engine_Mode //字节2 (1 byte)unsigned char 自动调速标记 #define KLineData01_3 G