代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/484493/6577826
m ex29ch2.m
function ex29ch2(fun,window,npts)
% This is a modification of dfs.m to use an output function
% instead of an event function to deal with going out the
% bottom or top of the plot window.
% Form a di
www.eeworm.com/read/479933/6683943
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/478118/6720058
java ex5.java
// holding/Ex5.java
// TIJ4 Chapter Holding, Exercise 5, page 406
/* Modify ListFeatures.java so that it uses Integers (remember
* autoboxing!) instead of Pets, and explain any difference in
* re
www.eeworm.com/read/478118/6720124
java classtypecapture24.java
// generics/ClassTypeCapture24.java
// TIJ4 Chapter Generics, Exercise 24, page 667
// Modify Exercise 21 so that factory objects are held in the Map instead of Class.
import java.util.*;
impor
www.eeworm.com/read/478118/6720129
java fibonacci7.java
// generics/Fibonacci7.java
// TIJ4 Chapter Generics, Exercise 7, page 631
// Use composition instead of inheritance to adapt Fibonacci
// to make it interable.
import net.mindview.util.*;
import
www.eeworm.com/read/476664/6757275
bas modimageshack.bas
Attribute VB_Name = "modImageShack"
Option Explicit
Public Enum UpType
m_Inet = 0
m_Winsock = 1
End Enum
'// Prepare Body and Headers for image upload
'// Instead of making two func
www.eeworm.com/read/408584/11381756
makefile
include ../Make.defines
# Note: In the source code in this directory I #ifdef the constants
# IPv4, IPv6 (both lowercase "v"), and UNIXdomain. This is instead of
# the all-uppercase constants so tha
www.eeworm.com/read/404808/11477830
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/346528/11739368
m swapqudits.m
% swapqudits Swap two qudits of a qudit register
% swapqudits(rho,k,l) swaps qudits k and l of the quantum state
% rho. A state vector can also be given instead of
% the density matrix rho. I
www.eeworm.com/read/344239/11895081
java roshambo6.java
//: enumerated/RoShamBo6.java
// Enums using "tables" instead of multiple dispatch.
package enumerated;
import static enumerated.Outcome.*;
enum RoShamBo6 implements Competitor {
P