代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/140700/13066213
txt alg114.txt
> restart;
> # NONLINEAR FINITE-DIFFERENCE ALGORITHM 11.4
> #
> # To approximate the solution to the nonlinear boundary-value problem
> #
> # Y'' = F(X,Y,Y'), A
www.eeworm.com/read/140700/13066231
txt alg054.txt
> restart;
> # ADAMS-FOURTH ORDER PREDICTOR-CORRECTOR ALGORITHM 5.4
> #
> # To approximate the solution of the initial value problem
> # y' = f(t,y), a
www.eeworm.com/read/140700/13066276
txt alg052.txt
> restart;
> # RUNGE-KUTTA (ORDER 4) ALGORITHM 5.2
> #
> # TO APPROXIMATE THE SOLUTION TO THE INITIAL VALUE PROBLEM:
> # Y' = F(T,Y), A
www.eeworm.com/read/140698/13066589
c alg114.c
/*
* NONLINEAR FINITE-DIFFERENCE ALGORITHM 11.4
*
* To approximate the solution to the nonlinear boundary-value problem
* Y'' = F(X,Y,Y'), A
www.eeworm.com/read/140698/13066646
c alg052.c
/*
* RUNGE-KUTTA (ORDER 4) ALGORITHM 5.2
*
* TO APPROXIMATE THE SOLUTION TO THE INITIAL VALUE PROBLEM:
* Y' = F(T,Y), A
www.eeworm.com/read/242302/13070184
html 16918.html
A little problem. How to sum the value in the same column using DataGrid
A little p
www.eeworm.com/read/138798/13212363
m demrbf1.m
%DEMRBF1 Demonstrate simple regression using a radial basis function network.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by samp
www.eeworm.com/read/138798/13212410
m demmlp1.m
%DEMMLP1 Demonstrate simple regression using a multi-layer perceptron
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X a
www.eeworm.com/read/323949/13306905
m ip_09_04.m
% MATLAB script for Illustrative Problem 9.4.
echo on
Lc=20; % number of chips per bit
A1=3; % amplitude of the first sinusoidal interference
A2=7; % amplitude of the second sinu
www.eeworm.com/read/323543/13336921
txt 神经网络程序.txt
/* Travelling Salesman Problem */
/* using Hopfield neural net */
#include
#include
#include
#include
#define N 10