代码搜索:Byte

找到约 10,000 项符合「Byte」的源代码

代码结果 10,000
www.eeworm.com/read/254733/12121716

java endpoint.java

/* * Java USB Library * Copyright (C) 2000 by David Brownell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public Li
www.eeworm.com/read/254733/12121718

java kodak.java

/* * Java USB Library * Copyright (C) 2000 by David Brownell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public Li
www.eeworm.com/read/254733/12121721

java rio500.java

/* * Java USB Library * Copyright (C) 2000 by David Brownell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public Li
www.eeworm.com/read/340815/12132744

h cexdib.h

// // Class: CCeXDib // // Compiler: Visual C++ // eMbedded Visual C++ // Tested on: Visual C++ 6.0 // Windows CE 3.0 // // Author: Davide Calabro' davide_calabro@yahoo.com //
www.eeworm.com/read/254514/12133020

cpp calcborn.cpp

///////////////////////////////////////////////////////////////////////////// // CalcBorn.cpp : Defines the class behaviors for the application. /////////////////////////////////////////////////////
www.eeworm.com/read/254511/12133321

cpp tcsylist.cpp

///////////////////////////////////////////////////////////////////////////// // TcsyList.cpp 扇区内注册管理双向链表类声明及实现,标准C++版本 // CopyRight(C) 1996,2008 TCSY 公司 // Pentium Working Room ShanChengKun
www.eeworm.com/read/254511/12133336

cpp hdisksn.cpp

///////////////////////////////////////////////////////////////////////////// // HDiskSN.cpp : Defines the entry point for the DLL application. // Made By ShanChengKun.PentiumWorkingRoom // CopyRig
www.eeworm.com/read/254510/12133377

cpp tcscan.cpp

// TcScan.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "TcScan.h" #include "TcScanDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/152149/12135552

bas stringfloat.bas

Attribute VB_Name = "Module1" '单精度4字节浮点数转换为Double Function StringToDouble(Byte4() As Byte) As Double Dim ldata As Double Dim tmp As Integer ldata = CDbl((Byte4(1) And &H7F) Or &H80) / 256 + CDb
www.eeworm.com/read/152127/12138256

txt jpegbianma.txt

simplejpegenc.h /* 这是一个简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件 代码结构只求能说明各步骤过程,并不做特别的优化,效率较为一般。 */ #ifndef __JENC__ #define __JENC__ #include #include