代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/473745/1397857
set a2000_auto.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyType=0
BodyName=SPCE061A_EZPROBE
[DLL]
DLLVERSION=1.0
www.eeworm.com/read/472233/1417056
sh auto-version.sh
#!/usr/bin/bash
# Copyright (C) 2007 Apple Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following
www.eeworm.com/read/470720/1445775
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/470720/1448325
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/470720/1448339
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
www.eeworm.com/read/470720/1448360
x auto1.x
# This test fails compilation in cross-endian environments, for example as
# below, with a "sorry" message.
if { [ishost "i\[34567\]86-*-*"] } {
if { [istarget "mmix-knuth-mmixware"]
|| [istarg