代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/201480/6967057
cpp d3dxcreate.cpp
//////////////////////////////////////////////////////////////////////////////////////////////////
//
// File: d3dxcreate.cpp
//
// Author: Frank D. Luna (C) All Rights Reserved
//
// System:
www.eeworm.com/read/469121/6977779
cpp d3dxcreate.cpp
//////////////////////////////////////////////////////////////////////////////////////////////////
//
// File: d3dxcreate.cpp
//
// Author: Frank D. Luna (C) All Rights Reserved
//
// System:
www.eeworm.com/read/469198/6978977
tra demo.tra
*** Creating Trace Output File '.\OBJ\DEMO.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '".\obj\startup.o"'
### List of Objects: adding '".\obj\r
www.eeworm.com/read/469198/6978999
tra demo.tra
*** Creating Trace Output File '.\OBJ\DEMO.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '".\obj\startup.o"'
### List of Objects: adding '".\obj\r
www.eeworm.com/read/468438/6989893
sql demo01.sql
create table t
as
select *
from all_objects
where 1=0;
select * from t;
set autotrace traceonly statistics
select * from t;
set autotrace off
insert into t select * from all_objects;
roll
www.eeworm.com/read/468438/6989901
sql demo05.sql
create table t
( x char(2000),
y char(2000),
z char(2000)
)
/
set autotrace traceonly statistics
insert into t
select 'x', 'y', 'z'
from all_objects
where rownum
www.eeworm.com/read/467909/6996771
makefile
# Copyright (C) 1995 Monty Program KB & TCX DataKonsult AB
#
#include "Makefile.h" # Include system-dependent variabels
CFLAGS = $(CC_FLAGS) -DENGLISH
DEST = .
HDRS = errmsg.h mysql.h porta
www.eeworm.com/read/467790/7001501
tra testiap.tra
*** Creating Trace Output File 'TestIAP.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"lpc2300.o"'
### List of Objects: adding '"test.o"'
### Li
www.eeworm.com/read/467897/7003419
tra audio.tra
*** Creating Trace Output File '.\Obj\Audio.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '".\obj\startup.o"'
### List of Objects: adding '".\obj\
www.eeworm.com/read/467241/7008183
makefile
#############################################################################
# Makefile for building userdialog
# Generated by tmake at 15:20, 2006/02/23
# Project: userdialog
# Template: app