代码搜索:MyTask

找到约 314 项符合「MyTask」的源代码

代码结果 314
www.eeworm.com/read/318362/13480668

java testthread2.java

public class TestThread2 { public static void main(String args[]) { MyTask mytask = new MyTask(100); Thread thread = new Thread(mytask); thread.start(); } } class MyTask implements Ru
www.eeworm.com/read/128895/14272929

java testthread2.java

public class TestThread2 { public static void main(String args[]) { MyTask mytask = new MyTask(100); Thread thread = new Thread(mytask); thread.start(); } } class MyTask implements Ru
www.eeworm.com/read/155364/11882403

lnp myos.lnp

"STARTUP.obj", "main.obj", "mytask.obj", "SCH51.obj" TO "myos"
www.eeworm.com/read/103510/6214819

c switches.c

/* COPYRIGHT (C) 2000 Emanuele Bianchi (bianchi@aero.polimi.it) Paolo Mantegazza (mantegazza@aero.polimi.it) This library is free software; you can redistribute it and/or modify
www.eeworm.com/read/306033/13754798

pp main.pp

program Demo; uses MyTask; var x: A; y: B; begin x := A.Create(); y := B.Create(); println x; println y; end;
www.eeworm.com/read/453197/6316726

c fftgraph.c

/************************************************************************ This program is part of the OpenMP Source Code Repository http://www.pcg.ull.es/OmpSCR/ e-mail: ompscr@zion.deioc.ull.es
www.eeworm.com/read/366806/9798232

java mytaskmain.java

import java.util.Timer; public class MyTaskMain { // This is the main method that starts the Timer. Notice we did not have to // call a start method on the Timer. It actually associates a thread
www.eeworm.com/read/427786/8921157

java timerdemo.java

import javax.microedition.midlet.*; import java.util.*; public class TimerDemo extends MIDlet { public void startApp() { //创建Timer对象 Timer timer = new Timer() ; //规定1秒之后执行MyTask
www.eeworm.com/read/379748/9178799

makefile

# Makefile # # Constructs Entry.obj, the entry point for MyTask all: Entry.obj .asm.obj: ml /c /Fl /coff $*.asm
www.eeworm.com/read/379748/9178818

bat build.bat

debug ..\bin\Bootsctr.img < Debug.txt del a:\*.img copy Release\MyTask.img a:\