代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/281718/9137885
h c_buffer.h
//----------------------------
// C_buffer - template class for implementing fixed-sized buffer with automatic
// allocation, de-allocation, member-access.
//----------------------------
#ifndef
www.eeworm.com/read/364264/9916888
m automaticoperatorprobs.m
function [state,pop]=automaticoperatorprobs(pop,oldpop,params,state,data,currentsize,newsize);
%AUTOMATICOPERATORPROBS Automatic operator probabilities procedure for GPLAB.
% AUTOMATICOPERATORP
www.eeworm.com/read/349902/10786241
m initialalignment.m
function ia = initialalignment(vmr, fmr)
% initialalignment - perform the automatic IA
%
% FORMAT: ia = initialalignment(vmr, fmr)
%
% Input fields:
%
% vmr VMR object
%
www.eeworm.com/read/359142/6954437
readme
M2HTML - Documentation System for Matlab .m files in HTML
=========================================================
This toolbox is intended to provide automatic generation of M-files
documentat
www.eeworm.com/read/301117/13865800
js plugins.js
function DynamicTreePlugins() {
this.importFromHtml = function(html) {
// dirty hack for ie (automatic conversion to absolute paths problem), see also DynamicTreeBuilder.parse()
www.eeworm.com/read/149795/5697468
readme
Mediaproxy SER module
Copyright Dan Pascu
2002-2004 AG Projects
Mediaproxy is a SER module that is designed to allow automatic NAT
tra
www.eeworm.com/read/112303/6145806
asn h225.asn
H323-MESSAGES DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
SIGNED{},
ENCRYPTED{},
HASHED{},
ChallengeString,
TimeStamp,
RandomVal,
Password,
EncodedPwdCertToken,
ClearToken,
Cryp
www.eeworm.com/read/456224/6278707
m gradfunction.m
function Return = gradfunction(functname,x)
%
% numerical computation of gradient
% this allows automatic gradient computation
%
%
% first forward finite difference
% hstep = 0.001; - programm
www.eeworm.com/read/456224/6278841
m gradfunction.m
function Return = gradfunction(functname,x)
%
% numerical computation of gradient
% this allows automatic gradient computation
%
%
% first forward finite difference
% hstep = 0.001; - programm
www.eeworm.com/read/339093/12260062
h c_buffer.h
//----------------------------
// C_buffer - template class for implementing fixed-sized buffer with automatic
// allocation, de-allocation, member-access.
//----------------------------
#ifndef