代码搜索:started
找到约 5,214 项符合「started」的源代码
代码结果 5,214
www.eeworm.com/read/421154/10752715
h sync.h
/* m-sequence generated by polynomial x^6 + X^5 + 1, started in the 100000
* state and augmented with an extra 0 at the front to make a 64-bit sequence
* 0000 0010 0001 1000 1010 0111 1010 0011
www.eeworm.com/read/420088/10817572
readme
Josh's Linux Guide
Written by Joshua Go (jgo@local.net, http://www.local.net/~jgo/)
This guide was originally started to be a reference for myself in
the event that I forgot how to install Red Hat.
www.eeworm.com/read/270995/11013178
c pvmfitness.c
#include
#include
#include "petrol.h"
#include "utils.h"
static int started = FALSE;
static int nhosts;
static struct pvmhostinfo *hinfo;
static int
www.eeworm.com/read/270669/11030485
h sync.h
/* m-sequence generated by polynomial x^6 + X^5 + 1, started in the 100000
* state and augmented with an extra 0 at the front to make a 64-bit sequence
* 0000 0010 0001 1000 1010 0111 1010 0011
www.eeworm.com/read/112494/6962831
h driver.h
// Driver.h - Chapter 9
//
// Copyright (C) 2000 by Jerry Lozano
//
#pragma once
extern "C" {
#include
}
#include "Unicode.h"
enum DRIVER_STATE {Stopped, Started, Removed};
t
www.eeworm.com/read/467296/7009427
bat start-team.bat
@echo off
rem This script starts the UvA_Trilearn_2002 team. When player numbers are
rem supplied before the (optional) host-name and team-name arguments only
rem these players are started, otherw
www.eeworm.com/read/210238/7127451
log __projnav.log
Project Navigator Auto-Make Log File
-------------------------------------
Started process "Create Schematic Symbol".
Compiling vhdl file e:/mimasuo/fpq10ms.vhdl in Library work.
Entity
www.eeworm.com/read/462821/7195369
cpp string.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
//STRING.CPP--Example from Getting Started */
#include
#include
class String {
char *char_ptr; // p
www.eeworm.com/read/462821/7195376
h stack2.h
// Borland C++ - (C) Copyright 1991 by Borland International
// stack2.h: A Stack class derived from the List class
// from Getting Started
#include "list2.h"
class Stack : public List
www.eeworm.com/read/462821/7195404
cpp dynpoint.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
// DPOINT.CPP -- exercise in Getting Started
#include
#include
#include
#include "figures.h"