代码搜索:continued
找到约 220 项符合「continued」的源代码
代码结果 220
www.eeworm.com/read/253872/12179404
m contents.m
% NINTEGER - Non-integer (fractional) control toolbox
% Version 2.3 Duarte Vale'rio 2005 / 08 / 17
%
% Approximations of fractional order controllers (35 methods available)
% nid - approximates
www.eeworm.com/read/288488/8628856
java invalidtransactionexception.java
package transaction;
import java.rmi.*;
/**
* The transaction identifier that was passed is not valid.
* Either the client supplied a bogus Xid, or the transaction
* has already committed or a
www.eeworm.com/read/187173/8847615
html tutorialcont.html
The Java Tutorial Continued
Latest version online only
www.eeworm.com/read/427511/8938626
m goldfract.m
function goldfract(n)
%GOLDFRACT Golden ratio continued fraction.
% GOLDFRACT(n) displays n terms.
p = '1';
for k = 1:n
p = ['1+1/(' p ')'];
end
p
p = 1;
q = 1;
for k = 1:n
s =
www.eeworm.com/read/167116/9980485
m goldfract.m
function goldfract(n)
%GOLDFRACT Golden ratio continued fraction.
% GOLDFRACT(n) displays n terms.
p = '1';
for k = 1:n
p = ['1+1/(' p ')'];
end
p
p = 1;
q = 1;
for k = 1:n
s = p;
p = p
www.eeworm.com/read/433872/7076875
txt contlab..txt
This example shows how to detect if a label has been continued
onto a new page.
www.eeworm.com/read/464335/7165257
m goldfract.m
function goldfract(n)
%GOLDFRACT Golden ratio continued fraction.
% GOLDFRACT(n) displays n terms.
p = '1';
for k = 1:n
p = ['1+1/(' p ')'];
end
p
p = 1;
q = 1;
for k = 1:n
s =
www.eeworm.com/read/451385/7466290
m goldfract.m
function goldfract(n)
%GOLDFRACT Golden ratio continued fraction.
% GOLDFRACT(n) displays n terms.
p = '1';
for k = 1:n
p = ['1+1/(' p ')'];
end
p
p = 1;
q = 1;
for k = 1:n
s =