代码搜索:threadtest
找到约 1,334 项符合「threadtest」的源代码
代码结果 1,334
www.eeworm.com/read/158283/11628045
c threadtest2.c
/*
** 2004 January 13
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivenes
www.eeworm.com/read/158283/11628135
c threadtest1.c
/*
** 2002 January 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivenes
www.eeworm.com/read/157653/11677249
c threadtest2.c
/*
** 2004 January 13
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivenes
www.eeworm.com/read/157653/11677325
c threadtest1.c
/*
** 2002 January 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivenes
www.eeworm.com/read/150619/12280200
class threadtest1.class
www.eeworm.com/read/150619/12280203
java threadtest1.java
class ThreadTest1{
public static void main(String args[]) {
/*下面两个语句用于输出提示信息*/
System.out.println("This an example about creating thread by inheriting from Thread class.");
/*启动名为“Jon”的线程*/
www.eeworm.com/read/150619/12280212
class threadtest2.class
www.eeworm.com/read/150619/12280216
java threadtest2.java
class ThreadTest2 implements Runnable{
Thread threadObj;
public static void main(String args[]) {
/*下面两个语句用于输出两行提示信息*/
System.out.println("This an example about creating thread by implementi
www.eeworm.com/read/128853/14276455
obj unit_threadtest.obj
www.eeworm.com/read/128853/14276458
~h unit_threadtest.~h
//---------------------------------------------------------------------------
#ifndef Unit_ThreadTestH
#define Unit_ThreadTestH
//-----------------------------------------------------------------