代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/132306/14101744
pas gbtobig.pas
{
作者:酷的仙贝
QQ:51860554
E-mail:howoco@163.com
V1.1
}
unit GbToBig;
interface
uses
SysUtils, Classes,StdCtrls;
type
Tmode=(Gb2Big,Big2Gb);
TGbToBig = class(TComponent)
pr
www.eeworm.com/read/234581/14105229
h yabasic.h
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
header-file
this Program is subject to the GNU General Public License;
see the file yabasic.c for details.
www.eeworm.com/read/234480/14111246
pas mainformunit.pas
unit MainformUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, WinSkinData, ComCtrls, Menus, ExtCtrls, StdCtrls, Buttons,
cxStyles
www.eeworm.com/read/131937/14119362
sql sqlplus.sql
DROP TABLE Classinfo;
CREATE TABLE Classinfo(
cID char(6) primary key not null,
cClass char(10)
);
DROP TABLE Course;
CREATE TABLE Course(
cID char(6) prinmary key not null,
cName ch
www.eeworm.com/read/234152/14120633
pas gnugettext.pas
unit gnugettext;
(**************************************************************)
(* *)
(* (C) Copyright by Lars B. Dybdahl and others
www.eeworm.com/read/131630/14135084
java factory.java
/*
* This code is from the book:
*
* Winder, R and Roberts, G (2000) Developing Java
* Software, second edition, John Wiley & Sons.
*
* It is copyright (c) 2000 Russel Winder and Graham
www.eeworm.com/read/130969/14164992
html oracle.sql.customdatumfactory.html
Interface oracle.sql.CustomDatumFactory
www.eeworm.com/read/232840/14180337
sql 毕业设计.sql
Create table LoginTable( /*罗东名要做的*/
AccountName nvarchar(20), /*帐号名称*/
Pass nvarchar(20), /*密码*/
PowerName nvarchar(10), /*权限名称*/
CanUse int, /*可
www.eeworm.com/read/130620/14180546
sql entities.sql
CREATE TABLE "entities" (
"entityid" SERIAL PRIMARY KEY NOT NULL,
"name1" varchar(100) NOT NULL,
"name2" varchar(100) NOT NULL,
"type" char(1) NOT NULL
);