代码搜索:Infinity

找到约 1,499 项符合「Infinity」的源代码

代码结果 1,499
www.eeworm.com/read/207520/15269609

h global.h

#ifndef _MAP_GLOBAL_H_ #define _MAP_GLOBAL_H_ #define infinity 1e20 //定义为无穷大 #define EP 1e-10 //定义无穷小 typedef unsigned char uchar; typedef unsigned int uint; t
www.eeworm.com/read/470917/1443148

h-data resource.h-data

constant PRIO_PROCESS constant PRIO_PGRP constant PRIO_USER type rlim_t constant RLIM_INFINITY constant RLIM_SAVED_MAX constant RLIM_SAVED_CUR constant RUSAGE_SELF constant RUSAGE_CHILDREN type {s
www.eeworm.com/read/237551/4627250

h-data resource.h-data

constant PRIO_PROCESS constant PRIO_PGRP constant PRIO_USER type rlim_t constant RLIM_INFINITY constant RLIM_SAVED_MAX constant RLIM_SAVED_CUR constant RUSAGE_SELF constant RUSAGE_CHILDREN type {s
www.eeworm.com/read/162614/5529614

c c99-math-float-1.c

/* { dg-do run { target *-*-solaris2.1[0-9]* } } */ /* { dg-options "-std=c99 -O" } */ #include #include "c99-math.h" int main(void) { float nan = NAN; float inf = INFINITY; float hug
www.eeworm.com/read/320652/3546397

h-data resource.h-data

constant PRIO_PROCESS constant PRIO_PGRP constant PRIO_USER type rlim_t constant RLIM_INFINITY constant RLIM_SAVED_MAX constant RLIM_SAVED_CUR constant RUSAGE_SELF constant RUSAGE_CHILDREN type {s
www.eeworm.com/read/367182/2854441

h-data resource.h-data

constant PRIO_PROCESS constant PRIO_PGRP constant PRIO_USER type rlim_t constant RLIM_INFINITY constant RLIM_SAVED_MAX constant RLIM_SAVED_CUR constant RUSAGE_SELF constant RUSAGE_CHILDREN type {s
www.eeworm.com/read/357319/3024298

txt jcl8087.txt

ClearPending8087Exceptions Get8087ControlWord Get8087Infinity Get8087Precision Get8087Rounding Get8087StatusWord GetMasked8087Exceptions GetPending8087Exceptions Mask8087Exceptions Set8087Con
www.eeworm.com/read/162614/5531216

c c99-math-long-double-1.c

/* { dg-do run { target *-*-solaris2.1[0-9]* } } */ /* { dg-options "-std=c99 -O" } */ #include #include "c99-math.h" int main(void) { long double nan = NAN; long double inf = INFINITY;
www.eeworm.com/read/295539/8155702

h global.h

#ifndef _MAP_GLOBAL_H_ #define _MAP_GLOBAL_H_ #define infinity 1e20 //定义为无穷大 #define EP 1e-10 //定义无穷小 typedef unsigned char uchar; typedef unsigned int uint; t
www.eeworm.com/read/369319/9654993

cpp dfsfunction.cpp

#include #include #include #define INFINITY 32767 //最大权值 #define MAX_VERTEX_NUM 20 //最大定点个数 #define OK 1 #define ERROR -1 #define OVERFLOW -2 #define NULL 0