代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/150904/12250901
h func.h
www.eeworm.com/read/150890/12252216
c func.c
#define __FUNCC__
#include "Header\Include.h"
//---------------------------------------------
void SetVolume()
{
unsigned int iVolume;
if((stOsdUserData.Volume == 0) || (GET_MUTE_STA
www.eeworm.com/read/150890/12252219
h func.h
#define _ABS(VALUE1,VALUE2) (VALUE1 > VALUE2 ? (VALUE1) - (VALUE2) : (VALUE2) - (VALUE1))
#ifdef __FUNCC__
void SetVolume();
bit ChangeSource();
unsigned char GetADCData(unsigned ch
www.eeworm.com/read/150775/12263546
h func.h
#define Cmdaddr (unsigned char xdata *)0x1000
#define Dataddr (unsigned char xdata *)0x0000
sbit CSUSB=P1^7;
sbit SUSP=P1^0;
sbit TestL=P1^4;
void InitD12()
{
P0=0xFF;
P1=0xFE;
P2=0xFF
www.eeworm.com/read/339038/12266671
c func.c
/* func.c */
#include
#include "integer.h"
#include "fun.h"
unsigned int VERBOSE;
unsigned int FREE_PRIMES;
extern unsigned long PRIME[];
unsigned int ECMAX;
MPI *FACTORX(MPI *N)
www.eeworm.com/read/338551/12294609
bmp func.bmp
www.eeworm.com/read/150345/12297574
h func.h
#ifndef _FUNCTION_H_
#define _FUNCTION_H_
#include
void delay_ms(uint ms);
void putchar(uchar c);
void delay_us(int time);
void get_code(void);
void check_code(void);
uint8_t
www.eeworm.com/read/150345/12297578
c func.c
#include
#include
#include
#include
#include
#include "main.h"
#include "init.h"
#include "inter.h"
extern volatile ui
www.eeworm.com/read/150340/12297894
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