代码搜索:MyTask
找到约 314 项符合「MyTask」的源代码
代码结果 314
www.eeworm.com/read/170429/9807475
java dotask.java
import java.util.*;
import java.io.*;
public class doTask {
private java.util.Timer timer;
private java.util.TimerTask task;
public doTask(java.util.TimerTask task) {
this.timer = new Timer()
www.eeworm.com/read/160167/10561638
makefile
# Makefile
#
# Constructs Entry.obj, the entry point for MyTask
all: Entry.obj
.asm.obj:
ml /c /Fl /coff $*.asm
www.eeworm.com/read/160167/10561659
bat build.bat
debug ..\bin\Bootsctr.img < Debug.txt
del a:\*.img
copy Release\MyTask.img a:\
www.eeworm.com/read/453341/6952145
vcl gpsapi.vcl
Build Log
--------------------Configuration: Gpsapi - Win32 (WCE ARMV4I) Release--------------------
Command Lines
Creating temporary file "C:\
www.eeworm.com/read/141156/13035290
makefile
# Makefile
#
# Constructs Entry.obj, the entry point for MyTask
all: Entry.obj
.asm.obj:
ml /c /Fl /coff $*.asm
www.eeworm.com/read/141156/13035309
bat build.bat
debug ..\bin\Bootsctr.img < Debug.txt
del a:\*.img
copy Release\MyTask.img a:\
www.eeworm.com/read/306033/13754671
pb unit.pb
Namespace MyTask
Class B
Private x As String = "abc", y As Integer = 700
Sub New()
End Sub
Shared Function Create()
Return (New B())
End Function
End Cl
www.eeworm.com/read/306033/13754672
pc unit.pc
namespace MyTask {
class A {
var
x = 100, y = [500, 800];
void A(){} // Constructor
static void Create(){ // To create instances in paxPascal
return (new A());
www.eeworm.com/read/152092/5676015
c sched_toggle.c
/* PARALLEL
periodic scheduled task that toggles parallel port on each invocation.
Originally by Michael "FZ" Barabanov
Modified by Victor Yodaiken yodaiken@cs.nmt.edu
(c) Barabanov