代码搜索:started
找到约 5,214 项符合「started」的源代码
代码结果 5,214
www.eeworm.com/read/385664/8793007
h cmd.h
/* $Id: cmd.h,v 1.2 2004/02/15 23:46:38 pfalcon Exp $
*
* CMD.H - header file for the modules in CMD.EXE
*
*
* History:
*
* 7-15-95 Tim Norman
* started
*
* 06/29/98 (Rob Lake
www.eeworm.com/read/385664/8793028
c color.c
/* $Id: color.c,v 1.1.1.1 2004/02/15 23:24:43 pfalcon Exp $
*
* COLOR.C - color internal command.
*
*
* History:
*
* 13-Dec-1998 (Eric Kohl )
* Started.
www.eeworm.com/read/182249/9210345
c kaodv-debug.c
/*
** kaodv-debug.c
**
** Made by (Erik Nordström)
** Login
**
** Started on Sat Dec 3 15:13:39 2005 Erik Nordström
** Last update Sun May 12 01:17:25 2002 Speed Blue
www.eeworm.com/read/168625/9904255
configure
#! /bin/sh
# SaVi 1.2.6 release.
echo
echo "SaVi: You need to read the savi1.2.6/README file."
echo "A brief getting-started summary is given here:"
echo " cd savi1.2.6; make ARCH=linux; ./savi"
ech
www.eeworm.com/read/163399/10162858
pl a_lang.pl
##!/usr/bin/perl
#
# Schpati - Pre-Alpha of AndyChat v3.xx
# MODULE: Language
#
# Started on Saturday, 12th of February, 2000 around 3.00pm
#
# 21st of July, 2002
# - (4.14am) Changed code to shutdow
www.eeworm.com/read/468070/6998970
java chatserver.java
/*
* 聊天室服务器
* 作者:王安宇
* 参考网络上的程序
*/
import java.io.*;
import java.net.*;
import java.util.*;
public class ChatServer {
boolean started = false;
ServerSocket ss = null;