代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/185161/9054050
java maskingthread.java
/*
* MilyQQ - Simple Java QQ Client with a console interface
*
* Copyright (C) 2006 spadger
*
* This program is free software; you can redistribute it and/or modify
* it un
www.eeworm.com/read/282775/9062704
ini archives.ini
[Database]
Initial Catalog=archives
Data Source=xiaozhi
Connection=1
www.eeworm.com/read/184417/9102020
html get.html
NAME
glGetBooleanv, glGetDoublev, glGetFloatv, glGetIntegerv -
return the value or v
www.eeworm.com/read/184417/9102591
html fglget.html
NAME
fglGetBooleanv, fglGetDoublev, fglGetFloatv, fglGetIntegerv
- return the value
www.eeworm.com/read/184417/9102949
ps get.ps
%!PS-Adobe-1.0
%%Creator: splat:n8 (Nate Robins,,,,,,,)
%%Title: stdin (ditroff)
%%CreationDate: Tue Jul 22 19:14:28 1997
%%EndComments
% Start of psdit.pro -- prolog for ditroff translator
% Co
www.eeworm.com/read/184417/9103759
ps fglget.ps
%!PS-Adobe-1.0
%%Creator: splat:n8 (Nate Robins,,,,,,,)
%%Title: stdin (ditroff)
%%CreationDate: Tue Jul 22 19:17:14 1997
%%EndComments
% Start of psdit.pro -- prolog for ditroff translator
% Co
www.eeworm.com/read/282086/9121256
m imm_kalman_filter.m
function [x, V, VV, xall] = IMM_Kalman_Filter(y, A,C,Q,R,P,init_x,init_V)
% IMM Kalman filter.
% [x, V, VV] = IMM_Kalman_Filter(y, A, C, Q, R, init_x, init_V, model)
%
% Inputs:
% y(:,t) - the
www.eeworm.com/read/282044/9122600
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/181963/9223810
m rossler1.m
%function [x,y,z]=rossler1(n,a,b,c,x0,y0,z0,h)
%_________________________________________________
%
% Simulation of the Lorentz ODE.
% dx/dt=-y-z
% dy/dt=x+ay
% dz/dt=b+z(x-c)
%
% x,