代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/490407/6455941
mdl math.mdl
Model {
Name "math"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/490413/6456069
h math.h
/*
* math.h: ANSI 'C' (X3J11 Oct 88) library header, section 4.5
* Copyright (C) Codemist Ltd., 1988
* Copyright 1991-1998 ARM Limited. All rights reserved
*/
/*
* RCS $Revision: 1.34.2.1
www.eeworm.com/read/489287/6477652
h math.h
/************************************************************/
/* Version 2.20.01 */
/************************************************************/
/******
www.eeworm.com/read/488257/6500183
mdl math.mdl
Model {
Name "math"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/487792/6500255
cpp math.cpp
//求非线性方程的根
//程序中共给出了以下几种方法求非线性方程的根
// (1)二分法 (2)牛顿法 (3)普通迭代法 (4)斯蒂芬森迭代法 (5)弦截法
//程序中用到的函数为: f(x)=x^3-x-1
//其中:(1)普通迭代法用的迭代函数为:x=(x+1)^(1/3)
// (2)斯蒂芬森迭代法用的迭代函数为:x=x^3-1
#include "iostream
www.eeworm.com/read/487268/6517483
mdl math.mdl
Model {
Name "math"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/486717/6525700
h math.h
#ifndef __MATH_H
#define __MATH_H
#define _PI 3.1415926 /* ..535897932 */
#if defined(_M8C) && defined(_LMM)
#define fabs fabsLMM
#endif
#if !defined(_HC11) && !defined(_HC16)
float fabs(
www.eeworm.com/read/486622/6536823
h math.h
/****************************************************************************/
/* math.h v4.10 */
/* Copyright (c) 1997-2001 Texas Instru
www.eeworm.com/read/486092/6543297
s math.s
//
// math.s
// x86 assembly-language math routines.
#define GLQUAKE 1 // don't include unneeded defs
#include "qasm.h"
#if id386
.data
#if 0
.align 4
Ljmptab: .long Lcase0, Lcase
www.eeworm.com/read/485548/6552963
h math.h
/********************************************************************/
/* math.h v4.40 */
/* Copyright (c) 1991 Texas Instruments Incorporated