代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/221024/14771379
html http:^^www.cs.washington.edu^education^courses^370^currentqtr^admin^schedule.html
Date: Mon, 02 Dec 1996 14:37:43 GMT
Server: NCSA/1.4.2
Content-type: text/html
CSE370 Schedule
CSE370 Schedule
www.eeworm.com/read/210896/15190152
prm default.prm
[parameter:Global]
Format="%s"
ParamName="Global"
NumberOfLines="0"
Table="Default.xls"
GenerateNewVal="EachIteration"
NumOfTotalIterations="1"
Type="Spreadsheet"
OriginalValue=""
Repeat="1"
www.eeworm.com/read/210896/15190188
prm default.prm
[parameter:Global]
Format="%s"
ParamName="Global"
NumberOfLines="0"
Table="Default.xls"
GenerateNewVal="EachIteration"
NumOfTotalIterations="1"
Type="Spreadsheet"
OriginalValue=""
Repeat="1"
www.eeworm.com/read/169400/5421504
cs apisstructs.cs
using System;
using System.Runtime.InteropServices;
namespace System.Runtime.InteropServices.APIs
{
public class APIsStructs
{
#region DLLVERSIONINFO
[StructLayout(LayoutKind.Sequential
www.eeworm.com/read/169400/5422676
cs structs.cs
// *****************************************************************************
//
// Copyright 2004, Weifen Luo
// All rights reserved. The software and associated documentation
// supplied
www.eeworm.com/read/162614/5523187
f90 inquire_1.f90
! PR 14831
CHARACTER*4 BLANK
CHARACTER*10 ACCESS
OPEN(UNIT=9,ACCESS='SEQUENTIAL')
INQUIRE(UNIT=9,ACCESS=ACCESS,BLANK=BLANK)
IF(BLANK.NE.'NULL') CALL ABORT
IF(
www.eeworm.com/read/162614/5526298
f90 endfile.f90
! { dg-do run }
! pr18364 endfile does not truncate file.
! write out 20 records
! rewind
! read 10 records
! endfile
! close file
! open file
! detect file has only 10 records
www.eeworm.com/read/158865/5592873
c wsfe.c
/*write sequential formatted external*/
#include "f2c.h"
#include "fio.h"
#include "fmt.h"
extern int f__hiwater;
int
x_wSL(Void)
{
int n = f__putbuf('\n');
f__hiwater = f__recpos = f__cursor = 0;