代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/154628/11941972
txt 14_3.txt
//14_3
//运行结果为:
create a X object with 1
create a X object with 2 //创建临时对象
call a func with para X object
create a X object from other X object
erase a object //析构临时对象
creat
www.eeworm.com/read/154593/11943903
pas ulightmgr.pas
unit uLightMgr;
interface
uses uPort, uCar, uLight, Contnrs, SysUtils, ExtCtrls, uGlobalObj;
type
TLightMgr = class
private
FTimer: TTimer;
procedure FOnTimer(Sender: TObject)
www.eeworm.com/read/343130/11970861
sql salary.sql
CREATE TABLE Salary
(PayMonth Char(10) NOT NULL,
Emp_Id Int NOT NULL,
BaseWage Decimal(10,2),
Prize Decimal(10,2),
Ot1pay Decimal(10,2),
Ot2pay Decimal(10,2),
Ot3p
www.eeworm.com/read/343130/11970876
sql salaryrules.sql
CREATE TABLE SalaryRules
(RuleType TinyInt NOT NULL,
RuleAmount Decimal(10,2),
)
www.eeworm.com/read/343026/11982654
sql 日期流水号.sql
--自已做标识列的例子--流水号:日期+当日编号:
--创建视图,得到当前日期(因为函数中不能使用getdate())
create view v_getdate as select dt=convert(varchar,getdate(),112)
go
--创建得到最大id的函数
create function f_getid()
returns varchar(12)
www.eeworm.com/read/154062/11990860
pas randomtesting.pas
unit RandomTesting;
interface
procedure RandomGo;
implementation
uses SysUtils, DeCAL;
const
Executions = 100;
Cycles = 10;
type
TOperation = (opAdd, opRemove, opClear, opFind
www.eeworm.com/read/154062/11990871
pas superstream.pas
{**
SuperStream is copyright (c) 2000 Ross Judson.
The contents of this file are subject to the Mozilla Public License
Version 1.0 (the "License"); you may not use this file except in
www.eeworm.com/read/153764/12008450
newuser
#! /bin/sh
#
# PL/0 NEWUSER script for CSC 254/454, fall 1995
# last updated July 11, 1999
# should be invoked in an empty directory in which
# to put a copy of the compiler
#
src=/u/cs254/plzero/src
www.eeworm.com/read/342423/12021213
pas xlsnames2.pas
unit XLSNames2;
{
********************************************************************************
******* XLSReadWriteII V2.00 *******
*******