代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/443386/1744781
c pci_auto.c
/*
* arch/ppc/syslib/pci_auto.c
*
* PCI autoconfiguration library
*
* Author: Matt Porter
*
* 2001 (c) MontaVista, Software, Inc. This file is licensed under
* the terms
www.eeworm.com/read/443018/1752909
c auto_netcon.c
/*
* auto_netcon.c
*
* Real-Time Workshop code generation for Simulink model "auto_netcon.mdl".
*
* Model Version : 1.42
* Real-Time Workshop version : 6.0 (R14) 05-May-200
www.eeworm.com/read/443018/1752910
bat auto_netcon.bat
set MATLAB=D:\MATLAB7
"%MATLAB%\rtw\bin\win32\gmake" -f auto_netcon.mk ADD_MDL_NAME_TO_GLOBALS=1
www.eeworm.com/read/443018/1752911
h auto_netcon.h
/*
* auto_netcon.h
*
* Real-Time Workshop code generation for Simulink model "auto_netcon.mdl".
*
* Model Version : 1.42
* Real-Time Workshop version : 6.0 (R14) 05-May-2004
www.eeworm.com/read/443018/1752917
mk auto_netcon.mk
# Copyright 1994-2004 The MathWorks, Inc.
#
# File : grt_lcc.tmf $Revision: 1.26.4.11 $
#
# Abstract:
# Real-Time Workshop template makefile for building a PC-based
# stand-alone generic re
www.eeworm.com/read/442570/1757422
h auto_update.h
/*
* (C) Copyright 2004
* Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free so
www.eeworm.com/read/442570/1757438
c auto_update.c
/*
* (C) Copyright 2003-2004
* Gary Jennejohn, DENX Software Engineering, gj@denx.de.
* Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
*
* See file CREDITS for list of people wh
www.eeworm.com/read/440906/1775854
c auto_ptr.c
template struct auto_ptr_ref {
Y* py;
auto_ptr_ref(Y* p) : py(p) {}
};
template struct auto_ptr {
X* px;
public:
typedef X element_type;
explicit auto_ptr(X* p
www.eeworm.com/read/440906/1778407
f auto1.f
* Test automatic arrays.
program auto1
implicit none
integer i
integer j0(40)
integer j1(40)
integer jc0(40)
integer jc1(40)
common /jc0/ jc0
comm
www.eeworm.com/read/440906/1778421
f auto0.f
* Test automatic arrays.
program auto0
implicit none
integer i
integer j0(40)
integer j1(40)
integer jc0(40)
integer jc1(40)
common /jc0/ jc0
comm