代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/227728/14414786
m create_channel.m
function [H, H_f]=create_channel(Mt, Mr, A, N);
% function [H, H_f]=create_channel(Mt, Mr, A, N);
%
% A - vector containing the power-delay profile (real values)
% Mt - number of Tx antennas
% M
www.eeworm.com/read/227723/14416627
txt create table.txt
use nene
CREATE TABLE [chetemp2] (
[chname] [char] (16) ,
[hs] [float] DEFAULT (0),
[sz] [float] DEFAULT (0),
[sf] [float] DEFAULT (0),
[amt_hs] [float] DEFAULT (0),
[amt_sz] [float]
www.eeworm.com/read/226951/14445966
sql create_table.sql
--建立学生情况数据表
CREATE TABLE STUDENT
(SNO CHAR(5),
SNAME VARCHAR(10) NOT NULL,
SDEPT CHAR(2) NOT NULL,
SCLASS CHAR(2) NOT NULL,
SSEX
www.eeworm.com/read/124819/14536635
png db_create.png
www.eeworm.com/read/225025/14557539
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 FOR THIS SOFTWARE.