代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/237122/13977381

htm ch11_16.htm

[Chapter 11] 11.16 Instead of Changing History Characters
www.eeworm.com/read/235478/14070879

cc system.cc

// System dependent routines // File: system.cpp / system.cc #include "system.hpp" double seconds() { #ifdef BSD // BSD system instead of SYSV rusage time; getrusage(RUSAGE_SELF,&time)
www.eeworm.com/read/200886/15420730

m mat2celldefault.m

function y = mat2cellDefault(x) %% uses the built-in mat2cell, but instead of having %% to specify all the row lengths, and all the column lengths, %% this assumes that x stores only one numeric
www.eeworm.com/read/105750/15659730

txt ucd-snmp-mib-old.txt

UCD-SNMP-MIB-OLD DEFINITIONS ::= BEGIN -- -- This mib is a badly created mib which has been replaced by a more -- properly created UCD-SNMP-MIB. Use that mib instead. This file -- exists fo
www.eeworm.com/read/105158/15677087

lua life.lua

-- life.lua -- original by Dave Bollinger posted to lua-l -- modified to use ANSI terminal escape sequences -- modified to use for instead of while local write=io.write A
www.eeworm.com/read/100281/15878093

c scsipt.c

/* * scsipt.c - Copyright (C) 1999 Jay A. Key * * Native NT support functions via the SCSI Pass Through interface instead * of ASPI. Although based on information from the NT 4.0 DDK from
www.eeworm.com/read/100073/15886544

todo

1) i) Get different forms of help instead of the current verbose mode one. ii) Write a man page. 2) introduce different levels of termination depending on how deep we are in the program. Curr
www.eeworm.com/read/188324/8549517

m difeqite.m

echo off %DIFEQITE Used in difeqdem. % Copyright 1987-2002 C. de Boor and The MathWorks, Inc. % latest change: December 24, 1989 % cb : 9 may '95 (use .' instead of ') % $Revision: 1.1
www.eeworm.com/read/388617/8595567

cpp arrfun2.cpp

// arrfun2.cpp -- functions with an array argument #include const int ArSize = 8; int sum_arr(int arr[], int n); // use std:: instead of using directive int main() { int cookies[
www.eeworm.com/read/388617/8596595

cpp arrfun2.cpp

// arrfun2.cpp -- functions with an array argument #include const int ArSize = 8; int sum_arr(int arr[], int n); // use std:: instead of using directive int main() { int cookies[