代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/163402/10162692
xae create.mk.xae
#!/bin/sh
#
# This script will determine if the system is a System V or BSD based
# UNIX system and create a makefile for xae appropriate for the system.
#
# $Header: /home/hugh/sources/aee/RCS/creat
www.eeworm.com/read/163402/10162725
aee create.mk.aee
#!/bin/sh
#
# This script will determine if the system is a System V or BSD based
# UNIX system and create a makefile for aee appropriate for the system.
#
# $Header: /home/hugh/sources/aee/RCS/creat
www.eeworm.com/read/357107/10216034
m create_channel.m
function [H, H_f]=create_channel(Mt, Mr, A, N);
% function [H, H_f]=create_channel(Mt, Mr, A, N);
%
% A - vector containing the power-delay profile (real values)
% Mt - number of Tx antennas
% M
www.eeworm.com/read/357107/10216045
asv create_channel.asv
function [H, H_f]=create_channel(Mt, Mr, A, N);
% function [H, H_f]=create_channel(Mt, Mr, A, N);
%
% A - vector containing the power-delay profile (real values)
% Mt - number of Tx antennas
% M
www.eeworm.com/read/162863/10262699
m create_channel.m
function [H, H_f]=create_channel(Mt, Mr, A, N);
% function [H, H_f]=create_channel(Mt, Mr, A, N);
%
% A - vector containing the power-delay profile (real values)
% Mt - number of Tx antennas
% M
www.eeworm.com/read/162863/10262730
asv create_channel.asv
function [H, H_f]=create_channel(Mt, Mr, A, N);
% function [H, H_f]=create_channel(Mt, Mr, A, N);
%
% A - vector containing the power-delay profile (real values)
% Mt - number of Tx antennas
% M
www.eeworm.com/read/426029/10292753
txt create_table.txt
create table PICT
(
ID VARCHAR2(20) not null,
PHOTO BLOB
)
www.eeworm.com/read/162078/10338597
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/162078/10338604
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/162078/10338612
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