代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/101238/15840238
cs structs.cs
using System;
using System.Drawing;
using System.Runtime.InteropServices;
namespace UtilityLibrary.Win32
{
///
/// Structures to interoperate with the Windows 32 API
///
www.eeworm.com/read/431675/8662195
m mappingtype.m
%MAPPINGTYPE Determine mapping type
%
% n = mappingtype(W)
%
% n = 1 : combiner
% n = 2 : fixed
% n = 3 : untrained
% n = 4 : trained
function n = mappingtype(w)
if isstr(w.d);
if strcmp(w.d,'co
www.eeworm.com/read/168950/9887227
txt readme.txt
Windows Workflow Foundation - My First Sequential Workflow
Written by: Stephen W. Thomas
Contact: swthomas@biztalkgurus.com
Blog: http://www.geekswithblogs.net/sthomas
Website: http://www.biztal
www.eeworm.com/read/279175/10457438
texi filter.texi
@node Filtering
@comment node-name, next, previous, up
@chapter Filtering
Zebra provides many very flexible filtering features. Filtering is used
for both input and output of the routing informa
www.eeworm.com/read/424063/10502338
htm htb_code.htm
Block list for Error-Control Coding Library
Error-Control Coding
The modulation and demodulation library includes the following sublibrar
www.eeworm.com/read/418695/10935524
m mappingtype.m
%MAPPINGTYPE Determine mapping type
%
% n = mappingtype(W)
%
% n = 1 : combiner
% n = 2 : fixed
% n = 3 : untrained
% n = 4 : trained
function n = mappingtype(w)
if isstr(w.d);
if strcmp(w.d,'co
www.eeworm.com/read/418434/10946220
qmsg prev_cmp_flicker_led.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/448648/7528307
texi filter.texi
@node Filtering
@comment node-name, next, previous, up
@chapter Filtering
Zebra provides many very flexible filtering features. Filtering is used
for both input and output of the routing informa
www.eeworm.com/read/397102/8068394
m mappingtype.m
%MAPPINGTYPE Determine mapping type
%
% n = mappingtype(W)
%
% n = 1 : combiner
% n = 2 : fixed
% n = 3 : untrained
% n = 4 : trained
function n = mappingtype(w)
if isstr(w.d);
if strcmp(w.d,'co
www.eeworm.com/read/246868/12700451
c project1.c
#include
#include
#include
#include
int a[10000]; /* array initializaion */
int main ( )
{