代码搜索:operators

找到约 8,993 项符合「operators」的源代码

代码结果 8,993
www.eeworm.com/read/445424/7595584

f90 tim_houbolt.f90

subroutine TIM_Houbolt() ! Purpose: Houbolt Method. use linear_operators use module_parameter use module_data use module_ioport implicit none integer i real :: c0, c1, c2, c3, c4,
www.eeworm.com/read/445424/7595585

f90 tim_gw3.f90

subroutine TIM_GW3() ! Purpose: GW3 or GW3ucs method. use linear_operators use module_parameter use module_data use module_ioport implicit none integer i,j,ii real :: Lk(3,3), Lc(3
www.eeworm.com/read/143498/12870468

m tnorm.m

% This file displays four t-norm operators % Copyright by Jyh-Shing Roger Jang, 6-22-93. colormap('default'); xx = 0:1:20; yy = 0:1:20; aa = 0:0.05:1; bb = 0:0.05:1; %bell_x = gbell_mf(xx, [4, 3,
www.eeworm.com/read/143498/12870504

m tconorm.m

% This file displays four t-conorm operators % Copyright by Jyh-Shing Roger Jang, 6-22-93. colormap('default'); xx = 0:1:20; yy = 0:1:20; aa = 0:0.05:1; bb = 0:0.05:1; %bell_x = gbell_mf(xx, [4, 3
www.eeworm.com/read/438832/7725851

sh patt-matching.sh

#!/bin/bash # patt-matching.sh # 使用# ## % %%来进行参数替换操作的模式匹配. parameter substitution operators. var1=abcd12345abc6789 pattern1=a*c # *(通配符)匹配a - c之间的任意字符. echo echo "var1 = $var1" # abcd12
www.eeworm.com/read/198623/7920289

s io1.s

/ / / io1 -- I/O operators .globl rerr .globl endio .globl rio4 .globl rio8 .globl iio2 .globl iio4 .globl lio2 .globl lio1 .globl cio8 .globl cio16 .globl ecvt .globl fcvt .globl _ndigit endio:
www.eeworm.com/read/216499/4892856

s io1.s

/ / / io1 -- I/O operators .globl rerr .globl endio .globl rio4 .globl rio8 .globl iio2 .globl iio4 .globl lio2 .globl lio1 .globl cio8 .globl cio16 .globl ecvt .globl fcvt .globl _ndigit endio:
www.eeworm.com/read/195341/5112264

s io1.s

/ / / io1 -- I/O operators .globl rerr .globl endio .globl rio4 .globl rio8 .globl iio2 .globl iio4 .globl lio2 .globl lio1 .globl cio8 .globl cio16 .globl ecvt .globl fcvt .globl _ndigit endio:
www.eeworm.com/read/369339/2801414

s io1.s

/ / / io1 -- I/O operators .globl rerr .globl endio .globl rio4 .globl rio8 .globl iio2 .globl iio4 .globl lio2 .globl lio1 .globl cio8 .globl cio16 .globl ecvt .globl fcvt .globl _ndigit endio:
www.eeworm.com/read/149876/5696542

ch powerset.ch

-- -- check powerset operators and built-ins -- ps: MODULE SYNMODE m_ps1 = POWERSET ULONG (0:8); DCL v_ps1 m_ps1 INIT := [1,3,5,7]; SYNMODE m_ps2 = POWERSET LONG (-100:100); DCL v_ps2 m_ps2 INIT :=