代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/381801/9070925
s isr_spi2.s
;START_HEADER
;
; dsPIC30F6014 Demo Source File
; (c) Copyright 2005 Microchip Technology, All rights reserved
;
; --------------------------------------------------------------------------
; Fi
www.eeworm.com/read/282666/9076968
h disasm.h
// Free Disassembler and Assembler -- Header file
//
// Copyright (C) 2001 Oleh Yuschuk
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the G
www.eeworm.com/read/282666/9076994
c disasm.c
// Free Disassembler and Assembler -- Disassembler
//
// Copyright (C) 2001 Oleh Yuschuk
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the
www.eeworm.com/read/184748/9081367
cpp coolbar.cpp
// CoolBar.cpp : implementation file
//
#include "stdafx.h"
//#include "main.h"
#include "CoolBar.h"
//#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/184702/9084972
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/184702/9085032
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/184702/9085044
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/282479/9091411
cpp jpeg.cpp
// Jpeg.cpp: implementation of the CJpeg class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include
#include "Jpeg.h"
#ifdef __
www.eeworm.com/read/282471/9092333
cs ntpclient.cs
/*
* NTPClient
* Copyright (C)2001 Valer BOCAN
* Last modified: June 29, 2001
* All Rights Reserved
*
* This code is distributed in the hope that it will be useful,
www.eeworm.com/read/381392/9095121
h dosfs.h
/*
DOSFS Embedded FAT-Compatible Filesystem
(C) 2005 Lewin A.R.W. Edwards (sysadm@zws.com)
*/
#ifndef _DOSFS_H
#define _DOSFS_H
#include
//===================================