代码搜索:Create

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

代码结果 10,000
www.eeworm.com/read/481033/6655757

sh mkhdr.sh

#!/bin/sh # Create the headers/interface files for non-C languages from the cryptlib # C header file. # Create the Delphi and VB headers. perl tools/GenPas.pl perl tools/GenVB.pl mv -f crypt
www.eeworm.com/read/480484/6664970

java jchat.java

import javax.swing.*; import javax.swing.event.*; import java.awt.*; import java.awt.event.*; import java.net.*; import java.io.*; public class JChat extends JFrame implements ActionListener
www.eeworm.com/read/480601/6666668

txt sql.txt

CREATE TABLE banji ( bNo char(10) , bName char(16), bManager char(10), bRenShu int, nNo char(10) ) ON PRIMARY GO CREATE TABLE nianji ( nNo char (10), nName char (16), zNo char(
www.eeworm.com/read/479074/6698988

m contents.m

% ---------------------------------- % --- SkyLab: Skyplot for MatLab --- % ---------------------------------- % % Version 2.0, last update: 12-OCT-2000 % Maintainers: Peter Joosten (Email: P.Joosten@
www.eeworm.com/read/479129/6699557

m quatwx.m

function Wx = quatWx(rates) % This will create the quaternion strapdown matrix % (4x4) from a row vector of body rates, [p q r]. % % Wx = quatWx([p q r]) p = rates(1); q = rates(2); r = rates(3); Wx
www.eeworm.com/read/479129/6699596

m quatwx.m

function Wx = quatWx(rates) % This will create the quaternion strapdown matrix % (4x4) from a row vector of body rates, [p q r]. % % Wx = quatWx([p q r]) p = rates(1); q = rates(2); r = rates(3); Wx
www.eeworm.com/read/479166/6700123

h createanddestroy.h

// Fig. 9.11: CreateAndDestroy.h // CreateAndDestroy class definition. // Member functions defined in CreateAndDestroy.cpp. #include using std::string; #ifndef CREATE_H #define CREATE
www.eeworm.com/read/478739/6701912

script final.script

CREATE SCHEMA PUBLIC AUTHORIZATION DBA CREATE TEXT TABLE USERS(ID VARCHAR NOT NULL PRIMARY KEY,PASSWORD VARCHAR NOT NULL) SET TABLE USERS SOURCE "users.csv;encoding=utf-8" CREATE TEXT TABLE USERANS
www.eeworm.com/read/478739/6701926

script sleep2.script

CREATE SCHEMA PUBLIC AUTHORIZATION DBA CREATE TEXT TABLE USERS(ID VARCHAR NOT NULL PRIMARY KEY,PASSWORD VARCHAR NOT NULL) SET TABLE USERS SOURCE "users.csv;encoding=utf-8" CREATE TEXT TABLE USERANS
www.eeworm.com/read/478739/6701929

script sleep3.script

CREATE SCHEMA PUBLIC AUTHORIZATION DBA CREATE TEXT TABLE USERS(ID VARCHAR NOT NULL PRIMARY KEY,PASSWORD VARCHAR NOT NULL) SET TABLE USERS SOURCE "users.csv;encoding=utf-8" CREATE TEXT TABLE USERANS