代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/423948/10521462
i demo_6_9.i
/*********************************************
File name : Demo_6_9.c
Chip type : ATmega16
Program type : Application
Clock frequency : 4.000000 MHz
Memory model
www.eeworm.com/read/160496/10526426
txt i2c应用程序1.txt
; File: an734.asm
; data: feb.23.2001
; Written By: 歌林电子制作实验室www.nbglin.com
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All
www.eeworm.com/read/423867/10528744
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/423867/10528826
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/423867/10528855
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/423795/10532329
java obj.java
import javax.microedition.lcdui.Image;
public class Obj
{
private Image image;
private byte code;
int width;
int height;
String name;
public Obj()
{
this("", null, 0);
www.eeworm.com/read/160428/10533926
bas usbi2cio.bas
Attribute VB_Name = "modUsbI2cIoAPI"
Option Explicit
' This module file contains the necessary definitions, types, and declarations for accessing the
' functions provided by the UsbI2cIo API dll.
www.eeworm.com/read/278436/10535887
cpp aes.cpp
#include "aes.h"
Aes::Aes(int keySize, char* keyBytes)
{
SetNbNkNr(keySize);
key = new char[Nk * 4]; // 16, 24, 32 bytes
//keyBytes.CopyTo( key, 0);
BuildSbox();
BuildInvSbox();
Bui
www.eeworm.com/read/278399/10537843
cpp comlib.cpp
// Comlib.cpp: implementation of the CComlib class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "Radar.h"
#include "Comlib.h"
#in
www.eeworm.com/read/278399/10538033
cpp match.cpp
// Match.cpp: implementation of the CMatch class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "Radar.h"
#include "Match.h"
#inclu