代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/428161/8886388
c 1-110.c
#include /* INT_MAX等 */
#include /* EOF(=^Z或F6),NULL */
#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
typedef int Status; /* Status是函数的类型,其值是函数结果状态代码,如OK等 */
#d
www.eeworm.com/read/382947/8988214
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/283723/8993916
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/282634/9079538
m hinfhh.m
function hv = hinfhh(vv)
% HINFHH - computes h-infinity function for HH equations. Uses standard
% alphh and betah files. If they are vectorized, so is this.
hv = alphh(vv)./(alphh(vv)+betah(vv));
re
www.eeworm.com/read/282634/9079581
m minfhh.m
function mv = minfhh(vv)
% MINFHH - computes m-infinity function for HH equations. Uses standard
% alphm and betam files. If they are vectorized, so is this.
mv = alphm(vv)./(alphm(vv)+betam(vv));
re
www.eeworm.com/read/282634/9079589
m ninfhh.m
function nv = ninfhh(vv)
% NINFHH - computes n-infinity function for HH equations. Uses standard
% alphn and betan files. If they are vectorized, so is this.
nv = alphn(vv)./(alphn(vv)+betan(vv));
re
www.eeworm.com/read/183618/9147715
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/182900/9186778
m evalrpoly.m
function y = evalRPoly(roots,x,k)
%function y = evalRPoly(roots,x,k=1)
%Compute the value of a polynomial which is given in terms of its roots.
if(nargin
www.eeworm.com/read/181815/9236259
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/180558/9302879
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