代码搜索:started
找到约 5,214 项符合「started」的源代码
代码结果 5,214
www.eeworm.com/read/225347/14544477
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/124628/14556173
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/124417/14568665
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/119608/14825469
readme
README for Jabber Open Source Server (2.0s6)
Thanks for downloading jabberd 2.0. Below are some basic instructions to
get you started. Complete documentation is available at
http://www.jabberdoc.org/
www.eeworm.com/read/119273/14834929
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/119273/14834936
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/119273/14834964
cpp dynpoint.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
// DPOINT.CPP -- exercise in Getting Started
#include
#include
#include
#include "figures.h"
www.eeworm.com/read/119273/14835027
c salestag.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* SALESTAG.C--Example from Getting Started.
SALESTAG.C calculates a sales slip. */
#include
#define RATE 0.065
www.eeworm.com/read/216898/14987962
texi arrays-intro.texi
@node Array intro
@section Getting started
@cindex Array overview
Currently, Blitz++ provides a single array class, called
@code{Array}. This array class provides a dynamically
al
www.eeworm.com/read/215224/15066847
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