代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/490324/6454471
java evaluate.java
/*
Evaluate.java - Source Code for Mobile Chess, Part VII
Mobile Chess - a Chess Program for Java ME
Designed by Morning Yellow, Version: 1.01, Last Modified: Feb. 2008
Copyright (C) 2004-2008 w
www.eeworm.com/read/489402/6470788
cls macaddress.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/489153/6474353
h wizard.h
/*---------------------------------------------------------------------------*/
// DisC Decompilation Wizard
// written by
// Satish Kumar S
// satish@miel.mot.com
//
// Copyright 1999-2001 Sati
www.eeworm.com/read/488994/6481311
java base64.java
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
/**
* Encodes and decodes to and from Base64 notation.
* Homepage:
www.eeworm.com/read/488691/6484001
c rapiserv.c
//======================================================================
// RapiServ - A RAPI block mode server DLL
//
// Written for the book Programming Windows CE
// Copyright (C) 1998 Douglas
www.eeworm.com/read/488692/6484128
h fat16.h
00021
00022 #ifndef FAT_H
00023 #define FAT_H
00024
00025 #include "global.h"
00026
00027
00028 // Some useful cluster numbers
00029 #define MSDOSFSROOT 0 // cluster 0 me
www.eeworm.com/read/488716/6484478
java point.java
public class Point {
String description;
int time;
int direction;
int tripId;
int id;
byte[] pack() {
byte[] desc = Converter.packString(descript
www.eeworm.com/read/488830/6486464
c task.c
/******************************************************************************\
Project Version: MTKCARDVD()
********************************************************************************
www.eeworm.com/read/488450/6487261
java operator.java
public class Operator {
// 异或
public byte[] XOR(byte[] w, byte[] k) {
byte[] Z = new byte[4];
for (int i = 0; i < 4; i++) {
Z[i] = (byte) (w[i] ^ k[i]);
}
return Z;
www.eeworm.com/read/488450/6487265
java rijndael.java
/*
* 所有的字符串作为输入时.
* ***********************************************************
* 在加密和解密的初始阶段,输入数组 in 按照下述规则复制到状态矩阵中: s[r,c]=in[r+4c]
* for 0 ≤ r < 4 且 0 ≤ c < Nb
* 在加密和解密的结束阶段,状态矩阵将按照下述规则被复