代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/307102/13728947
m deinterleave_bcch.m
function [ rx_enc ] = deinterleave_bcch(rx_data_matrix)
%
% deinterleave:
% This function does deinterleaving of de-multiplexed GSM
% information bursts, eg. 114 sequential b
www.eeworm.com/read/307091/13729238
m deinterleave_bcch.m
function [ rx_enc ] = deinterleave_bcch(rx_data_matrix)
%
% deinterleave:
% This function does deinterleaving of de-multiplexed GSM
% information bursts, eg. 114 sequential b
www.eeworm.com/read/409427/11327618
cs commapi.cs
using System;
using System.Data;
using System.Runtime.InteropServices;
namespace NiceTracker.Serial
{
[StructLayout(LayoutKind.Sequential)]
internal class CommTimeouts
{
public UInt32
www.eeworm.com/read/259580/11781468
cpp sequentialsearch1.cpp
// sequential search
#include
#include // has copy
using namespace std;
template
int sequentialSearch(T a[], int n, const T& x)
{// Search the unordered lis
www.eeworm.com/read/470713/1454658
java abstractsequentiallist.java
/* AbstractSequentialList.java -- List implementation for sequential access
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath i
www.eeworm.com/read/470693/1466548
java abstractsequentiallist.java
/* AbstractSequentialList.java -- List implementation for sequential access
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath i
www.eeworm.com/read/233448/4678721
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/233448/4689514
java abstractsequentiallist.java
/* AbstractSequentialList.java -- List implementation for sequential access
Copyright (C) 1998, 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Clas
www.eeworm.com/read/216499/4892534
p2
.s2
3.6 I/O calls
.es
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/209036/4987721
java abstractsequentiallist.java
/* AbstractSequentialList.java -- List implementation for sequential access
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath i