代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/229812/4737416
h seqcltn.h
#ifndef SEQCLTN_H
#define SEQCLTN_H
/* SeqCltn.h -- declarations for abstract sequential collections
THIS SOFTWARE FITS THE DESCRIPTION IN THE U.S. COPYRIGHT ACT OF A
"UNITED
www.eeworm.com/read/216502/4890797
p2
.SH
3.6 I/O calls
.PP
The system calls to do I/O are designed to eliminate
the differences between the various devices and styles of
access.
There is no distinction between ``random''
and ``sequential
www.eeworm.com/read/168845/5434198
rst algorithms.rst
The MPL provides a broad range of fundamental algorithms aimed to
satisfy the majority of sequential compile-time data processing
needs. The algorithms include compile-time counterparts
of many
www.eeworm.com/read/300573/3845950
c tcpip.c
/**
* @file
* Sequential API Main thread module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary
www.eeworm.com/read/295367/3910919
c search.c
/* Copyright (C) 1999 Lucent Technologies */
/* From 'Programming Pearls' by Jon Bentley */
/* search.c -- test and time binary and sequential search
Select one of three modes by editing main()
www.eeworm.com/read/283121/4085885
f flush.f
subroutine flush (un)
* empties buffers for file unit 'un'.
* it works only for sequential files which have a name.
* this routine is AIX specific. the call should be
* compatible with DECfortra
www.eeworm.com/read/430479/1929819
c tcpip.c
/**
* @file
* Sequential API Main thread module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary
www.eeworm.com/read/361182/2952224
cs reobject.cs
namespace Imps.Client.Pc.BizControls
{
using System;
using System.Drawing;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential)]
public class REOBJEC
www.eeworm.com/read/361182/2952511
cs msg.cs
namespace Imps.Client.Utils.Win32
{
using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential)]
public struct MSG
{
public IntPtr hw
www.eeworm.com/read/473219/6848793
m bmilin.m
function diagnostic = bmilin(F,h,options)
%BMILIN Simple BMI solver based on sequential linearizations
%
% diagnostic = bmilin(F,h,options)
%
% EXTREMELY naive implementation of a local BMI solve