代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/365029/9881521
cpp nwrec.cpp
/***
Needleman-Wunch recursions
Notation: i,j are prefix lengths so are in
ranges i = [0,|A|] and j = [0,|B|].
Profile positions are in ranges [0,|A|-1]
and [0,|B|-1] so prefix length i corre
www.eeworm.com/read/358751/10180110
pas cowtour.pas
{
ID:maigoak1
PROG:cowtour
}
program cowtour;
const
maxn=150;
infinity=maxlongint;
type
coord=record
x,y:longint;
end;
var
fin,fout:text;
v:array[1..maxn]of coord;
p
www.eeworm.com/read/162188/10327896
ext gauss.ext
/*
** gauss.ext - External variable declarations for common globals.
**
**
** (C) Copyright 1988-1996 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SO
www.eeworm.com/read/271760/10981584
m fmisalg.m
function misa=fmisalg(w,f)
%FMISALG Calculates misalignment angles
% FMISALG(W,F) returns a matrix whose columns are
% the misalignment angles of F, an MVFR matrix, at
% e
www.eeworm.com/read/145388/7125258
m gasbvp.m
function gasbvp
%GASBVP Exercise for Example 5 of the BVP tutorial.
% Example 8.4 of P.B. Bailey, L.F. Shampine, and P.E. Waltman,
% Nonlinear Two Point Boundary Value Problems, Academic, New
www.eeworm.com/read/145388/7125271
m gasbvp.m
function gasbvp
%GASBVP Exercise for Example 5 of the BVP tutorial.
% Example 8.4 of P.B. Bailey, L.F. Shampine, and P.E. Waltman,
% Nonlinear Two Point Boundary Value Problems, Academic, New
www.eeworm.com/read/145388/7125287
m gasbvp.m
function gasbvp
%GASBVP Exercise for Example 5 of the BVP tutorial.
% Example 8.4 of P.B. Bailey, L.F. Shampine, and P.E. Waltman,
% Nonlinear Two Point Boundary Value Problems, Academic, New
www.eeworm.com/read/322718/13370017
m xdc_lines.m
% Procedure for creating an aperture bounded by a set of lines
%
% Calling: Th = xdc_lines (lines, center, focus);
%
% Parameters:
%
% lines - Information about the lines. One row
%
www.eeworm.com/read/316047/13531196
m fmisalg.m
function misa=fmisalg(w,f)
%FMISALG Calculates misalignment angles
% FMISALG(W,F) returns a matrix whose columns are
% the misalignment angles of F, an MVFR matrix, at
% e
www.eeworm.com/read/303905/13806554
cpp grdijkm1.cpp
#include
#include
#include "book.h"
#define INFINITY 65535 // Big enough for simple tests
#include "grmat.h"
int minVertex(Graph*, int*);
// Compute shortest p