代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/458488/7296074
txt epprox.txt
function epprox
% epprox Demonstrate catastrophic cancellation in evaluation of
% e = exp(1) = lim_{n->infinity} (1 + 1/n)^n
%
% Synopsis: y = epprox
%
% Input: none
%
% Output:
www.eeworm.com/read/456942/7336187
c algo7-6.c
// algo7-6.cpp 实现算法7.15的程序。迪杰斯特拉算法的实现
#include"c1.h"
#define MAX_NAME 5 // 顶点字符串的最大长度+1
#define MAX_INFO 20 // 相关信息字符串的最大长度+1
typedef int VRType;
typedef char InfoType;
typedef char Verte
www.eeworm.com/read/454932/7381520
cpp algo7-6.cpp
// algo7-6.cpp 实现算法7.15的程序。迪杰斯特拉算法的实现
#include"c1.h"
#define MAX_NAME 5 // 顶点字符串的最大长度+1
#define MAX_INFO 20 // 相关信息字符串的最大长度+1
typedef int VRType;
typedef char InfoType;
typedef char Verte
www.eeworm.com/read/449189/7517248
java division_by_zero.java
//【例5.1】 发现除数为0错。
public class Division_by_zero
{
public static void main (String args[])
{
// System.out.println(""+(3/0)); //整数除法,除数为0,抛出算术异常
System.out.p
www.eeworm.com/read/448693/7527100
java kbestparseforest2o.java
package mstparser;
public class KBestParseForest2O {
private ParseForestItem[][][][][] chart;
private String[] sent,pos;
private int start,end;
private int K;
public KBestParse
www.eeworm.com/read/444277/7614642
c algo7-6.c
/* algo7-6.c 实现算法7.15的程序。迪杰斯特拉算法的实现 */
#include"c1.h"
#define MAX_NAME 5 /* 顶点字符串的最大长度+1 */
#define MAX_INFO 20 /* 相关信息字符串的最大长度+1 */
typedef int VRType;
typedef char InfoType;
typedef cha
www.eeworm.com/read/442220/7656824
c algo7-6.c
/* algo7-6.c 实现算法7.15的程序。迪杰斯特拉算法的实现 */
#include"c1.h"
#define MAX_NAME 5 /* 顶点字符串的最大长度+1 */
#define MAX_INFO 20 /* 相关信息字符串的最大长度+1 */
typedef int VRType;
typedef char InfoType;
typedef cha
www.eeworm.com/read/438922/7719210
c algo7-6.c
/* algo7-6.c 实现算法7.15的程序。迪杰斯特拉算法的实现 */
#include"c1.h"
#define MAX_NAME 5 /* 顶点字符串的最大长度+1 */
#define MAX_INFO 20 /* 相关信息字符串的最大长度+1 */
typedef int VRType;
typedef char InfoType;
typedef cha
www.eeworm.com/read/436719/7765285
cpp algo7-9.cpp
// algo7-9.cpp 实现算法7.15的程序。迪杰斯特拉算法的实现
#include"c1.h"
#include"func7-1.cpp" // 包括顶点信息类型的定义及对它的操作
#include"func7-2.cpp" // 包括弧(边)的相关信息类型的定义及对它的操作
#include"c7-1.h" // 图的数组(邻接矩阵)存储结构
#include"b
www.eeworm.com/read/197593/7984950
c algo7-6.c
/* algo7-6.c 实现算法7.15的程序。迪杰斯特拉算法的实现 */
#include"c1.h"
#define MAX_NAME 5 /* 顶点字符串的最大长度+1 */
#define MAX_INFO 20 /* 相关信息字符串的最大长度+1 */
typedef int VRType;
typedef char InfoType;
typedef cha