代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/405321/11465591

c bitbuf.c

/*! \file bitbuf.c \brief Multipurpose bit buffer structure and methods. */ //***************************************************************************** // // File Name : 'bitbuf.c' // Title :
www.eeworm.com/read/405321/11466082

h fat.h

/*! \file fat.h \brief FAT16/32 file system driver. */ //***************************************************************************** // // File Name : 'fat.h' // Title : FAT16/32 file system dr
www.eeworm.com/read/405303/11466549

h ramdisk.h

//============================================================================= // // Compuware Corporation // NuMega Lab // 9 Townsend West // Nashua, NH 03060 USA // // Copyright (c) 1998 Co
www.eeworm.com/read/404823/11477469

c fat.c

/*************************************************************/ /* MP3 FAT操作函数库 */ /* 环境WinAVR 20060421 */ /* 作者:Boz
www.eeworm.com/read/403926/11498819

java audiodataevent.java

package sunstudio.record.au.audio.capture; public class AudioDataEvent{ byte[] audioData=null; int minValue=0; public AudioDataEvent(int minValue,byte[] audioData){ this.minValue=min
www.eeworm.com/read/403926/11498825

java audioplayer.java

package sunstudio.record.au.audio.play; import java.io.*; import java.util.*; import sunstudio.util.*; public class AudioPlayer extends InputStream implements Runnable{ private boolean pau
www.eeworm.com/read/403506/11515259

c aes_function.c

#include"aes_founction.h" //对两个数调换位置 void swap(byte* state_f ,byte* state_s){ byte temp; temp=*state_f; *state_f=*state_s; *state_s=temp; } //显示 void show(byte *out_Text){ int i;
www.eeworm.com/read/403049/11522910

h tool.h

#pragma once #define TYPE_PUBKEY 1 //公钥 #define TYPE_PRIKEY 2 //私钥 class CTool { public: CTool(void); ~CTool(void); stat
www.eeworm.com/read/402892/11526583

bas module1.bas

Attribute VB_Name = "Module1" '定义需要用到的数据结构 Public Type VCI_BOARD_INFO hw_Version As Integer fw_Version As Integer dr_Version As Integer in_Version As Integer irq_num As Inte
www.eeworm.com/read/402843/11526989

h lpregs.h

//----------------------------------------------------------------------------- // File: lpregs.h // Contents: EZ-USB FX2LP/FX1 register declarations and bit mask definitions. // // $Arc