代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/145120/5747649
c chan_create.c
/*
* 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/145120/5747819
c chan_create.c
/*
* 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/143791/5754402
sql create_tables.sql
# phpMyAdmin MySQL-Dump
# http://phpwizard.net/phpMyAdmin/
#
# Host: localhost Database : hymod_bddb
# (C) Copyright 2001
# Murray Jensen
# CSIRO Manufacturing Science a
www.eeworm.com/read/143791/5755104
sql create_tables.sql
# phpMyAdmin MySQL-Dump
# http://phpwizard.net/phpMyAdmin/
#
# Host: localhost Database : hymod_bddb
# (C) Copyright 2001
# Murray Jensen
# CSIRO Manufacturing Science a
www.eeworm.com/read/143434/5757965
c gsm_create.c
/*
* gsm_create.c
*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY
www.eeworm.com/read/141805/5768304
sql create_ora.sql
drop table LINEITEM;
drop table ORDERS;
drop table VENDOR_PART;
drop table VENDOR;
drop table PART_DETAIL;
drop table PART;
/* Self-ref to identify Bill of Material (BOM)
* Compound PK
*/
create t
www.eeworm.com/read/141805/5768433
sql create-table.sql
-- create tables for online banking app
-- also seeds next_id table w. initial values
DROP TABLE customer_account_xref;
DROP TABLE tx;
DROP TABLE customer;
DROP TABLE account;
DROP TABLE next_id;
CO
www.eeworm.com/read/140704/5784267
h create_mixtures.h
// file: create_mixtures.h
//
// definitions file for the utility that create initial mixture gaussians
//
// make sure definitions are made only once
//
#ifndef __ISIP_CREATE_MIXTURES
#define __ISI
www.eeworm.com/read/140704/5784270
cc create_mixtures.cc
// file: create_mixtures.cc
//
// this program does mixture splitting
//
// isip include files
//
#include "create_mixtures.h"
#include "create_mixtures_constants.h"
// main program
//
int main(int_