代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/152752/12089435
sbk fields.sbk
.section ".data"
.global x
.type x,#object
.size x,16
.align 4
x:
.word 0x1
.byte 0x2
.skip 3
.byte 0x0
.byte 0x34
.skip 2
.byte 0xa
.byte 0x6
.skip 2
.global i
.type i,#object
.size
www.eeworm.com/read/152747/12089774
vb packetdecoder.vb
'Copyright (c) 2005,
' HeSicong of UESTC, Dreamworld Site(http://www.hesicong.com), All rights reserved.
'Redistribution and use in source and binary forms, with or without modification,
'are
www.eeworm.com/read/152747/12089801
vb fbus.vb
'Copyright (c) 2005,
' HeSicong of UESTC, Dreamworld Site(http://www.hesicong.com), All rights reserved.
'Redistribution and use in source and binary forms, with or without modification,
'are
www.eeworm.com/read/255273/12092115
java subkey.java
//SubKey.java
public class SubKey {
private String inKey;
private StringBuffer keyBuf;
private byte[] key=new byte[64]; //保存密钥的64位二进制表示
private byte[] kwork=new byte[56];
private st
www.eeworm.com/read/341186/12104546
java lzssinputstream.java
/***************************************************
************ LZSS compression routines ************
***************************************************
This compression algorithm is based o
www.eeworm.com/read/340943/12120273
c cs8-3.c
#include
typedef unsigned char U8_BYTE;
typedef unsigned int U16_WORD;
void delay(U16_WORD k);
//===============================
void main(void)
{
U8_BYTE val;
while(1
www.eeworm.com/read/254733/12121663
java hid.java
/*
* Java USB Library
* Copyright (C) 2000 by David Brownell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public Li
www.eeworm.com/read/254733/12121692
java descriptor.java
/*
* Java USB Library
* Copyright (C) 2000 by David Brownell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License
www.eeworm.com/read/254733/12121703
java hub.java
/*
* Java USB Library
* Copyright (C) 2000 by David Brownell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public Li
www.eeworm.com/read/254733/12121710
java controlmessage.java
/*
* Java USB Library
* Copyright (C) 2000 by David Brownell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public Li