代码搜索:quadratic
找到约 1,650 项符合「quadratic」的源代码
代码结果 1,650
www.eeworm.com/read/291380/8422345
m quadratic.m
function x=quadratic(n,level,c,x0)
%Syntax: x=quadratic(n,level,c,x0)
%_________________________________
%
% Simulation of the Quadratic map.
% x'=c-x^2
%
% x is the simulated time series.
www.eeworm.com/read/428561/8859773
java quadratic.java
//********************************************************************
// Quadratic.java Author: Lewis/Loftus
//
// Demonstrates the use of the Math class to perform a calculation
// base
www.eeworm.com/read/184524/9096866
vi quadratic.vi
www.eeworm.com/read/181963/9223816
m quadratic.m
%function x=quadratic(n,c,x0)
%_________________________________
%
% Simulation of the Quadratic map.
% x'=c-x^2
%
% x is the simulated time series.
% n is the number of the simulated points
www.eeworm.com/read/177489/9450950
java quadratic.java
//********************************************************************
// Quadratic.java Author: Lewis/Loftus
//
// Demonstrates the use of the Math class to perform a calculation
// base
www.eeworm.com/read/167879/9948742
m quadratic.m
function x=quadratic(n,level,c,x0)
%Syntax: x=quadratic(n,level,c,x0)
%_________________________________
%
% Simulation of the Quadratic map.
% x'=c-x^2
%
% x is the simulated time series.
www.eeworm.com/read/166055/10038052
java quadratic.java
//********************************************************************
// Quadratic.java Author: Lewis/Loftus
//
// Demonstrates a calculation based on user input.
//**********************
www.eeworm.com/read/433768/7910453
m quadratic.m
function x = quadratic(a,b,c)
% QUADRATIC Find roots of a quadratic equation.
%
% X = QUADRATIC(A,B,C) returns the two roots of the quadratic equation
%
% y = A*x^2 + B*x + C.
%
%
www.eeworm.com/read/243621/12931398
m quadratic.m
%THIS PROGRAM IS WRITTEN FOR DEMONSTRATION OF QUADRATIC MAP (CHAOTIC MAP)
%AND ITS TRAJECTORY,2D MAPPING AND AUTOCORRELATION.
clc; close all; clear all;
A = 4; B = .5; phin = 0.15; phi(1) =
www.eeworm.com/read/243621/12931400
asv quadratic.asv
%THIS PROGRAM IS WRITTEN FOR DEMONSTRATION OF QUADRATIC MAP (CHAOTIC MAP)
%AND ITS TRAJECTORY,2D MAPPING AND AUTOCORRELATION.
clc; close all; clear all;
A = 4; B = .5; phin = 0.15; phi(1) = B