代码搜索:started
找到约 5,214 项符合「started」的源代码
代码结果 5,214
www.eeworm.com/read/133943/5897327
readme
This directory contains code for hierarchical mixture of experts,
written by Pierpaolo Brutti (May 2001). Run the file hmemenu to get started.
www.eeworm.com/read/131315/5945020
dist makefile.dist
# a very simple makefile...
pmake:
@echo 'make started.'
cc -I. -c *.c
cd lst.lib; cc -I.. -c *.c
cc *.o lst.lib/*.o -o pmake
@echo 'make completed.'
www.eeworm.com/read/129640/5971517
tpl forum_newthread_notify.tpl
Hello {X_UNAME},
A new topic "{THREAD_NAME}" has been started in the forum "{FORUM_NAME}".
Follow this link to view this thread:
{THREAD_URL}
Follow this link to view the forum:
{FORUM_URL}
www.eeworm.com/read/125819/6020956
test
#!/bin/bash
# Try out the simulator. Route serial port output to a text file.
# After simulator is started, you need to type:
# run
# stop
# quit
s51 -Sout=serial.txt hi.ihx
www.eeworm.com/read/124619/6044130
java sleepcommand.java
public class SleepCommand implements Command
{
private Command wakeupCommand = null;
private ActiveObjectEngine engine = null;
private long sleepTime = 0;
private long startTime = 0;
www.eeworm.com/read/119340/6090305
java uitemplate.java
/*
* UITemplate.java
*
* Created on 26. Oktober 2003, 22:40
*/
package org.gudy.azureus2.ui.common;
/**
*
* @author tobi
*/
public abstract class
UITemplate
implements IUser
www.eeworm.com/read/115011/6120820
pl conv_dsw.pl
#!/usr/bin/perl
use strict;
my %raine_dsw =
(
"Unknown" => "MSG_UNKNOWN",
"Off" => "MSG_OFF",
"On" => "MSG_ON",
"Coin_A" => "MSG_COIN1",
"9C_1C" => "MSG_9COIN_1PLAY",
www.eeworm.com/read/110075/6165845
java datasource.java
package com.sun.media.protocol.screen;
import javax.media.Time;
import javax.media.MediaLocator;
import javax.media.protocol.*;
import java.io.IOException;
// 数据源类:从采集屏幕设定区域图像作为实时数据源
public
www.eeworm.com/read/110075/6165846
java livestream.java
package com.sun.media.protocol.screen;
import java.awt.*;
import java.awt.image.BufferedImage;
import javax.media.*;
import javax.media.format.*;
import javax.media.protocol.*;
import java.io.
www.eeworm.com/read/101649/6236052
java datasource.java
package com.sun.media.protocol.screen;
import javax.media.Time;
import javax.media.MediaLocator;
import javax.media.protocol.*;
import java.io.IOException;
// 数据源类:从采集屏幕设定区域图像作为实时数据源
public