代码搜索:sequential

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

代码结果 1,846
www.eeworm.com/read/490333/1200293

cs createsequentialaccessfile.cs

// Fig 17.9: CreateSequentialAccessFile.cs // Creating a sequential-access file. // C# namespaces using System; using System.Drawing; using System.Collections; using System.ComponentModel; us
www.eeworm.com/read/473395/1398709

files

This directory contains architecture and compiler specific stuff for porting lwIP to the C16x and ST10 microcontrollers. The compiler specifics are for Tasking EDE v7.5r2. The sequential API has
www.eeworm.com/read/233448/4681679

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/228954/4761488

cs createsequentialaccessfile.cs

// Fig 14.9: CreateSequentialAccessFile.cs // Creating a sequential-access file. // C# namespaces using System; using System.Drawing; using System.Collections; using System.ComponentModel; us
www.eeworm.com/read/175689/5343425

m smo.m

function model = smo( data, options, init_model) % SMO Sequential Minimal Optimization for binary SVM with L1-soft margin. % % Synopsis: % model = smo( data ) % model = smo( data, options ) % model
www.eeworm.com/read/162614/5526373

f90 unf_io_convert_1.f90

! { dg-do run } ! { dg-options "-pedantic" } ! This test verifies the most basic sequential unformatted I/O ! with convert="swap". ! Adapted from seq_io.f. ! write 3 records of various sizes !
www.eeworm.com/read/326711/3470009

c fig11_03.c

/* Fig. 11.3: fig11_03.c Create a sequential file */ #include int main( void ) { int account; /* account number */ char name[ 30 ]; /* account name */ double balanc
www.eeworm.com/read/428780/1954099

m smo.m

function model = smo( data, options, init_model) % SMO Sequential Minimal Optimization for binary SVM with L1-soft margin. % % Synopsis: % model = smo( data ) % model = smo( data, options ) % model
www.eeworm.com/read/366702/2877204

f90 unf_io_convert_1.f90

! { dg-do run } ! { dg-options "-pedantic" } ! This test verifies the most basic sequential unformatted I/O ! with convert="swap". ! Adapted from seq_io.f. ! write 3 records of various sizes !
www.eeworm.com/read/366702/2877569

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