代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/214190/15111121
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/213892/15123243
cpp windowsapp.cpp
// WindowsApp.cpp : Defines the entry point for the application.
#include "stdafx.h"
#include "resource.h"
#include "mainwnd.h"
// The single, global ATL module
CComModule _Module;
// Entr
www.eeworm.com/read/213413/15135123
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/213349/15136820
sql bookorama.sql
create table customers
( customerid int unsigned not null auto_increment primary key,
name char(50) not null,
address char(100) not null,
city char(30) not null
);
create table orders
( orderid
www.eeworm.com/read/213091/15142706
txt database-design.txt
#
# Table structure for table `category`
#
CREATE TABLE category (
categoryid bigint(20) NOT NULL auto_increment,
parentcategoryid varchar(20) NOT NULL default '',
name varchar(20) NOT NULL de
www.eeworm.com/read/212828/15148579
c 9-1.c
#include "stdio.h"
#define MaxVertexNum 100 /*最大顶点数,应由用户定义*/
typedef char VertexType; /*顶点类型应由用户定义*/
typedef int EdgeType; /*边上的权值类型应由用户定义*/
typedef struct Gragh{
VertexType vexs[MaxVertexN
www.eeworm.com/read/212165/15165211
pas soundin.pas
unit soundin;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may
www.eeworm.com/read/212165/15165225
pas soundout.pas
unit soundout;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); yo
www.eeworm.com/read/212165/15165243
pas soundin.pas
unit soundin;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may
www.eeworm.com/read/212165/15165278
pas soundout.pas
unit soundout;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); yo