代码搜索:math

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

代码结果 10,000
www.eeworm.com/read/42508/1149573

lib math.lib

.MODEL EXP D ( + IS = 1 + RS = 0 + CJO = 0 + VJ = 1 + TT = 0 + M = 0.333 + BV = 1e+30 + N = 1 + EG = 1.11 + XTI = 3 + KF = 0 + AF = 1 + FC = 0.5 + IBV = 0.0
www.eeworm.com/read/494783/1152597

h math.h

#define BITS_PER_UNIT 8 typedef int HItype __attribute__ ((mode (HI))); typedef unsigned int UHItype __attribute__ ((mode (HI))); typedef int SItype __attribute__ ((mode (SI))); typedef unsig
www.eeworm.com/read/494783/1154307

h math.h

#define BITS_PER_UNIT 8 typedef int HItype __attribute__ ((mode (HI))); typedef unsigned int UHItype __attribute__ ((mode (HI))); typedef int SItype __attribute__ ((mode (SI))); typedef unsig
www.eeworm.com/read/494539/1159126

php math.php

www.eeworm.com/read/492071/1181600

java math.java

// Math.java package com.comsoft.ch03.p2;// 创建另一个包 public class Math {// Math为public类,可跨访问 public double add(double x, double y) { return x + y; } public double subtract(double x, double y) { re
www.eeworm.com/read/492071/1181672

java math.java

// Math.java package com.comsoft.ch03.p2;// 创建另一个包 public class Math {// Math为public类,可跨访问 public double add(double x, double y) { return x + y; } public double subtract(double x, double y) { re
www.eeworm.com/read/492060/1183295

js math.js

if(!dojo._hasResource["dojox.math"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. dojo._hasResource["dojox.math"] = true; dojo.provide("dojox.math"); dojo.requ
www.eeworm.com/read/490329/1201507

cpp math.cpp

#include // BSD rand function unsigned int hk_Math::hk_random_seed = 'h'+'a'+'v'+'o'+'k'; void hk_Math::srand01( unsigned seedVal ) { hk_random_seed = seedVal; } hk_r
www.eeworm.com/read/490329/1201512

inl math.inl

#ifdef HK_PS2 # include #else //HK_PS2 #ifdef _WIN32 inline hk_double hk_Math::fabsd( hk_double r ) { return hk_double(::fabs(r)); } inline hk_real hk_Math::sqrt( hk_re
www.eeworm.com/read/490329/1201518

h math.h

#ifndef HK_MATH_MATH_H #define HK_MATH_MATH_H #include #include #include # define HK_PI 3.14159265358979323846f /* pi */ # define HK_PI_2