代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/129891/14219240
in make.defines.in
#
# This file is generated by autoconf from "Make.defines.in".
#
# This is the "Make.defines" file that almost every "Makefile" in the
# source directories below this directory include.
# The "../" in
www.eeworm.com/read/231489/14230922
cpp testmpeg1or2audiovideotodarwin.cpp
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/129471/14239954
sql doctor.sql
USE Hospital
GO
CREATE TABLE Doctor
( Id int IDENTITY PRIMARY KEY,
Name varchar(50) NOT NULL,
Sex varchar(2) NOT NULL,
Age int,
DeptId int,
Title varchar(50)
www.eeworm.com/read/129460/14241679
pas rpsystem.pas
{*************************************************************************}
{ Rave Reports version 5.0 }
{ Copyright (c), 1995-2002, Nevrona Designs, a
www.eeworm.com/read/129425/14243263
sql hrdb.sql
CREATE TABLE [dbo].[SysLink] (
[FORptID] [varchar] (40) NOT NULL ,
[FTRptID] [varchar] (6) NOT NULL ,
[FMName] [varchar] (8) NOT NULL ,
[FMText] [varchar] (60) NULL ,
[FLinkClms] [varchar] (
www.eeworm.com/read/129337/14250516
tk puzzle.tk
#!/usr/bin/wish -f
# First we create the image. Then we configure the frame which will hold the pieces of
# the image that will form the puzzle. This we pack with a little padding.
set image [image
www.eeworm.com/read/129337/14250570
tk canvas.tk
#!/usr/bin/wish -f
# First we create the canvas and then some objects to display on it.
set c [canvas .c -width 400 -height 300 -relief sunken -bd 2]
set image [image create photo -file caption.gif
www.eeworm.com/read/230933/14266714
h bcgdialogbar.h
//*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// This source code is a part of BCGControlBar library.
// You may use, comp
www.eeworm.com/read/128681/14282256
pas psitcpserver.pas
unit PsiTCPServer;
//******************************************************************************
// The original software is under
// Copyright (c) 1993 - 2000, Chad Z. Hower (Kudzu)
// and
www.eeworm.com/read/230401/14290556
sql s2.sql
CREATE TABLE P
( PNO CHAR(4),
PNAME CHAR(10),
COLOR CHAR(4),
WEIGHT INT,
)