代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/159244/10676032

c lcd.c

#include "constant.h" #include "com.c" #include "stdio.h" //画线 void line(byte x0, byte y0, byte x1, byte y1) { int dx, dy, incx, incy, inc1, inc2, e; byte i, x, y; //求水平距离 if
www.eeworm.com/read/421864/10683823

h ethernetinit.h

#ifndef __ETHERNET_INIT__ #define __ETHERNET_INIT__ #define MACLEN 6 #define CRCLEN 4 #define BROADCASTADDR (0xff, 0xff, 0xff, 0xff, 0xff, 0xff) #define MAXFRAMELENHARD 1518 #define MINFRAM
www.eeworm.com/read/159179/10684817

java doubleserver.java

import java.io.*; import java.net.*; import java.security.*; import Protection; public class DoubleServer { public boolean authenticate(InputStream inStream) throws IOException, NoSu
www.eeworm.com/read/351035/10685446

frm 读写卡机程序.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 5310 ClientLeft = 60 ClientTop = 450 ClientWidth = 8310 LinkTopic
www.eeworm.com/read/351035/10685452

bas module1.bas

Attribute VB_Name = "Module1" '首先导入动态库里面的函数 Declare Function RC500_232_request Lib "RC500_232.dll" (ByVal mode As Byte, ByRef tagtype As Integer) As Byte Declare Function RC500_232_anticoll Lib
www.eeworm.com/read/421857/10687643

txt the real way to hack remoteaccess.txt

Why the "Fun with RA boards" hacking method is LAME! (The REAL way to hack RemoteAccess) -----------------------------------
www.eeworm.com/read/277025/10687700

java gameeffectsnokia160.java

// // Copyright 2002 Nokia Corporation // // THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER, // EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS // FOR
www.eeworm.com/read/276903/10697057

cpp pointtrans.cpp

/************************************************************************** * 文件名:PointTrans.cpp * * 图像点运算API函数库: * * LinerTrans() - 图像线性变换 * WindowTrans() - 图像窗口变换 * GrayStretch
www.eeworm.com/read/276845/10702427

cpp keyproce.cpp

#include #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/350723/10716300

c bcd.c

/* 说明: 如果前面无特殊说明,这里的bcd.c中的所有的运算都是指标准的压缩BCD码\ (低位在前,高位在后)的运算. 写函数过程中的一些使用默认的术语(这里所说的非常的标准). Bin: 1字节标准二进制数. Hex: 1字节标准十六进制数 // 注: 这两个东西在值上面无区别, 只是在转换成ASCII码时有点差别. 举例如下: 若 ...