代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/395633/8166329
frm access.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3825
ClientLeft = 60
ClientTop = 450
ClientWidth = 5745
LinkTopic
www.eeworm.com/read/395332/8184003
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/395332/8184198
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/395147/8192700
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/194440/8193022
m contents.m
% CREWES synthetic seismogram toolbox
% This contains tools to create convolutional synthetic seismograms
%
%Wavelets
% EINAR ... Creates a constant Q impulse response wavelet according to Kjarta
www.eeworm.com/read/294862/8197382
8 wlanconfig.8
.TH "WLANCONFIG" "8" "October 2005"
.SH "NAME"
\fBwlanconfig\fP \- Create, destroy and manipulate madwifi VAPs
.SH "SYNOPSIS"
\fBwlanconfig create wlandev wlanmode
.TP
\fBwl
www.eeworm.com/read/193607/8213420
cpp val2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/193480/8224850
pas uxlsescher.pas
unit UXlsEscher;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
interface
uses UXlsBaseRecords, UXlsBaseRecordLists, UXlsOtherRecords,
XlsMessages,
www.eeworm.com/read/193480/8224942
pas uxlsclientdata.pas
unit UXlsClientData;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
interface
uses Classes, SysUtils, UXlsBaseRecords, UXlsBaseRecordLists, UXlsOtherRecor
www.eeworm.com/read/193335/8238259
java texturec.java
import java.applet.Applet;
import java.awt.*;
import java.awt.event.*;
import com.sun.j3d.utils.applet.MainFrame;
import com.sun.j3d.utils.universe.*;
import com.sun.j3d.utils.image.TextureLoader