代码搜索:Decode

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

代码结果 10,000
www.eeworm.com/read/232614/14188570

c decode.c

/* $Id: decode.c,v 1.26 2001/01/26 16:40:44 roesch Exp $ */ /* ** Copyright (C) 1998,1999,2000,2001 Martin Roesch ** ** This program is free software; you can redistribute it and/o
www.eeworm.com/read/130434/14194250

c decode.c

/* * decode.c * * CCITT ADPCM decoder * * Usage : decode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Unpack input codes and pass them back as
www.eeworm.com/read/130353/14196979

dsp decode.dsp

# Microsoft Developer Studio Project File - Name="decode" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/130353/14196980

h decode.h

#include void decode(unsigned char *pT,unsigned char *cT,unsigned long n,unsigned long d);
www.eeworm.com/read/130353/14196983

c decode.c

#include "decode.h" int main() { FILE *pf1,*pf2,*pf3; unsigned long n,d; unsigned char PText[2],CText[3]; pf1=fopen("SK.bin","r"); //取私钥 fscanf(pf1,"%X-%X",&n,&d); fclose(pf1);
www.eeworm.com/read/130353/14196984

plg decode.plg

Build Log --------------------Configuration: decode - Win32 Release-------------------- Command Lines Results decode.exe - 0 er
www.eeworm.com/read/231871/14216934

c decode.c

//==================================================================================== //文 件 名: Decode.c //功能描述: 红外接收头的遥控器接收译码程序 //维护记录: 2006年6月16 by hongyan.Feng //=======================
www.eeworm.com/read/129789/14227464

c decode.c

/*********************************************** copyright by Haia Tech www.haia2004.com ************************************************/ #include //#include #include
www.eeworm.com/read/129789/14227471

h decode.h

/*********************************************** copyright by Haia Tech www.haia2004.com ************************************************/ #ifndef _DECODE_H_ #define _DECODE_H_ void deco
www.eeworm.com/read/129773/14227623

v decode.v

//====================================================== // Aquarius Project // SuperH-2 ISA Compatible RISC CPU //------------------------------------------------------ // Module : Decode