代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/485187/6566838
pas dxtimeservercore.pas
unit DXTimeServerCore;
interface
///////////////////////////////////////////////////////////////////////////////
// Component: TDXTIMEServerCore
// Author: G.E. Ozz Nixon Jr. (staff@b
www.eeworm.com/read/485187/6567007
pas dxstatservercore.pas
unit DXStatServerCore;
interface
///////////////////////////////////////////////////////////////////////////////
// Component: TDXStatServerCore
// Author: G.E. Ozz Nixon Jr. (onixon@
www.eeworm.com/read/485187/6567033
pas dxdaytimeservercore.pas
unit DXDayTimeServerCore;
interface
///////////////////////////////////////////////////////////////////////////////
// Component: TDXDayTimeServerCore
// Author: G.E. Ozz Nixon Jr. (s
www.eeworm.com/read/485187/6567127
pas dxjs_object.pas
////////////////////////////////////////////////////////////////////////////
// Component: DXJS_OBJECT
// Author: Alexander Baranovsky (ab@virtlabor.donbass.com)
// G.E. Ozz
www.eeworm.com/read/484433/6576137
tcl mo.tcl
#!/bin/sh
# the next line restarts using tclsh \
exec tclsh "$0" "$@"
# an example for animation
# in canvas
#
# Copyright 1996
# Authors
# Lakshmi Sastry
# Computing and Inform
www.eeworm.com/read/482759/6611341
txt 郑洋 课程设计数据库.txt
//jianli de shenqing biao
create table sqbiao
(
bumensq char(10),
zcsq int,
name char(10),
numsq int,
mjsq int,
zfjf int
);
create view yff_tj
as
select bumensq,zcsq,name,numsq,mjsq,
www.eeworm.com/read/482846/6614604
cpp val2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/482608/6619623
3 ut.3
/*
* ut.3: tests create and help
*/
/* create a simple relation */
create table easy (myattr char(24));
/* list the directory to see if anything got created */
!ls
/* see if it shows up in the ca
www.eeworm.com/read/482608/6619647
10 qu.10
create table soaps (soapid int, network char(4));
create table stars (starid int, network char(4));
insert into soaps (soapid,network) values (5, "NBC");
insert into soaps (soapid,network) values
www.eeworm.com/read/265066/6620188
sql crtabforsqlserver.sql
create table employee (
empno int primary key,
ename varchar(40) not null,
position varchar(40),
remarks varchar(255));
create table category (
cateid int,
catename varchar(40),
subc