代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/356016/10239232
bas globals.bas
Attribute VB_Name = "Globals"
Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long
Global Gdx As DirectX7
Type Exitz
North As String
South As String
East As String
www.eeworm.com/read/356013/10239253
java client_get.java
/**
*协议的Client_Get状态.
*/
import java.util.Timer;
import java.io.FileInputStream;
public class Client_Get extends State {
public static FileIOClass myfile;//将要存储的文件名
public static ComCla
www.eeworm.com/read/356013/10239287
java simpleio.java
import java.io.*;
public class SimpleIO {
InputStream is;
public SimpleIO(InputStream is) {
this.is = is;
}
public String readString() {
byte[] buff = new byte[128];
int n=0;
try
www.eeworm.com/read/356013/10239294
java server_start.java
/**
*协议的服务器端启动状态.
*是Server_State状态的下一个状态
*执行它的doIt方法,并转入下一个状态
*/
import java.io.IOException;
import java.util.Timer;
public class Server_Start extends State {
public static FileIOClass
www.eeworm.com/read/355833/10243483
c main.c
#include /* common defines and macros */
#include /* derivative information */
#pragma LINK_INFO DERIVATIVE "mc9s12dg128b"
#define NO_ERR 0x00
#define ERR_BUFF
www.eeworm.com/read/163036/10252077
pas spining_tree.pas
program spining_tree;
const max=99;
type
adjmatrix=array [1..30,1..30] of byte;
vertex=record
vex:byte;
lowcost:byte;
end;
var
closedge:array [1..30]of vertex;
gn:adjmatri
www.eeworm.com/read/355622/10253392
cmd ex35_gprs.cmd
*---------------------------------------------------------------
* S+core IDE Command File
*
* Note: Comment line start with '*'(in the first char)
* No
www.eeworm.com/read/426376/10255000
h cc1100.h
/***********************************************************************************
Filename: cc1100.h
Copyright 2007 Texas Instruments, Inc.
********************************************
www.eeworm.com/read/426373/10255040
h cc1100.h
/***********************************************************************************
Filename: cc2500.h
Copyright 2007 Texas Instruments, Inc.
********************************************
www.eeworm.com/read/281217/10256023
h aesopt.h
/*
-------------------------------------------------------------------------
Copyright (c) 2001, Dr Brian Gladman , Worcester, UK.
All rights reserved.
LICENSE TERMS
T