代码搜索:Function

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

代码结果 10,000
www.eeworm.com/read/426630/9008822

c function.c

#include #include "def.h" /* getline :取一行放到s 中,并返回该行的长度*/ int getline(char s[ ], int lim) { int c, i; i = 0; while ( -- lim > 0&& ( c = getchar() ) != EOF&&c!='\n') s[i++] = c
www.eeworm.com/read/382634/9013514

asp function.asp

www.eeworm.com/read/426480/9018429

cpp function.cpp

#include #include #include "function.h" // DWORD ReadPort(HANDLE hDevice,DWORD port) // { // DWORD dwOutput; // DWORD dwRead; // DeviceIoControl(hDevice, IOCTL_READ
www.eeworm.com/read/426480/9018432

h function.h

#ifndef FUNCTION_H #define FUNCTION_H //#include "../MyDriver/Ioctls.h" DWORD ReadPort(HANDLE hDevice,DWORD port); VOID WritePort(HANDLE hDevice,DWORD port,DWORD value); VOID TestDriver(HAND
www.eeworm.com/read/426479/9018463

cpp function.cpp

#include #include #include "function.h" // DWORD ReadPort(HANDLE hDevice,DWORD port) // { // DWORD dwOutput; // DWORD dwRead; // DeviceIoControl(hDevice, IOCTL_READ
www.eeworm.com/read/426479/9018467

h function.h

#ifndef FUNCTION_H #define FUNCTION_H //#include "../MyDriver/Ioctls.h" DWORD ReadPort(HANDLE hDevice,DWORD port); VOID WritePort(HANDLE hDevice,DWORD port,DWORD value); VOID TestDriver(HAND
www.eeworm.com/read/382490/9024518

doc function.doc

www.eeworm.com/read/283152/9039362

h function.h

#ifndef function_H__ #define function_H__ #include "reg52.h" /*********************************************/ unsigned char LCDBusyWait(); //等待LCD就绪 void WriteLCD_Data( unsigned char
www.eeworm.com/read/185393/9040324

asp function.asp

www.eeworm.com/read/185241/9047421

h function.h

/* FFT function: * Real[] is the real part of complex input/output data; * Imag[] is the imaginary part of complex input/output data; * FFTSize is the data length equal to 2^M; * Sign repr