代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/341236/12097102
makefile
# Hey Emacs, this is a -*- makefile -*-
#
# WinARM template makefile
# based on the WinAVR makefile written by Eric B. Weddington, J鰎g Wunsch, et al.
# Released to the Public Domain
# Please read th
www.eeworm.com/read/254771/12120175
h yabasic.h
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
header-file
this Program is subject to the GNU General Public License;
see the file yabasic.c for details.
www.eeworm.com/read/340846/12131210
sql family.sql
USE HR
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),
Wo
www.eeworm.com/read/254278/12150177
java meshfactory.java
import javax.microedition.lcdui.*;
import javax.microedition.m3g.*;
/**
* Static class that handles creation of code-generated Meshes
*/
public class MeshFactory
{
/** Creates a texture
www.eeworm.com/read/151685/12181830
pas ado_access.pas
{========================================}
{Unit name: ADO_Access.pas }
{Last modified: 2001.5.13 }
{Suit for: Delphi 5 }
{Purpose: Create/Compact
www.eeworm.com/read/151442/12210755
cpp sortmain.cpp
/*
Author: David Martinjak
Date: December, 2001
Email: martinfd@muohio.edu
This is a driver program I wrote to implement
the usage of the sort class header file. Your
needs and intentio
www.eeworm.com/read/253561/12214609
as player.as
import game.Hero;
import game.fish.*;
import mx.utils.Delegate;
class game.Player {
//放置游戏的路径
private var _target:MovieClip;
//游戏主角
private var _hero:Hero;
//游戏难度
private var _level:Nu
www.eeworm.com/read/151143/12232455
m seismic_examples1.m
% Seismic_examples1
% Example of the usage of seismic functions
clear all
presets
global S4M
% Create 50 reflection coefficient series from random Gaussian noise
reflect=s_conve
www.eeworm.com/read/151014/12239322
readme makemol.readme
Makemol - utility to make .mol files
1. Introduction.
----------------
Utility Makemol is intended to create file describing a molecule (.mol) for
the MDynaMix program from the two files: simple mo
www.eeworm.com/read/339328/12242354
txt textureimage.java.txt
/*
* @(#)TextureImage.java 1.26 02/10/21 13:57:32
*
* Copyright (c) 1996-2002 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or witho