代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/372391/9511643
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/170474/9805098
txt rfc1075.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:田金勇( tany tjy308@263.net)
译文发布时间:2001-6-15
版权:本中文翻译文档版权归
www.eeworm.com/read/366495/9811529
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/366434/9814693
txt rfc1075.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:田金勇( tany tjy308@263.net)
译文发布时间:2001-6-15
版权:本中文翻译文档版权归
www.eeworm.com/read/365029/9881447
cpp glbalignsimple.cpp
#include "muscle.h"
#include
#include "pwpath.h"
#include "profile.h"
#include
#define TRACE 0
#if 1 // SINGLE_AFFINE
extern bool g_bKeepSimpleDP;
extern SCORE *g_DPM;
www.eeworm.com/read/365029/9881455
cpp nwdasimple.cpp
#include "muscle.h"
#include
#include "pwpath.h"
#include "profile.h"
#include
#define TRACE 0
bool g_bKeepSimpleDP;
SCORE *g_DPM;
SCORE *g_DPD;
SCORE *g_DPE;
SCORE *g
www.eeworm.com/read/365029/9881538
cpp nwdasimple2.cpp
#include "muscle.h"
#include "pwpath.h"
#include "profile.h"
#if DOUBLE_AFFINE
#define TRACE 0
extern bool g_bKeepSimpleDP;
extern SCORE *g_DPM;
extern SCORE *g_DPD;
extern SCORE *g_DPE;
www.eeworm.com/read/365029/9881604
cpp sw.cpp
#include "muscle.h"
#include
#include "pwpath.h"
#include "profile.h"
#include
// Textbook Smith-Waterman affine gap implementation.
#define TRACE 0
static const char *
www.eeworm.com/read/166053/10038968
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/425971/10299330
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