代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/111805/15503049
java listpoint.java
// Chapter 6 Exercises 1 & 2
public class ListPoint extends Point {
ListPoint next; // Points to next point in the list.
// Constructor to create an object from coordinates:
public
www.eeworm.com/read/111805/15503082
java fontdialog.java
// Class to define a dialog to choose a font
import java.awt.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.border.*;
import java.awt.event.*;
class FontDialog extends
www.eeworm.com/read/111680/15505911
txt sql.txt
create table testlyb(
id numeric Identity not null primary key,
title varchar(200) not null,
author varchar(20) not null,
body text null,
addtime datetime not null
)
www.eeworm.com/read/111650/15507214
cpp val2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/111426/15512837
pas recorder.pas
// TRecorder
//
// cyamon software
// place de l'H魌el-de-Ville 8
// 1040 Echallens
// Switzerland
// www.cyamon.com
// 11/99
// This unit is a freeware. You may change it, use it in your a
www.eeworm.com/read/110725/15526904
java texturepaintdemo.java
import java.awt.*;
import java.awt.geom.*;
import java.net.*;
import java.awt.image.BufferedImage;
import java.applet.*;
public class TexturePaintDemo extends Applet {
private BufferedImag
www.eeworm.com/read/110447/15533237
sql script.sql
Create table QUOTATION_MAIN
(
QU_ID varchar(15) primary key not null,
QU_VERSION smallint default(0),
QU_CREATEDATE datetime default(GETDATE()),
QU_CREATOR varchar(20),
QU_
www.eeworm.com/read/109550/15555188
dpr concli2.dpr
{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Fran鏾is PIETTE
Description: ConCli2 shows how to use TWSocket in a console mode application.
www.eeworm.com/read/109550/15555361
pas mbxfile.pas
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Fran鏾is PIETTE
Description: TMbxFile handle the MBX file format (read only)
The MBX file
www.eeworm.com/read/109413/15557945
script mydb1.script
GRANT ALL ON CLASS "java.lang.Math" TO PUBLIC
GRANT ALL ON CLASS "org.hsqldb.Library" TO PUBLIC
CREATE USER SA PASSWORD "" ADMIN
CREATE ALIAS MINUTE FOR "org.hsqldb.Library.minute"
CREATE ALIAS MO