代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/377363/2701751
c tapefslib.c
/* tapeFsLib.c - tape sequential device file system library */
/* Copyright 1984-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01f,21feb99,
www.eeworm.com/read/373460/2761917
m smo.m
% SMO Sequential Minimal Optimization for SVM (L1).
% [Alpha,bias,nsv,kercnt,trnerr,margin]=smo(data,labels,ker,arg,C)
%
% [...]=smo(data,labels,ker,arg,C,eps,tol,Alpha,bias )
%
% To make executable
www.eeworm.com/read/366702/2876689
f90 fmt_read.f90
! { dg-do run }
! pr18398, missing data on sequential formatted reads
! test contributed by Thomas.Koenig@online.de
open(7,status='scratch')
write (7,'(F12.5)') 1.0, 2.0, 3.0
rewind(
www.eeworm.com/read/353640/3084681
c tapefslib.c
/* tapeFsLib.c - tape sequential device file system library */
/* Copyright 1984-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01f,21feb99,
www.eeworm.com/read/367442/9748079
m smo.m
% SMO Sequential Minimal Optimization for SVM (L1).
% [Alpha,bias,nsv,kercnt,trnerr,margin]=smo(data,labels,ker,arg,C)
%
% [...]=smo(data,labels,ker,arg,C,eps,tol,Alpha,bias )
%
% To make executable
www.eeworm.com/read/413190/11163678
vhd work_register.vhd
library ieee;
use ieee.std_logic_1164.all; -- each module will need to use std_logic
entity work_register is
port( reset : in std_logic; -- master reset, same for each sequential module
c
www.eeworm.com/read/188512/8533014
cpp fig17_07.cpp
// Fig. 17.7: Fig17_07.cpp
// Reading and printing a sequential file.
#include
using std::cerr;
using std::cout;
using std::endl;
using std::fixed;
using std::ios;
using std::left;
www.eeworm.com/read/188512/8533021
cpp fig17_04.cpp
// Fig. 17.4: Fig17_04.cpp
// Create a sequential file.
#include
using std::cerr;
using std::cin;
using std::cout;
using std::endl;
using std::ios;
#include // file stre
www.eeworm.com/read/373627/9446212
html ssi.html
R: Simulates Sequential Spatial Inhibition Point Process
www.eeworm.com/read/365797/9846510
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