代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/253505/12218412
java z.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/150101/12312270
h sys2407.h
/*--------------------------------------------------------*/
/* WQ21ST SOFTWARE STUDIO. */
/*--------------------------------------------------------*/
/*-------------------
www.eeworm.com/read/338218/12317980
cpp crc_check.cpp
#include
#include
#include
#include
#define BYTE unsigned char
#define WORD unsigned short
WORD UpdataCrc(BYTE ch, WORD *lpwCrc)
{
ch = (ch ^ (BY
www.eeworm.com/read/338218/12317986
cpp crc_gen.cpp
#include
#include
#include
#include
#define BYTE unsigned char
#define WORD unsigned short
WORD UpdataCrc(BYTE ch, WORD *lpwCrc) //以字节为单位进行计算
{
www.eeworm.com/read/251692/12325805
cpp colorspace.cpp
#include
#include "ColorSpace.h"
#include "BMP.h"
//确保数值在0-255
inline BYTE BYTE_SCOPE(double val)
{
int ival = (int)val;
if (ival < 0)
return 0;
if (ival > 255)
return 255
www.eeworm.com/read/149792/12350124
asm mult8x8s.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Code Efficient : Looped Code )
;**********************************
www.eeworm.com/read/149792/12350142
asm mult8x8f.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Fast Version : Straight Line Code )
;*****************************
www.eeworm.com/read/149576/12364699
txt 8×8位定点数乘法子程序(速度).txt
;*******************************************************************
; 8x8 Software Multiplier
; ( Fast Version : Straight Line Code )
;*****************************
www.eeworm.com/read/149576/12364713
txt 8×8位定点数乘法子程序(容量).txt
;*******************************************************************
; 8x8 Software Multiplier
; ( Code Efficient : Looped Code )
;**********************************
www.eeworm.com/read/250774/12385262
asm mult8x8s.asm
;*******************************************************************
; 8x8 Software Multiplier
; ( Code Efficient : Looped Code )
;**********************************