代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/378966/2678135
c seqdrv.c
/* seqDrv.c - sequential timer driver */
/* Copyright 1984-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01c,01feb95,rhp mark library man
www.eeworm.com/read/378966/2678985
c scsiseqlib.c
/* scsiSeqLib.c - SCSI sequential access device library (SCSI-2) */
/* Copyright 1989-1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02k,21f
www.eeworm.com/read/377363/2700889
c seqdrv.c
/* seqDrv.c - sequential timer driver */
/* Copyright 1984-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01c,01feb95,rhp mark library man
www.eeworm.com/read/377363/2701739
c scsiseqlib.c
/* scsiSeqLib.c - SCSI sequential access device library (SCSI-2) */
/* Copyright 1989-1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02k,21f
www.eeworm.com/read/353640/3083819
c seqdrv.c
/* seqDrv.c - sequential timer driver */
/* Copyright 1984-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01c,01feb95,rhp mark library man
www.eeworm.com/read/353640/3084669
c scsiseqlib.c
/* scsiSeqLib.c - SCSI sequential access device library (SCSI-2) */
/* Copyright 1989-1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02k,21f
www.eeworm.com/read/113029/15472294
cpp fig14_07.cpp
// Fig. 14.7: fig14_07.cpp
// Reading and printing a sequential file.
#include
using std::cout;
using std::cin;
using std::ios;
using std::cerr;
using std::endl;
using std::left;
www.eeworm.com/read/113029/15472299
cpp fig14_04.cpp
// Fig. 14.4: fig14_04.cpp
// Create a sequential file.
#include
using std::cout;
using std::cin;
using std::ios;
using std::cerr;
using std::endl;
#include
using s
www.eeworm.com/read/105116/15677493
txt sequence.txt
C#读硬盘序列号的原代码
public class IDE
{
[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)]
internal struct IDSECTOR
{
public ushort wGenConfig;
public ushort wNumCyls;
public u