代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/139924/13120746
doc create table.doc
www.eeworm.com/read/139695/13139036
sql create_tablespace.sql
create tablespace ts_default default storage(initial 128k next 128k maxextents unlimited pctincrease 0) datafile '/opt/oracle/oradata/oradb/ts_default.dbf' size 50M;
create tablespace ts_data default
www.eeworm.com/read/139695/13139041
sql create_table.sql
drop table user_log;
create table user_log
(
log_id number(12) not null,
create_ts date not null,
log_dt char(8) not null,
loginname char(12)
www.eeworm.com/read/326166/13159675
m create_demo.m
close all;
clear all;
t=0:0.0005:0.1;
f1=4*exp(-100*t).*sin(2*pi*t*400);
f2=2*exp(-20*t).*sin(2*pi*t*200);
f3=1*exp(-50*t).*sin(2*pi*t*100);
% figure,plot(t,y);
% n1 = sin(2*pi*150*t);
% n2= 6
www.eeworm.com/read/241217/13163600
m rule_create.m
% 生成规则,rule accuracy,
% input: original decision matrix u( m row, n-1 cilumn conditional
% attributes,and 1 decision attribute); DRDM_Reduct,reducted decision relative discriminibility matrix;
%
www.eeworm.com/read/139021/13195136
mysql create_database.mysql
# MySQL dump 4.0
#
# I use this database configuration with MySQL.
#
# Command:
# $ mysql -h host database_name
www.eeworm.com/read/139021/13195140
pgsql create_database.pgsql
// creates basic database layout
// reincarnation of create_database.pgsql
// $Id: create_database.pgsql,v 1.1.1.1 2000/04/17 16:40:17 kk Exp $
CREATE TABLE active_sessions (
sid varchar(32) DEFAUL
www.eeworm.com/read/139021/13195144
odbc create_database.odbc
create table ACTIVE_SESSIONS
(
SID VARCHAR(32) not null,
NAME VARCHAR(32) not null,
VAL LONG VARCHAR ,
CHANGED VARCHAR(14)
www.eeworm.com/read/139021/13195157
oracle create_database.oracle
-- ============================================================
-- Nom de la base : myapp
-- Nom de SGBD : ORACLE Version 7.x
-- Dat
www.eeworm.com/read/139021/13195162
msql create_database.msql
#
# This should work for mSQL 2.x
#
# $Id: create_database.msql,v 1.1.1.1 2000/04/17 16:40:17 kk Exp $
CREATE TABLE active_sessions (
sid char(32),
name char(32),
val text(300),
changed char(