代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/329960/12924267
cpp create_sequence.cpp
/* @(#)create_sequence.cpp created by Peter Pipenbacher at 25 Apr 2002
*
* Authors: Peter Pipenbacher (pipenb@zpr.uni-koeln.de)
*
* __copyright__
*/
#include "ghmm++/GHMM.h"
#ifdef HAVE_NAMESPA
www.eeworm.com/read/243659/12929859
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 SOFTWA
www.eeworm.com/read/243659/12929870
o gsm_create.o
www.eeworm.com/read/243522/12936157
asv create_slot.asv
function [ slot ] = create_slot()
% Create a slot of an object
%
% INPUT
% none
% OUPUT
% slot(1, t) : the location x of an object at time t
% slot(2, t) : the location y of a
www.eeworm.com/read/243522/12936180
m create_slot.m
function [ slot ] = create_slot()
% Create a slot of an object
%
% INPUT
% none
% OUPUT
% slot(1, t) : the location x of an object at time t
% slot(2, t) : the location y of a
www.eeworm.com/read/243434/12941026
man pthread_create.man
.TH PTHREAD_CREATE 3 LinuxThreads
.SH NAME
pthread_create \- create a new thread
.SH SYNOPSIS
#include
int pthread_create(pthread_t * thread, pthread_attr_t * attr, void * (*start_routi
www.eeworm.com/read/142515/12942351
cpp gsm_create.cpp
/*
* 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 SOFTWA
www.eeworm.com/read/141545/13002099
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/141545/13002102
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/141545/13002103
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