代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/324493/3502205
class characterconverter12byte.class
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 Mar 2005 05:25:44 -0000
vti_extenderversion:SR|5.0.2.2623
vti_lineageid:SR|{4D891829-AA30-4569-ABD2-4FE2ADCAB018}
vti_cacheddtm:TX|07 Mar 2005 05
www.eeworm.com/read/324493/3502208
class characterconverter1byte.class
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 Mar 2005 05:25:44 -0000
vti_extenderversion:SR|5.0.2.2623
vti_lineageid:SR|{107C9391-C3D0-4C58-8E1C-ABFA5CCD3E93}
vti_cacheddtm:TX|07 Mar 2005 05
www.eeworm.com/read/324493/3502232
class characterset1byte.class
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 Mar 2005 05:25:36 -0000
vti_extenderversion:SR|5.0.2.2623
vti_lineageid:SR|{9AE860A4-DE48-4C5C-B7A4-025E7998D69C}
vti_cacheddtm:TX|07 Mar 2005 05
www.eeworm.com/read/324493/3502263
class characterset12byte.class
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 Mar 2005 05:25:36 -0000
vti_extenderversion:SR|5.0.2.2623
vti_lineageid:SR|{301F157E-6105-40BD-A10C-4280CB92D10A}
vti_cacheddtm:TX|07 Mar 2005 05
www.eeworm.com/read/319740/3552755
v simple_byte_pipe.v
module simple_byte_pipe (
clk,
reset_n,
readdata,
read_waitrequest,
write_waitrequest,
read_address,
www.eeworm.com/read/311450/3680411
java byte2unicodedecoder.java
package inline.sys;
public class Byte2UnicodeDecoder
{
private static boolean decode = false;
static
{
decode = (Globalization.getSystemLCID() == Globalization.RUSSIAN_LCID);
www.eeworm.com/read/311226/3686827
rq tp-byte-short.rq
# Positive test: product of type promotion within the xsd:decimal type tree.
# $Id: tP-byte-short.rq,v 1.9 2007/09/17 17:40:55 andy_seaborne Exp $
PREFIX t:
www.eeworm.com/read/310986/3688472
java byte4bytedebugstreams.java
/****************************************************************
* Copyright (c) 2001, David N. Main, All rights reserved.
*
* Redistribution and use in source and binary forms, with or
* wi
www.eeworm.com/read/310936/3688807
h nwk_byte_order.h
#ifndef NWK_BYTE_ORDER_H
#define NWK_BYTE_ORDER_H
#if defined(NWK_DEVICE_BYTE_ORDER_BIG_ENDIAN) && !defined(NWK_DEVICE_BYTE_ORDER_LITTLE_ENDIAN)
#define htons(A) (A)
#define htonl(A) (A)
#de