代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/371442/9553022
c f63xreg.c
/***********************************************************************/
/* Novatek MicroElectronics Corp. */
/* 2F, No. 3,Innovation Road 1, Science-Based I
www.eeworm.com/read/371442/9553086
lst f63xreg.lst
C51 COMPILER V6.12 F63XREG 03/05/2008 14:11:21 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE F63XREG
OBJECT MODULE PLACED IN
www.eeworm.com/read/371331/9555789
h pddvclas.h
//-------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
www.eeworm.com/read/371324/9556142
h common.h
#pragma once
/*define global const variable*/
//Video FORCC
#define VIDEO_FORCC_H264 MAKEFOURCC('H', '2', '6', '4')
#define VIDEO_FORCC_h264 MAKEFOURCC('h', '2', '6', '4')
//Audio tag
www.eeworm.com/read/371324/9556149
h avireader.h
// AviReader.h: interface for the CAviReader class.
//
//////////////////////////////////////////////////////////////////////
#pragma once
#define VIDEO_BUFFER_MAX_SIZE 100000
#define AUDIO_BUF
www.eeworm.com/read/175089/9560612
pas wingdi.pas
{******************************************************************}
{ }
{ Borland Delphi Runtime Library }
{
www.eeworm.com/read/371177/9563585
cpp sapphire.cpp
// sapphire.cpp -- modified by Wei Dai from:
/* sapphire.cpp -- the Saphire II stream cipher class.
Dedicated to the Public Domain the author and inventor:
(Michael Paul Johnson). This cod
www.eeworm.com/read/371177/9563619
h cryptlib.h
// cryptlib.h - written and placed in the public domain by Wei Dai
// This file contains the declarations for the abstract base
// classes that provide a uniform interface to this library.
#ifn
www.eeworm.com/read/174881/9570883
h ttf.h
/* ttf.h -- header file that defines the top level abstraction of a True Type font, as
* well as the usual typedefs in TTF spec.
* Copyright (C) 1996-1998 Li-Da Lho, All right reserved.
*/
#ifnde
www.eeworm.com/read/366745/9800445
htm 57.htm
如何使用MSCOMM32.OCX发送大于80H的字符,可否给个示例程序?
答:该接发方式为
MSComm1.InputMode=comInputModeBinary
如发一个A0H
Dim TxData(0) As Byte
TxData(0)=&HA0
MSComm1.O