代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/312104/13619339
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/311148/13634633
bmp func.bmp
www.eeworm.com/read/309616/13667742
c func.c
#include "Func.h"
int CONV_Char_Int(char *c)
{
int i;
i = 0;
while(*c)
i = i*10 + (*c - '0');
return i;
}
char *CONV_Int
www.eeworm.com/read/309616/13667757
h func.h
char *CONV_Int_Char(int num,char *buf,int len);
int CONV_Char_Int(char *c);
www.eeworm.com/read/309141/13680930
c func.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/306793/13737650
h func.h
void bit_reverse_cplx(long x[], int num){
int iBefore, iBehind, tempData, temph, templ, temp, i;
int hBitRef, lBitRef, hBit, lBit;
char hPos, lPos, bitMov;
short nBits;
nBits = 0;
i = num;
www.eeworm.com/read/306202/13749674
h func.h
//Headerfile
float plus1(float num1,float num2);
void plus2(float * pnum1,float num2);
void plus3(float num1);
www.eeworm.com/read/306202/13749678
cpp func.cpp
#include "func.h"
#include "stdio.h"
float plus1(float num1,float num2)
{
num1+=num2;
printf("在plus1()里num1的值%f\n",num1);
printf("在plus1()里num2的值%f\n",num2);
return num1;
}
void p
www.eeworm.com/read/305748/13761296
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/304437/13794499
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);