代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/131315/5932129
c seqpage.c
/*
* Sequential page access benchmark.
*/
#include
char *valloc();
main(argc, argv)
char *argv[];
{
register i, niter;
register char *pf, *lastpage;
int npages = 4096, pagesize
www.eeworm.com/read/157384/11713802
c cdb_seq.c
/* sequential record retrieval routines
*
* This file is a part of tinycdb package by Michael Tokarev, mjt@corpit.ru.
* Public domain.
*/
#include "common/setup_before.h"
#include "cdb_int.h"
#in
www.eeworm.com/read/234424/14113287
txt readme.txt
GPIO
This example application uses LEDs connected to GPIO pins to create a "roving
eye" display. Port B0-B3 are driven in a sequential manner to give the
illusion of an eye looking back and fort
www.eeworm.com/read/467516/1500155
as functionsequence.as
package flare.animate
{
import flare.util.Arrays;
import flare.util.Maths;
/**
* Transition that runs sub-transitions in sequential order while also
* invoking a function before each s
www.eeworm.com/read/467516/1500178
as ordinalscale.as
package flare.scale
{
import flash.utils.Dictionary;
import flare.util.Arrays;
/**
* Scale for ordered sequential data. This supports both numeric and
* non-numeric data, and simply pl
www.eeworm.com/read/231546/4715283
vim csp.vim
" Vim syntax file
" Language: CSP (Communication Sequential Processes, using FDR input syntax)
" Maintainer: Jan Bredereke
" Version: 0.5.0
" Last change: Fri May 4, 2001
" URL:
www.eeworm.com/read/326711/3470011
c fig11_07.c
/* Fig. 11.7: fig11_07.c
Reading and printing a sequential file */
#include
int main( void )
{
int account; /* account number */
char name[ 30 ]; /* account name */
www.eeworm.com/read/311683/3678564
cs utiilities.cs
using System;
using System.Text;
using System.Runtime.InteropServices;
using System.Drawing;
namespace LanMsg.AV
{
#region wave
[StructLayout(LayoutKind.Sequential)]
public struct WAVEH
www.eeworm.com/read/292670/3950893
readme
Once inserted, the stack offers a sockets-like API to the RT-Tasks
that can be used to send and receive packets over a network. The
sockets API is build over the "sequential API" (which is quite simil
www.eeworm.com/read/434629/1869895
java scoreserver.java
// ScoreServer.java
// Andrew Davison, March 2002, dandrew@ratree.psu.ac.th
/*
A sequential server that stores a client's score (and name) in a
list of top-10 high scores.
Understo