代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/323948/3507181
m flxor.m
function z = flxor(x,y)
%FLXOR Perform integer exclusive OR (XOR) computation.
%
%WARNING: This is an obsolete function and may be removed in the future.
% Please use BITXOR instead.
%
www.eeworm.com/read/321760/3530211
h errno.h
/* errno is not a global variable, because that would make using it
non-reentrant. Instead, its address is returned by the function
__errno. */
#ifndef _SYS_ERRNO_H_
#ifdef __cplusplus
www.eeworm.com/read/318394/3569756
m flxor.m
function z = flxor(x,y)
%FLXOR Perform integer exclusive OR (XOR) computation.
%
%WARNING: This is an obsolete function and may be removed in the future.
% Please use BITXOR instead.
%
www.eeworm.com/read/318014/3573122
js featuresdemo.js
// Called instead of the SWFUpload _showUI method
var FeaturesDemo = {
start: function (swf_upload_instance) {
FeaturesDemo.SU = swf_upload_instance;
FeaturesDemo.cacheFields();
Features
www.eeworm.com/read/316872/3598295
h notifier.h
/*
* Routines to manage notifier chains for passing status changes to any
* interested routines. We need this instead of hard coded call lists so
* that modules can poke their nose into the innards
www.eeworm.com/read/316580/3610184
m flxor.m
function z = flxor(x,y)
%FLXOR Perform integer exclusive OR (XOR) computation.
%
%WARNING: This is an obsolete function and may be removed in the future.
% Please use BITXOR instead.
%
www.eeworm.com/read/316252/3612457
js calendardateinput.js
var DefaultDateFormat = 'MM/DD/YYYY'; // If no date format is supplied, this will be used instead
var HideWait = 3; // Number of seconds before the calendar will disappear
var Y2kPivotPoint = 76
www.eeworm.com/read/309934/3702920
java fields.java
package com.jacob.samples.ado;
import com.jacob.com.*;
public class Fields extends Dispatch
{
/**
* This constructor is used instead of a case operation to
* turn a Dispatch object into a
www.eeworm.com/read/309934/3702924
java field.java
package com.jacob.samples.ado;
import com.jacob.com.*;
public class Field extends Dispatch
{
/**
* This constructor is used instead of a case operation to
* turn a Dispatch object into a
www.eeworm.com/read/302701/3824563
makefile
# Makefile for os
INC=../../inc
include ..\..\common.mak
# Uncomment the next three variables to configure the stack here instead
# of in the headers. Note that the Makefile in the NDK_ROOT dir