代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/284701/8908290
c output.c
/*****************************************************************************
* 功能描述: 将A/D转换结果送往80C552的 UART
*****************************************************************************/
#inclu
www.eeworm.com/read/162885/10261606
txt adpcm.txt
Wave file format
Header
4Byte RIFF
4Byte Trunk Size = File Length - 8
4Byte WAVE
(12B 12B)
First Chunk : format
4Byte fmt
4Byte Chunk Size = 0x14 0x00 0x00 0x00
2Byte Audio format
www.eeworm.com/read/293555/7129126
c output.c
/*****************************************************************************
* 功能描述: 将A/D转换结果送往80C552的 UART
*****************************************************************************/
#inclu
www.eeworm.com/read/246953/12696243
c output.c
/*****************************************************************************
* 功能描述: 将A/D转换结果送往80C552的 UART
*****************************************************************************/
#inclu
www.eeworm.com/read/141551/13000748
c dcodrle1.c
/* File: dcodrle1.c
Author: David Bourgin
Creation date: 1/2/94
Last update: 24/7/95
Purpose: Example of RLE type 1 decoding with a file source to decompress
*/
#include
/* For
www.eeworm.com/read/345247/11824381
c output.c
/*****************************************************************************
* 功能描述: 将A/D转换结果送往80C552的 UART
*****************************************************************************/
#inclu
www.eeworm.com/read/131976/14117993
c twofish.c
/* This is an independent implementation of the encryption algorithm: */
/* */
/* Twofish by Bruce Schneier and colleag
www.eeworm.com/read/130385/14196087
c old_code.c
byte_string_t M, char **idarray);
//idarray is a null-terminated array of ID's
//
//See LICENSE for license
// = encrypt(M)
//(U and W are the same for every id)
int IBE_decrypt(byte_string_t
www.eeworm.com/read/130385/14196150
c crypto.c
/* Crypto layer
* Currently wrappers around OpenSSL functions
* possibly substitute with other library in future
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LIC
www.eeworm.com/read/125223/14505662
c output.c
/*****************************************************************************
* 模块名: output.c
* 文件名: output.c
* 功能描述: 将A/D转换结果送往80C552的 UART
**********************************************