代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/109684/6172769

java biginteger.java

/* * Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) * All rights reserved. * * This library and applications are FREE FOR COMMERCIAL AND NON-COMMERCIAL USE * as long as the co
www.eeworm.com/read/109649/6173695

cpp rar20crypto.cpp

// Crypto/Rar20/Crypto.cpp #include "StdAfx.h" #include "Rar20Crypto.h" #include "Common/Crc.h" #define rol(x,n) (((x)(8*sizeof(x)-(n)))) #define ror(x,n) (((x)>>(n)) | (
www.eeworm.com/read/109649/6173699

h aes_cbc.h

// AES_CBC.h #ifndef __AES_CBC_H #define __AES_CBC_H #include "aescpp.h" class CAES_CBCEncoder: public AESclass { BYTE _prevBlock[16]; public: void Init(const BYTE *iv) { for
www.eeworm.com/read/109649/6173708

h aesopt.h

/* ------------------------------------------------------------------------- Copyright (c) 2001, Dr Brian Gladman , Worcester, UK. All rights reserved. LICENSE TERMS T
www.eeworm.com/read/109404/6174294

java filesender.java

/** * FileSender provides methods that allow any file to be sent across * a TCP/IP connection as a byte array. * * @author Zhenlan Jin * @version %I%, %G% * @since 1.0 */ import java
www.eeworm.com/read/109010/6180368

java multipartvaluestream.java

/* * $Header: /home/cvs/jakarta-struts/src/share/org/apache/struts/upload/MultipartValueStream.java,v 1.8 2004/03/14 06:23:48 sraeburn Exp $ * $Revision: 1.8 $ * $Date: 2004/03/14 06:23:48 $ *
www.eeworm.com/read/108668/6181447

java md5.java

/* * MD5 implementation * written Santeri Paavolainen, Helsinki Finland 1996 * (c) Santeri Paavolainen, Helsinki Finland 1996 * modifications Copyright (C) 2002-2004 Stephen Ostermiller * h
www.eeworm.com/read/108331/6183148

java nokiagameeffects.java

// Copyright 2003 Nokia Corporation. // // THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER, // EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS // FOR ANY
www.eeworm.com/read/108331/6183279

java messagecodec.java

// Copyright 2003 Nokia Corporation. // // THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER, // EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS // FOR ANY
www.eeworm.com/read/108242/6183526

h regmagic.h

/* * The first byte of the regexp internal "program" is actually this magic * number; the start node begins in the second byte. */ #define MAGIC 0234