代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/208657/15239538
m pid2.m
function pid2;
%Massimo Davini 08/11/99
% put delgraf instead of delete(findobj('tag','grafico'));
% 25/may/02 Giampy
global stack;
watchon;
set(findobj('tag','plotol'),'visible','off');
www.eeworm.com/read/207031/15283887
h ppport.h
/* ppport.h -- Perl/Pollution/Portability Version 2.0002
*
* Automatically Created by Devel::PPPort on Tue Aug 19 19:52:35 2003
*
* Do NOT edit this file directly! -- Edit PPPort.pm instead.
*
www.eeworm.com/read/13871/284396
m myrand.m
function T = myrand(sizes)
% MYRAND Like the built-in rand, except myrand(k) produces a k*1 vector instead of a k*k matrix,
% T = myrand(sizes)
if length(sizes)==0
warning('myrand[]');
T =
www.eeworm.com/read/16502/674014
m setstr.m
%SETSTR Convert numeric values into character string.
% SETSTR has been renamed to CHAR. SETSTR still works but may be
% removed in the future. Use CHAR instead.
%
% See also CHAR, ISCHAR.
www.eeworm.com/read/34867/1046293
h combase.h
/* comBase.h - VxDCOM Base Definitions */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,21dec01,nel Use offset for DCC instead of adjustment in
www.eeworm.com/read/484315/1270338
properties displaytag_zh_cn.properties
# if set, file is downloaded instead of opened in the browser window
#export.[mymedia].filename=
#sort.behavior=list
#sort.amount=list
#basic.empty.showtable=true
#basic.msg.empty_list=No
www.eeworm.com/read/484315/1270348
properties displaytag_zh_cn.properties
# if set, file is downloaded instead of opened in the browser window
#export.[mymedia].filename=
#sort.behavior=list
#sort.amount=list
#basic.empty.showtable=true
#basic.msg.empty_list=No
www.eeworm.com/read/480682/1315655
h combase.h
/* comBase.h - VxDCOM Base Definitions */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,21dec01,nel Use offset for DCC instead of adjustment in
www.eeworm.com/read/480145/1322410
h combase.h
/* comBase.h - VxDCOM Base Definitions */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,21dec01,nel Use offset for DCC instead of adjustment in
www.eeworm.com/read/479151/1337761
makefile
#
# Makefile for the kernel SPARC audio drivers.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists instead of if-statements.
#
O_TARGET := sparcaudio.o
expor