代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/140161/13103095
h iopt.h
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13104177
c phitext.c
/*
Copyright 2001-2003 Free Software Foundation, Inc.
Written by David Lindauer, LADSoft
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gener
www.eeworm.com/read/140092/13109542
c 10_3_ppp_test.c
/*/////////////////////////////////////////////////////////////////////////////
File Name : PPP.C
Author : Rene Trenado
Location : Motorola Applications Lab, Baja California
Date Created : S
www.eeworm.com/read/140080/13110235
h usb_drv.h
/*H**************************************************************************
* NAME: usb_drv.h
*----------------------------------------------------------------------------
* Copy
www.eeworm.com/read/140080/13110383
c fs_variable.c
/*C**************************************************************************
* NAME: fs_variable.c
*----------------------------------------------------------------------------
* Copyright
www.eeworm.com/read/140080/13110650
lst fs_variable.lst
C51 COMPILER V7.50 FS_VARIABLE 09/20/2005 21:47:48 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE FS_VARIABLE
OBJECT MODULE PLACE
www.eeworm.com/read/326759/13118851
java rpg.java
/*
* @(#)Rpg.java 1.0 05/04/16
*
* MIDlet Project
*
* Modify the code below to finish your midlet
*/
import javax.microedition.midlet.MIDlet;
import javax.microedition.lcdui.Command
www.eeworm.com/read/139947/13119609
c mou_ser.c
/*
* Copyright (c) 1999, 2000, 2002, 2003 Greg Haerr
* Portions Copyright (c) 1991 David I. Bell
* Permission is granted to use, distribute, or modify this source,
* provided th
www.eeworm.com/read/326558/13135211
h mmc.h
// *************************************************************************************
//
// Filename: mmc.h:
// Declarations for Communication with the MMC (see mmc.c) in unprotected SPI mode.
www.eeworm.com/read/139746/13136741
cpp funccode.cpp
#include "FuncCode.h"
#include "StdAfx.h"
int HexToBin(char* pHex,BYTE* pBin)//pBin指向的缓存必须不小于64k
{ //pHex指向的缓存必须以0结尾
CString strHex;
CArray* pByteArray=NULL;
CArray