代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/110034/6167604
s fp_util.s
/*
* fp_util.S
*
* Copyright Roman Zippel, 1997. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/102935/6226452
s fp_util.s
/*
* fp_util.S
*
* Copyright Roman Zippel, 1997. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/100285/6271905
solaris-sparc regression.solaris-sparc
*** expected/float8.out Mon Oct 12 16:56:31 1998
--- results/float8.out Tue Oct 27 16:34:22 1998
***************
*** 195,209 ****
QUERY: SELECT '' AS bad, (; (f.f1)) from FLOAT8_TBL f where f.f1 <
www.eeworm.com/read/100285/6271914
aix41 regression.aix41
*** expected/int2.out Fri Jan 9 03:01:57 1998
--- results/int2.out Thu Feb 26 10:23:48 1998
***************
*** 7,13 ****
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('32767');
QUERY: INSERT INTO INT2
www.eeworm.com/read/484493/6577817
m ex23ch3.m
function sol = ex23ch3
% f = y(1), f' = y(2), f'' = y(3)
beta = 0.5;
infinity = 6;
solinit = bvpinit(linspace(0,infinity,5),@guess);
sol = bvp4c(@odes,@bcs,solinit,[],beta);
plot(sol.x,sol.y(2,:))
axi
www.eeworm.com/read/484493/6577848
m ex22ch3.m
function ex22ch3
clf reset
hold on
for i = 1:3
infinity = 5*i;
if i == 1
solinit = bvpinit(linspace(0,infinity,5),[pi 0]);
else
solinit = bvpinit(sol,[0,infinity]);
end
sol
www.eeworm.com/read/484493/6577849
m ex07ch3.m
function ex07ch3
% h = y(1), h' = y(2), f = y(3), f' = y(4)
global beta lambda E h0
beta = 10;
lambda = 10;
E = 1;
h0 = 1;
hold on
for infinity = 2:4
if infinity == 2
solinit = bvpinit(lin
www.eeworm.com/read/484493/6577853
m ex24ch3.m
function ex24ch3
% y(1) = G, y(2) = F, y(3) = F'
fprintf('\n F''(0) infinity\n')
clf reset
hold on
for infinity = 2:4
if infinity == 2
solinit = bvpinit(linspace(0,infinity,5),[0; 1; 0
www.eeworm.com/read/340608/12143966
asm fd_tos32.asm
;******************************************************************************
;* FD_TOS32.ASM - 32 BIT STATE - v2.54 *
;* Copyright (c) 1996-2004 Texas Instr