代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/228954/4761516
cs readsequentialaccessform.cs
// Fig. 14.11: ReadSequentialAccessFile.cs
// Reading a sequential-access file.
// C# namespaces
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
usi
www.eeworm.com/read/216450/4893243
mod csp.mod
(*$R-*)
IMPLEMENTATION MODULE CSP;
(*
Module: Communicating Sequential Processes
From: "A Modula-2 Implementation of CSP",
M. Collado, R. Morales, J.J. Moreno,
SIGPlan Notices, Volume 22, Num
www.eeworm.com/read/216450/4893732
mod csp.mod
(*$R-*)
IMPLEMENTATION MODULE CSP;
(*
Module: Communicating Sequential Processes
From: "A Modula-2 Implementation of CSP",
M. Collado, R. Morales, J.J. Moreno,
SIGPlan Notices, Volume 22, Num
www.eeworm.com/read/437033/1836210
mod csp.mod
(*$R-*)
IMPLEMENTATION MODULE CSP;
(*
Module: Communicating Sequential Processes
From: "A Modula-2 Implementation of CSP",
M. Collado, R. Morales, J.J. Moreno,
SIGPlan Notices, Volume 22, Num
www.eeworm.com/read/434629/1869883
java selectscoreserver.java
// SelectScoreServer.java
// Andrew Davison, December 2002, dandrew@ratree.psu.ac.th
/* A non-blocking sequential server that stores a client's score
(and name) in a list of top-10 high scores.
www.eeworm.com/read/375613/2723228
mod csp.mod
(*$R-*)
IMPLEMENTATION MODULE CSP;
(*
Module: Communicating Sequential Processes
From: "A Modula-2 Implementation of CSP",
M. Collado, R. Morales, J.J. Moreno,
SIGPlan Notices, Volume 22, Num
www.eeworm.com/read/371704/2779148
m s_trace_numbers.m
function [index,ierr]=s_trace_numbers(seismic,varargin)
% Function outputs sequential trace numbers of seismic input traces based on header values
% Written by E. R., April 15, 2000
% Last updated:
www.eeworm.com/read/366702/2876168
f90 backspace_7.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/367274/9763159
h saa.h
#ifndef NASM_SAA_H
#define NASM_SAA_H
#include "compiler.h"
/*
* Routines to manage a dynamic sequential-access array, under the
* same restriction on maximum mallocable block. This array m
www.eeworm.com/read/200648/15428151
m seqhaar.m
function X = seqhaar(X, Level, Dim)
%SEQHAAR Sequential "S-transform" modified Haar wavelet.
% Y = SEQHAAR(X,L) computes the L level decomposition of an integer-
% valued signal X using the se