代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/446078/7585862
~pas func.~pas
unit func;
interface
uses
filedefine, SysUtils, crcp;
const
CRCHi: array [0..255] of byte =
(
$00, $C1, $81, $40, $01, $C0, $80, $41, $01, $C0, $80, $41, $00,
$C1, $81, $40, $01
www.eeworm.com/read/446078/7585864
pas func.pas
unit func;
interface
uses
filedefine, SysUtils, crcp;
const
CRCHi: array [0..255] of byte =
(
$00, $C1, $81, $40, $01, $C0, $80, $41, $01, $C0, $80, $41, $00,
$C1, $81, $40, $01
www.eeworm.com/read/446078/7585867
dcu func.dcu
www.eeworm.com/read/445886/7588919
h func.h
/*函数定义在aic23_54x.c文件中*/
void main( void );
void interrupt rxData(void);
/*函数定义在util.c文件中*/
void initCLK( int );
void initInterrupt( void );
void initMcBSP0( void );
void initAIC23( void );
voi
www.eeworm.com/read/445877/7588954
h func.h
/*函数定义在aic23_54x.c文件中*/
void main( void );
void interrupt rxData(void);
/*函数定义在util.c文件中*/
void initCLK( int );
void initInterrupt( void );
void initMcBSP0( void );
void initAIC23( void );
voi
www.eeworm.com/read/445500/7594917
h func.h
void interrupt tint( void );
void CLK_init( void );
void SDRAM_init( void );
void INTR_init( void );
void TIME_init(void);
void TMCR_Reset( void );
void SetDSPPLL(unsigned int uPLL);
www.eeworm.com/read/443941/7620041
h func.h
void interrupt tint( void );
void CLK_init( void );
void SDRAM_init( void );
void INTR_init( void );
void TIME_init(void);
void TMCR_Reset( void );
void SetDSPPLL(unsigned int uPLL);
www.eeworm.com/read/443644/7629658
c func.c
/*
** 2002 February 23
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivene
www.eeworm.com/read/442261/7656385
h func.h
#ifndef _FUNC_H_
#define _FUNC_H_
//函数声明
double **DataRead(char*name,int row,int col); //数据读取
void DataSave(double**data,int row,int col,char*name); //数据保存
double **Standardize(d