代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/453446/7420483
erf synchronouscounter.erf
MESSAGE "File: .\src\VHDL code8.vhd"
MESSAGE "Compile Entity "counter""
MESSAGE "Compile Architecture "archi" of Entity "counter""
ERROR COMP96_0046: "Sequential statement expected." "c:\my desi
www.eeworm.com/read/441420/7670647
m contents.m
%GPS Toolbox
%Version 1.0 17-Oct-1997
%
%Directory: ash_base
%
%ASH_BASE Estimation of ambiguities by sequential least squares.
% Goad's "60-77 Algorithm" determines the final values
%
www.eeworm.com/read/438449/7731132
c io0.c
/* example of sequential Unix write into a common file */
#include "mpi.h"
#include
#define BUFSIZE 100
int main(int argc, char *argv[])
{
int i, myrank, numprocs, buf[BUFSIZE];
MPI
www.eeworm.com/read/480818/6662241
txt fano1.1.txt
Fano decoder v1.1
Copyright 1995 Phil Karn
This package includes an encoder and a soft-decision sequential
decoder for K=32, rate 1/2 convolutional codes. The decoder uses the
Fano algorithm.
www.eeworm.com/read/153776/12007352
txt ibm数据生成器所生成文件说明.txt
(1) Associations and Sequential Patterns:
Code:
assoc.gen.tar.Z (26,286 bytes)
Downloading and Compiling Tips
Usage:
gen lit|tax|seq [options]
gen lit|tax|seq -help For more d
www.eeworm.com/read/151143/12232777
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/252106/12302586
cs win32api.cs
using System;
using System.Runtime.InteropServices;
using System.Text;
// class to wrap up Windows 32 API constants and functions.
public class Win32API
{
[StructLayout(LayoutKind.Sequential)
www.eeworm.com/read/252106/12302600
cs win32api.cs
using System;
using System.Runtime.InteropServices;
using System.Text;
// class to wrap up Windows 32 API constants and functions.
public class Win32API
{
[StructLayout(LayoutKind.Sequential)
www.eeworm.com/read/490333/1200243
cs readsequentialaccessform.cs
// Fig. 17.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/233448/4681604
f90 backspace.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)