代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/260074/11748930
c fs_variable.c
/*C**************************************************************************
* NAME: fs_variable.c
*----------------------------------------------------------------------------
* Copyright
www.eeworm.com/read/156954/11750719
h helix.h
/*
Module : Helix.H
Purpose: C++ class to encapsulate the Helix Encryption and Authentication algorithm as presented in
a November 2003 Dr. Dobb's Journal article by Niels Ferguson and Br
www.eeworm.com/read/156892/11755987
h sockraw5.h
// SOCKRAW.h
// IP and ICMP data structures for raw sockets.
#define ICMP_ECHO 8 // An ICMP echo message
#define ICMP_ECHOREPLY 0 // An ICMP echo reply message
#define ICMP_HEADERSIZE 8
www.eeworm.com/read/259872/11760441
c fat12.c
/*******************************************************************************
* 修改时间: 2007/09/11 14:19 by shenwf
* 修改原因: 修改 AllocDir 中,申请新的一个组的数据后,没有清零剩余数据的问题.
********************************
www.eeworm.com/read/346065/11771502
vb winusbdevicedeclarations.vb
Option Strict On
Option Explicit On
Imports System.Runtime.InteropServices
'''
''' These declarations are translated from the C declarations in various files
''' in the Windows DDK. T
www.eeworm.com/read/345979/11776756
pas unit3.pas
{**
函数
包括数据拆分 function ChaiFen(T:String;Line:Byte):TChengJi;
计算 procedure JiSuan( XueSheng: TZongChengJi;
KeMuShu: Byte);
}
unit Unit3;
interface
uses
Win
www.eeworm.com/read/345941/11778660
h host_811.h
////////////////////////////////////////////////////////////////////////////////
// File: host_811.h
//
// $Header: /USB/ez811/firmware/Emb_Host/host_811.h 6 5/14/02 8:37p Tpm $
// Copyright
www.eeworm.com/read/345753/11793089
html manual_dscadsettings.html
DSCADSETTINGS - Universal Driver Documentation
www.eeworm.com/read/156438/11804607
cpp comm.cpp
#include
#include "comm.h"
#include
int IsAllSame(const unsigned char* abIn,int nLength)
{
for(int i=1;i
www.eeworm.com/read/259295/11809249
txt hwhw.zip.txt
在液晶上画斜线的程序
/*///////////////////////////////////////////////
任意角度画线,只用到加减法,速度较快
适用于256*256以下液晶
CALL MOVETO(X,Y); 当前坐标移到X,Y
CALL LINETO(X2,Y2); 画线到X2,Y2点
CALL LINETO(X3,Y3); 画线到X3,Y