代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/246914/12698190
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/246912/12698451
h func.h
void interrupt tint( void );
void CLK_init( void );
void EMIF_init( void );
void INTR_init( void );
void TIME_init(void);
void TMCR_reset( void );
void PLL_Init(int );
www.eeworm.com/read/246910/12698545
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/246908/12698661
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/145254/12743051
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/144234/12806360
c func.c
#include "Func.h"
char* itoa(unsigned int value, char* buf,unsigned char radix)
{
unsigned int i;
char* ptr;
char* temphold;
temphold = buf;
ptr = buf + 12;
*--ptr = 0; // Insert
www.eeworm.com/read/144234/12806378
lst func.lst
C51 COMPILER V7.06 FUNC 01/02/2000 11:14:26 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE FUNC
OBJECT MODULE PLACED IN Fu
www.eeworm.com/read/144234/12806468
obj func.obj
www.eeworm.com/read/144234/12806484
h func.h
char* itoa(unsigned int value, char * buf, unsigned char radix);
char* ltoa(unsigned long value, char* buf,unsigned char radix);
www.eeworm.com/read/143795/12843554