代码搜索:Create

找到约 10,000 项符合「Create」的源代码

代码结果 10,000
www.eeworm.com/read/169901/9833554

tci appthreads.tci

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/366065/9834209

test link.test

# Commands covered: none # # This file contains a collection of tests for Tcl_LinkVar and related # library procedures. Sourcing this file into Tcl runs the tests and # generates output for errors.
www.eeworm.com/read/169887/9834220

sql patient.sql

USE Hospital GO CREATE TABLE Patient ( Id int IDENTITY PRIMARY KEY, Name varchar(50), IDNum varchar(30), Sex varchar(2), Age int, Marry varchar(8)
www.eeworm.com/read/169887/9834225

sql basetype.sql

USE Hospital GO CREATE TABLE BaseType (Id int PRIMARY KEY IDENTITY, TypeId tinyint, TypeName varchar(30) ) GO
www.eeworm.com/read/169887/9834230

sql payitems.sql

USE Hospital GO CREATE TABLE PayItems ( PayId int IDENTITY PRIMARY KEY, RegId int, -- 登记编号 ItemId int, -- 收费项目编号 PNum int, -- 收费数量 Price float,-- 销售价格 PType
www.eeworm.com/read/169887/9834233

sql items.sql

USE Hospital GO CREATE TABLE Items ( ItemId int IDENTITY PRIMARY KEY, ItemName varchar(50) NOT NULL, Total int, UnitId int, BuyPrice float, SalePrice float
www.eeworm.com/read/169887/9834234

sql registration.sql

USE Hospital GO CREATE TABLE Registration ( RegId int PRIMARY KEY, PatId int,--患者 DocId int, --医生名称 RegDate varchar(20), --日期 UserName varchar(20) --用户名 ) GO
www.eeworm.com/read/366065/9834342

test event.test

# This file contains a collection of tests for the procedures in the file # tclEvent.c, which includes the "update", and "vwait" Tcl # commands. Sourcing this file into Tcl runs the tests and generat
www.eeworm.com/read/366065/9834401

test package.test

# This file contains tests for the ::package::* commands. # Note that the tests are limited to Tcl scripts only, there are no shared # libraries against which to test. # # Sourcing this file into Tcl
www.eeworm.com/read/366065/9834510

test interp.test

# This file tests the multiple interpreter facility of Tcl # # This file contains a collection of tests for one or more of the Tcl # built-in commands. Sourcing this file into Tcl runs the tests and