代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/435150/7796493
cpp functions.cpp
// functions.cpp
//#define TESTFUNCTION // Uncomment to get trace output
#ifdef TESTFUNCTION
#include // Only required for trace output
#endif
#include
www.eeworm.com/read/435150/7796494
h functions.h
// functions.h
#if !defined FUNCTIONS_H
#define FUNCTIONS_H
namespace fun {
// Function prototypes
int sum(int, int); // Sum arguments
int product(int, int); // P
www.eeworm.com/read/199368/7864260
asp functions.asp
www.eeworm.com/read/199143/7884293
asp functions.asp
www.eeworm.com/read/299064/7894656
c functions.c
/*
* functions.c This file contains the functions that talk to the modem
* and the serial port. It seperates the user interface
* from the low-level functions. The script language also
* uses t