代码搜索:math

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

代码结果 10,000
www.eeworm.com/read/457664/7321201

dll math.dll

www.eeworm.com/read/457664/7321202

class math.class

www.eeworm.com/read/457626/7322235

cpp math.cpp

#include "Math.h" #include #include #include //////////////////////////////////////////// static class RandInit { public: RandInit(void) { time_t
www.eeworm.com/read/457626/7322236

h math.h

#pragma once #include namespace _tool { const int INFINITY = ~0 >> 1; int RandInt(); int RandInt(unsigned int max_1); double RandDouble(double max); tem
www.eeworm.com/read/457286/7328698

lib math.lib

www.eeworm.com/read/456569/7344606

h math.h

/* math.h Definitions for the math floating point package. Copyright (c) 1987, 1991 by Borland International All Rights Reserved. */ #ifndef __MATH_H #define __MATH_H #if
www.eeworm.com/read/454556/7387480

h math.h

/*============================================================================= Cyan Technology Ltd eCOG C Library FILE math.h - declarations for mathematical functions DESCRIPTION Defines HU
www.eeworm.com/read/454368/7393098

h math.h

#ifndef UTILS_H #define UTILS_H #include #include "point3d.h" #include "point.h" #define M_2PI (2*M_PI) #define RAND(x) x*(2*drand48()-1) inline double deg2rad(double d ) { return d * M_PI
www.eeworm.com/read/454252/7395514

cpp math.cpp

/* math -- instructions for Machine */ #include "flincl.h" #include "math.h" #define min(a, b) (a < b ? a : b) #define max(a, b) (a > b ? a : b) /* get_long -- get an integer value from FVa
www.eeworm.com/read/453496/7418389

c math.c

#include void main () { int seconds_in_an_hour; float average; seconds_in_an_hour = 60 * 60; average = (5 + 10 + 15 + 20) / 4; printf("The number of secon