代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/141965/5767467
x math.x
/*filename: math.x*/
const ADD =0;
const SUB =1;
const MUL =2;
const DIV =3;
struct MATH
{
int op; /* 0-ADD ,1-SUB ,2-MUL,3-DIV*/
float arg1;
float arg2;
f
www.eeworm.com/read/141965/5767469
math makefile.math
# This is a template Makefile generated by rpcgen
# Parameters
CLIENT = math_client
SERVER = math_server
SOURCES_CLNT.c =
SOURCES_CLNT.h =
SOURCES_SVC.c =
SOURCES_SVC.h =
SOURCES.x = math.x
T
www.eeworm.com/read/141965/5767480
h math.h
/*
* Please do not edit this file.
* It was generated using rpcgen.
*/
#ifndef _MATH_H_RPCGEN
#define _MATH_H_RPCGEN
#include
#ifdef __cplusplus
extern "C" {
#endif
char hostname[
www.eeworm.com/read/141965/5767484
x math.x
/*filename: math.x*/
const ADD =0;
const SUB =1;
const MUL =2;
const DIV =3;
struct MATH
{
int op; /* 0-ADD ,1-SUB ,2-MUL,3-DIV*/
float arg1;
float arg2;
f
www.eeworm.com/read/141965/5767486
math makefile.math
# This is a template Makefile generated by rpcgen
# Parameters
CLIENT = math_client
SERVER = math_server
SOURCES_CLNT.c =
SOURCES_CLNT.h =
SOURCES_SVC.c =
SOURCES_SVC.h =
SOURCES.x = math.x
T
www.eeworm.com/read/141965/5767488
h math.h
/*
* Please do not edit this file.
* It was generated using rpcgen.
*/
#ifndef _MATH_H_RPCGEN
#define _MATH_H_RPCGEN
#include
char name[120];
int uid;
int gid;
#ifdef __cplusplus
www.eeworm.com/read/141965/5767492
x math.x
/*filename: math.x*/
const ADD =0;
const SUB =1;
const MUL =2;
const DIV =3;
struct MATH
{
int op; /* 0-ADD ,1-SUB ,2-MUL,3-DIV*/
float arg1;
float arg2;
f
www.eeworm.com/read/141965/5767494
math makefile.math
# This is a template Makefile generated by rpcgen
# Parameters
CLIENT = math_client
SERVER = math_server
SOURCES_CLNT.c =
SOURCES_CLNT.h =
SOURCES_SVC.c =
SOURCES_SVC.h =
SOURCES.x = math.x
T
www.eeworm.com/read/141138/5777042
c math.c
/*
** $Id: math.c,v 1.4 2003/09/04 03:46:47 weiym Exp $
**
** math.c: the fixed point math routines.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Curren
www.eeworm.com/read/140826/5781021
c math.c
/*
** $Id: math.c,v 1.5 2003/09/28 09:36:46 weiym Exp $
**
** math.c: the fixed point math routines.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Curren