代码搜索:threadtest
找到约 1,334 项符合「threadtest」的源代码
代码结果 1,334
www.eeworm.com/read/322598/13375597
clw threadtest.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CThreadTestView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Th
www.eeworm.com/read/318367/13480298
cpp threadtest.cpp
// threadTest.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#include
#include //in libmoxu
#include //in libmoxu
www.eeworm.com/read/315774/13536716
java threadtest.java
import java.util.*;
class ThreadTest {
static int type = 4, num = 10; //定义资源数目和线程数目
static int[] resource = new int[type]; //系统资源总数
//static int[] copyResource = new int[type]; //副本
static
www.eeworm.com/read/312749/13605486
exe threadtest.exe
www.eeworm.com/read/312528/13610052
java threadtest.java
import java.awt.FlowLayout;
import java.awt.BorderLayout;
import java.awt.Button;
import java.awt.TextField;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import jav
www.eeworm.com/read/308397/13703018
exe threadtest.exe
www.eeworm.com/read/238599/13872410
java threadtest.java
package com.test;
public class ThreadTest extends Thread {
Test t;
private boolean stop = false;
public void setStop(boolean stop) {
this.stop = stop;
}
public ThreadTest(Stri
www.eeworm.com/read/238599/13872416
class threadtest.class
www.eeworm.com/read/142202/5765756
java threadtest.java
package com.xjt.nlp.word;
/**
* Title: Java中文分词组件
* Description: 本组件以中科院ICTCLAS系统为基础,在其基础之上改编,本组件仅供学习和研究用途,任何商业用途将自行承担法律后果,与组件编写人无关。
* Copyright: Copyright (c) 2004
*