代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/351555/3106733
am makefile.am
## Process this file with automake to produce Makefile.in. -*-Makefile-*-
# $Id: Makefile.am,v 1.11 2004/02/18 06:59:40 jm Exp $
# Disable automatic dependency tracking if using other tools than gcc
www.eeworm.com/read/172172/9722167
m bay_lssvmard.m
function [inputs,ordered,costs,sig2n,model] = bay_lssvmARD(model,type,btype,nb);
% Bayesian Automatic Relevance Determination of the inputs of an LS-SVM
%
%
% >> dimensions = bay_lssvmARD({X,Y,type,
www.eeworm.com/read/367440/9748552
m bay_lssvmard.m
function [inputs,ordered,costs,sig2n,model] = bay_lssvmARD(model,type,btype,nb);
% Bayesian Automatic Relevance Determination of the inputs of an LS-SVM
%
%
% >> dimensions = bay_lssvmARD({X,Y,type,
www.eeworm.com/read/366901/9793627
cpp defaultcopyconstructor.cpp
//: C11:DefaultCopyConstructor.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Automatic creatio
www.eeworm.com/read/266153/11238671
tcl instptch.tcl
# INSTPTCH.TCL - Automatic handling of Tornado patches.
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification history
# --------------------
# 01d,17jan03,bjl added customized README.TXT a
www.eeworm.com/read/237122/13977080
htm ch14_14.htm
[Chapter 14] 14.14 Automatic Setup When You Enter/Exit a Directory
www.eeworm.com/read/113666/15451612
am makefile.am
## Process this file with automake to produce Makefile.in. -*-Makefile-*-
# $Id: Makefile.am,v 1.49 2003/03/17 22:40:57 jm Exp $
# Disable automatic dependency tracking if using other tools than gcc
www.eeworm.com/read/104551/15690078
am makefile.am
## Process this file with automake to produce Makefile.in. -*-Makefile-*-
# $Id: Makefile.am,v 1.11 2004/02/18 06:59:40 jm Exp $
# Disable automatic dependency tracking if using other tools than gcc
www.eeworm.com/read/103960/15715558
c vfork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var = 88;
pri