代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/148797/12425556
asm create_data.asm
/********************************************************************************************
**
** File: Create_Data.asm
** Date: 9-27-05
** Author: Sam Haidar
** Use: Convert a 24bit
www.eeworm.com/read/250058/12437924
js create_elements.js
addLoadListener(init);
function init()
{
var anchorText = document.createTextNode("monoceros");
var newAnchor = document.createElement("a");
newAnchor.appendChild(anchorText);
var parent =
www.eeworm.com/read/250058/12438581
js create_methods.js
var tweety = new Bird();
var numFeet = tweety.getFeetNum();
alert('The object "tweety" inherits ' + numFeet + ' feet');
function Bird()
{
this.feet = 2;
this.feathers = true;
this.get
www.eeworm.com/read/148696/12441144
mak create_accel.mak
# Nmake macros for building Windows 32-Bit apps
all: Create~1.exe
# Update the resource if necessary
show_~1.res: Create~1.rc Create~1.h
rc -r -fo Create~1.res Create~1.rc
# Update th
www.eeworm.com/read/148696/12441148
cpp create_accel.cpp
#include
#include "Create_Accel.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x
www.eeworm.com/read/148696/12441150
h create_accel.h
#define IDM_EXIT 100
#define IDM_ABOUT 101
#define IDM_TEST 200
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/148696/12441152
rc create_accel..rc
#include "windows.h"
#include "CrAccTbl.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/148696/12441386
cpp create_dialog.cpp
#include
#include "CreateDialog.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x