代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/303463/3810292
m addlmi.m
function sys = addlmi(F,X,handlestring)
% ADDLMI Obsolete.
%
% Use overloaded + instead.
%
% Author Johan L鰂berg
% $Id: addlmi.m,v 1.2 2004/07/19 13:54:35 johanl Exp $
error('addlmi is o
www.eeworm.com/read/303463/3810400
m setsdpvar.m
function setsdpvar(X,value,ls)
%SETSDPVAR Obsolete, use ASSIGN instead
% Author Johan L鰂berg
% $Id: setsdpvar.m,v 1.1 2006/08/10 18:00:22 joloef Exp $
if nargin
www.eeworm.com/read/301403/3840195
scen-670x670-50-600-20-1
#
### this scenario file uses node index of 0 instead of 1.
# nodes: 50, pause: 600.00, max speed: 20.00 max x = 670.00, max y: 670.00
#
set god_ [God instance]
$node_(0) set X_ 252.959383262454
$nod
www.eeworm.com/read/294038/3924214
makefile
#
# Makefile for linux/drivers/net/fc
#
# 9 Aug 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
O_TARGET := fc.o
obj-$(CONFIG_IPHASE5526) += iph5526.
www.eeworm.com/read/290808/3970765
h unpthread.h
/* Our own header for the programs that use threads.
Include this file, instead of "unp.h". */
#ifndef __unp_pthread_h
#define __unp_pthread_h
#include "unp.h"
void Pthread_create(pthread_t *, c
www.eeworm.com/read/290808/3970823
h unpthread.h
/* Our own header for the programs that use threads.
Include this file, instead of "unp.h". */
#ifndef __unp_pthread_h
#define __unp_pthread_h
#include "unp.h"
void Pthread_create(pthread_t *, c
www.eeworm.com/read/290808/3971207
h unpthread.h
/* Our own header for the programs that use threads.
Include this file, instead of "unp.h". */
#ifndef __unp_pthread_h
#define __unp_pthread_h
#include "unp.h"
void Pthread_create(pthread_t *, c
www.eeworm.com/read/290228/3983380
scen-670x670-50-600-20-1
#
### this scenario file uses node index of 0 instead of 1.
# nodes: 50, pause: 600.00, max speed: 20.00 max x = 670.00, max y: 670.00
#
set god_ [God instance]
$node_(0) set X_ 252.959383262454
$nod
www.eeworm.com/read/288937/3998918
h syscalls.h
#ifndef _BITS_SYSCALLS_H
#define _BITS_SYSCALLS_H
#ifndef _SYSCALL_H
# error "Never use directly; include instead."
#endif
/* This includes the `__NR_' syscall
www.eeworm.com/read/288937/3998923
h endian.h
/* ARM is (usually) little-endian but with a big-endian FPU. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#ifdef __ARMEB__
#define __BYTE_OR