代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/408881/11366443
java ntierauth.java
/*
* A Ntier Authentication Sample
*
* It 1. create new users proxy and client
* grant corresponding privileges to them
* 2. create new roles role1, role2, and
* grant some operat
www.eeworm.com/read/263029/11379426
sql 数据库脚本.sql
/***************************创建数据库***********************************/
USE master
GO
CREATE DATABASE Renshi
GO
USE Renshi
GO
/***************************创建部门表****************************
www.eeworm.com/read/408584/11380737
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/408399/11389961
m makeldpc.m
function H = makeLdpc(M, N, method, noCycle, onePerCol)
% Create R = 1/2 low density parity check matrix
%
% M : Number of row
% N : Number of column
% method : Method for dist
www.eeworm.com/read/408172/11403032
tcl ring.tcl
# tcl script for AntNet algorithm on ring topology of 3 nodes
#number of nodes
set sz 3
#Create event Schedular
set ns [ new Simulator ]
#Open the Trace file
set tf [open antnet_trace.out w]
$ns t
www.eeworm.com/read/407720/11411569
sql family.sql
USE HrSys
GO
CREATE TABLE Family
(Id tinyint PRIMARY KEY IDENTITY,
Emp_Id int NOT NULL,
Name varchar(50) NOT NULL,
Sex char(2),
Age tinyint,
Relationship varchar(20),
www.eeworm.com/read/407650/11412598
cpp blobtrack.cpp
#include "cvaux.h"
#include "highgui.h"
#include
#include "myfgdetector.h"
/* select the correct function for doing case insensitive string comparaison */
#ifdef WIN32
#define MY_STRNICMP
www.eeworm.com/read/407650/11412644
cpp blobtrack.cpp
#include "cvaux.h"
#include "highgui.h"
#include
/* select the correct function for doing case insensitive string comparaison */
#ifdef WIN32
#define MY_STRNICMP strnicmp
#define MY_STR
www.eeworm.com/read/407425/11419609
txt sql.txt
CREATE DATABASE Hospital
GO
USE Hospital
GO
CREATE TABLE BaseType
(Id int PRIMARY KEY IDENTITY,
TypeId tinyint,
TypeName varchar(30)
)
GO
USE Hospital
GO
CREATE TAB
www.eeworm.com/read/406910/11432739
m tutorial_transmit.m
function tutorial
% Create the base stations
par.cellradius=1000;
par.sps=1;
par.km=1;
par.lm=2;
par.ncluster=2;
[xyb,fib,rombvec]=crecells(par.cellradius,par.sps,par.km,