代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/442119/7658862
telnet macro.telnet
#
# Shorewall version 4 - Telnet Macro
#
# /usr/share/shorewall/macro.Telnet
#
# This macro handles Telnet traffic. For traffic over the
# internet, telnet is inappropriate; use SSH instead
#
########
www.eeworm.com/read/439815/7701241
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/438832/7725775
sh primes.sh
#!/bin/bash
# primes.sh: Generate prime numbers, without using arrays.
# Script contributed by Stephane Chazelas.
# This does *not* use the classic "Sieve of Eratosthenes" algorithm,
#+ but instead
www.eeworm.com/read/438449/7731131
f90 io3f.f90
! example of parallel MPI write into a single file, in Fortran
PROGRAM main
! Fortran 90 users can (and should) use
! use mpi
! instead of include 'mpif.h' if their MPI implementation