代码搜索:sequential

找到约 1,846 项符合「sequential」的源代码

代码结果 1,846
www.eeworm.com/read/208614/15242227

f90 ssearch.f90

! 顺序查找法范例 ! By Perng 1997/8/31 program SEQUENTIAL_SEARCH_DEMO implicit none integer, parameter :: N=10 integer :: A(N)=(/6,2,8,4,0,9,3,5,1,7/) ! 存放数据组的类型 integer KEY ! 记录所要找的
www.eeworm.com/read/162614/5523910

ada ce2206a.ada

-- CE2206A.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5524055

ada ce2102d.ada

-- CE2102D.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5524281

ada ae2113b.ada

-- AE2113B.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5526277

f90 backspace.f90

! { dg-do run } !pr18284 BACKSPACE broken open(unit=10,access='SEQUENTIAL',status='SCRATCH') do I = 1,200 write(10,*)I end do backspace(10) backspace(10)
www.eeworm.com/read/162614/5526478

f pr20950.f

! PR libfortran/20950 ! Original bug-report by Walt Brainerd, The Fortran Company ! { dg-do run } character*20 c inquire (33, sequential = c) if (c .ne. "UNKNOWN") call abort e
www.eeworm.com/read/370579/9595061

txt 四d触发器74175.txt

-- Quad D-Type Flip-flop -- This example shows how a conditional signal assignment statement could be used to describe sequential logic(it is more common to use a process). -- The keyword 'unaffect
www.eeworm.com/read/415351/11075491

txt 四d触发器74175.txt

-- Quad D-Type Flip-flop -- This example shows how a conditional signal assignment statement could be used to describe sequential logic(it is more common to use a process). -- The keyword 'unaffect
www.eeworm.com/read/415351/11075563

txt 四d触发器74175.txt

-- Quad D-Type Flip-flop -- This example shows how a conditional signal assignment statement could be used to describe sequential logic(it is more common to use a process). -- The keyword 'unaffect
www.eeworm.com/read/100350/15876350

awk stdnames.awk

BEGIN { count = 0 printf "\n/* The following defines are automatically generated. Do not edit. */\n\n" printf "\n/* These must be sequential beginning from zero */\n\n" } /^$/ { continue } /^#/ {