代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/158793/5594808
c wait.c
/*
* Connect to the server, then wait until terminated (useful for stopping the server
* from exiting without a window manager)
*/
#include "nano-X.h"
int main()
{
char c;
read(GrOpen(), &c, 1)
www.eeworm.com/read/158106/5598544
c wait.c
/*
* Connect to the server, then wait until terminated (useful for stopping the server
* from exiting without a window manager)
*/
#include "nano-X.h"
int main()
{
char c;
read(GrOpen(), &c, 1)
www.eeworm.com/read/112400/15486468
txt rfc1784.txt
Network Working Group G. Malkin
Request for Comments: 1784 Xylogics, Inc.
Updates: 1350
www.eeworm.com/read/106679/15627470
txt rfc1784.txt
Network Working Group G. Malkin
Request for Comments: 1784 Xylogics, Inc.
Updates: 1350
www.eeworm.com/read/106213/15644111
c h0801.c
#include
#include
#include
int main(void)
{
struct tm t;
char str[80];
/* sample loading of tm structure */
t.tm_sec = 1; /* Seconds */
t.tm
www.eeworm.com/read/105855/15657821
bat wsrun.bat
echo off
mode bw80
wsmenu
echo The program has terminated
PAUSE
mode co80
echo on
www.eeworm.com/read/291646/8405368
java clientthread.java
import java.util.Random;
public class ClientThread extends Thread {
private final Channel channel;
private static final Random random = new Random();
private volatile boolean termina
www.eeworm.com/read/291646/8405377
java workerthread.java
public class WorkerThread extends Thread {
private final Channel channel;
private volatile boolean terminated = false;
public WorkerThread(String name, Channel channel) {
super
www.eeworm.com/read/390482/8463625
pas informationunit.pas
unit InformationUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, RzButton ,CalculateThreadUnit ;
type
Tfrm