代码搜索:myfunction
找到约 720 项符合「myfunction」的源代码
代码结果 720
www.eeworm.com/read/153434/5650762
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/473001/6853672
cpp useret.cpp
#define BZ_NEW_EXPRESSION_TEMPLATES
#include
BZ_USING_NAMESPACE(blitz)
double myFunction(double x)
{ return 1.0 / (1 + x); }
double foobar(double x, double y)
{
retu
www.eeworm.com/read/237003/13982853
cpp useret.cpp
#define BZ_NEW_EXPRESSION_TEMPLATES
#include
BZ_USING_NAMESPACE(blitz)
double myFunction(double x)
{ return 1.0 / (1 + x); }
double foobar(double x, double y)
{
return x*y;
}
www.eeworm.com/read/285741/4046055
cpp function.cpp
#include
void MyFunction (int, int);
void main (void)
{
int x;
int y;
MyFunction (x = 3, y = x * 4);
}
void MyFunction (int x, int y)
{
cout
www.eeworm.com/read/263232/4304531
cpp function.cpp
#include
void MyFunction (int, int);
void main (void)
{
int x;
int y;
MyFunction (x = 3, y = x * 4);
}
void MyFunction (int x, int y)
{
cout
www.eeworm.com/read/218698/14910065
dll sql.dll
------------------------------------------------------------
--建数据表MyFunction=系统操作员档案表
create table MyFunction
(
F_No int NOT NULL PRIMARY KEY CLUSTERED, --模块编号
F_Name cha
www.eeworm.com/read/198544/5086444
ox myfunc.ox
#include
static decl s_iCalls = 0;// counter, initialize to 0
MyFunction(const ma)
{
++s_iCalls; // increment iCalls counter
println("MyFunction has been called ",
www.eeworm.com/read/198544/5086455
ox mymainc.ox
#include
#import "myfunc"
main()
{
MyFunction("one");
}
www.eeworm.com/read/109232/15561340
cpp main.cpp
#include
#include
using namespace std;
typedef int *PInt;
int MyFunction2(char *x) {
*x = 'Z';
}
typedef char *PChar;
int MyFunction3(PChar x) {
*x = 'Y'