代码搜索:Infinity

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

代码结果 1,499
www.eeworm.com/read/211145/7133413

pas unitlinearregressfunction.pas

unit UnitLinearRegressFunction; interface uses Valedit, SysUtils, ExtCtrls, Types, Graphics, windows, Forms; type TXX=record n :integer; {数据组数n } A :d
www.eeworm.com/read/211145/7133568

pas unitlinearregressfunction.pas

unit UnitLinearRegressFunction; interface uses Valedit, SysUtils, ExtCtrls, Types, Graphics, windows, Forms; type TXX=record n :integer; {数据组数n } A :d
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/454633/7386501

cpp algo0715.cpp

void ShortestPath_DIJ(MGraph G,int v0,PathMatrix &P,ShortPathTable &D) { // 算法7.15 // 用Dijkstra算法求有向网G的v0顶点到其余顶点v的最短路径P[v] // 及其带权长度D[v]。 // 若P[v][w]为TRUE,则w是从v0到v当前求得最短路径上的顶点。 // final[v
www.eeworm.com/read/454633/7386516

cpp algo0716.cpp

void ShortestPath_FLOYD(MGraph G, PathMatrix P[], DistancMatrix &D) { // 算法7.16 // 用Floyd算法求有向网G中各对顶点v和w之间的最短路径P[v][w]及其 // 带权长度D[v][w]。若P[v][w][u]为TRUE,则u是从v到w当前求得最 // 短路径上的顶点。 int v,w
www.eeworm.com/read/448997/7520486

cpp algo0715.cpp

void ShortestPath_DIJ(MGraph G,int v0,PathMatrix &P,ShortPathTable &D) { // 算法7.15 // 用Dijkstra算法求有向网G的v0顶点到其余顶点v的最短路径P[v] // 及其带权长度D[v]。 // 若P[v][w]为TRUE,则w是从v0到v当前求得最短路径上的顶点。 // final[v
www.eeworm.com/read/448997/7520501

cpp algo0716.cpp

void ShortestPath_FLOYD(MGraph G, PathMatrix P[], DistancMatrix &D) { // 算法7.16 // 用Floyd算法求有向网G中各对顶点v和w之间的最短路径P[v][w]及其 // 带权长度D[v][w]。若P[v][w][u]为TRUE,则u是从v到w当前求得最 // 短路径上的顶点。 int v,w
www.eeworm.com/read/144874/12765238

cpp sudoku.cpp

#include #include #include #include using namespace std; numeric_limits real; double delta = sqrt(real.epsilon()), infinity = real.infinity(); struct Vec {
www.eeworm.com/read/331439/12828793

m ceil.m

function a = ceil(q) % CEIL Round towards plus infinity. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828868

m floor.m

function a = floor(q) % FLOOR Round towards minus infinity. % (Quaternion overloading of standard Matlab function.) % Copyright