代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/133539/14036429
cpp unity.cpp
/* unity.c
*
* Relative error approximations for function arguments near
* unity.
*
* log1p(x) = log(1+x)
* expm1(x) = exp(x) - 1
* cosm1(x) = cos(x) - 1
*
*/
#include
www.eeworm.com/read/107624/15604531
h contai2a.h
#include
#include
#include
const double PI=4*atan(1);
const double RAD2DEG=180.0/PI;
const double INIT_SEED=113;
const double MIN_XY=1.0;
const double MAX_XY=
www.eeworm.com/read/107624/15604547
h contaila.h
#include
#include
#include
const double PI=4*atan(1);
const double RAD2DEG=180.0/PI;
const double INIT_SEED=113;
const double MIN_XY=1.0;
const double MAX_XY=
www.eeworm.com/read/107624/15604601
h mila.h
#include
#include
#include
const double PI=4*atan(1);
const double RAD_DEG=180.0/PI;
const double INIT_SEED=113;
const double MIN_XY=1.0;
const double MAX_XY=
www.eeworm.com/read/106262/15642230
c grdijk2.c
void Dijkstra(Graph& G, int s) { // Priority queue version
int v; // The current vertex
//int Dist[G.n()]; // Distance array
//int* E[G.e()];
www.eeworm.com/read/106262/15642311
cpp grprim2.cpp
void Prim(Graph& G, int s) { // Priority queue version
int v; // The current vertex
int D[G.n()]; // Distance array
int V[G.n()];
www.eeworm.com/read/101557/15826635
m rctdm.m
function [ret,x0,str,ts,xts]=rctdm(t,x,u,flag);
%RCTDM is the M-file description of the SIMULINK system named RCTDM.
% The block-diagram can be displayed by typing: RCTDM.
%
% SYS=RCTDM(T,X,U,FLAG
www.eeworm.com/read/427960/8909351
h ecn3.h
/*
* MIRACL C++ Header file ecn3.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn3 (Arithmetic on an Elliptic Curve,
* mod n^3)
*
* NOTE :
www.eeworm.com/read/427960/8909475
h ecn4.h
/*
* MIRACL C++ Header file ecn4.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn4 (Arithmetic on an Elliptic Curve,
* mod n^4)
*
* NOTE :
www.eeworm.com/read/382947/8988222
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 26 // 最大顶点个数
enum GraphKind{DG,DN,UDG,UDN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点