代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/101484/15830662
txt 编程用到的辅助表.txt
create table sys_fzxx_cur_activate ( //当前操作的数据表
recn integer not null primary key,
cur_active_year varchar(4), //年号
cur_active_type integer,
www.eeworm.com/read/100948/15859508
pas outlook.pas
unit Outlook;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Buttons,ExtCtrls,FlatImage,StdCtrls,Spin,CommCtrl,Consts,DsgnIntf,
OLITemsProp;
www.eeworm.com/read/100818/15863888
cpp sortmain.cpp
/*
Author: David Martinjak
Date: December, 2001
Email: martinfd@muohio.edu
This is a driver program I wrote to implement
the usage of the sort class header file. Your
needs and intentio
www.eeworm.com/read/100624/15868424
txt sql.txt
create database ccLanYa_KaoQin
go
use ccLanYa_KaoQin
go
create table BuMen (Name char(20))
go
create table Worker
(
CardID smallint not null,
Name varchar(14)not null,
Permit varcha
www.eeworm.com/read/100454/15873545
cpp sortmain.cpp
/*
Author: David Martinjak
Date: December, 2001
Email: martinfd@muohio.edu
This is a driver program I wrote to implement
the usage of the sort class header file. Your
needs and intentio
www.eeworm.com/read/100447/15873580
changelog
24 jun 2000 Rainer Wiener ( rainer@konqui.de )
- some little fix for the view option
29 feb 2000 Rainer Wiener ( rainer@konqui.de )
- fix the option button.
28 feb 2000 Didimo Grimaldo ( grimald
www.eeworm.com/read/100410/15874496
pas gasqlparserhelperclasses.pas
{*******************************************************}
{ }
{ Advanced SQL statement parser }
{ Copyright (c) 2
www.eeworm.com/read/100360/15876085
pas ingusclass.pas
{
IngusClass.Pas - Packet32 Helper
----------------------------------
Writen by: Jagad (don@indo.net.id)
Updates by FP (francois.piette@pophost.eunet.be, http://www.rtfm.be/fpiette)
May
www.eeworm.com/read/100350/15876375
c newsource.c
struct Cstyle {
} /* create an index of these */
struct Pstyle {
} /* create an index of these */
struct PnStyle {
} /* pointed to by paragraph */
struct vtext {
int alloc;
int used;
int * ptr;
};