代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/366412/9816500
txt test_results-linux.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the RNG.
www.eeworm.com/read/366412/9816538
txt test_results-winnt.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the
www.eeworm.com/read/366411/9817093
txt results.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the RNG.
www.eeworm.com/read/170101/9820241
cxx satest2.cxx
/* satest2.c++
Simple experiments with simulated annealing
find the nonlinear least squares optimum solution
usage: satest2 input.file
*/
static const char rcsid[] = "@(#)satest2.c
www.eeworm.com/read/363314/9959900
txt rk4.txt
function R=rk4(f,t,y0,h)
%Input - f is the function
% - t is the right endpoint
% - yO is the initial condition y(O)
% - h is the index number
%Output - R =
www.eeworm.com/read/166836/9996033
m appcs1.m
%APPCS1 Nonlinear system identification.
% appcs1.m file
% Mark Beale, 12-15-93
% Copyright 1992-2000 The MathWorks, Inc.
% $Revision: 1.14 $ $Date: 2000/06/15 04:22:42 $
clf;
figure(gcf)
www.eeworm.com/read/165847/10049620
changelog
version 0.8.1:
- USB tablet support (Brad Campbell, Anthony Liguori)
- win32 host serial support (Kazu)
- PC speaker support (Joachim Henke)
- IDE LBA48 support (Jens Axboe)
- SSE3 support
www.eeworm.com/read/165197/10072573
m rls.m
function rls(A,b,Sigma)
%RLS Recursive Least Squares
% A is the coefficient matrix, b the observations and
% Sigma a vector containing the diagonal entries of
% the c