搜索资源列表
threadCtrl
- 线程控制,演示了对线程的启动、休眠、中断休眠、等待、唤醒等操作 。 -thread control, presentation of the threads start dormancy breaking dormancy, waiting, and awaken operational.
xian
- 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool class most of the work to mai
eCurve
- 二次曲线绘制:启动之后开始绘制二次曲线和小人,根据程序休眠时间对整个界面进行重绘,形成小人沿曲线移动的效果,也可以改变曲线的颜色
多功能测速仪设计
- 多功能自行车测速仪 ⒈ 对自行车进行实时速度的测量。显示出速度值。 ⒉ 能针对不同的车型进行选择。从而采用不同的模块进行测量。 ⒊ 能测量出当前环境的温度,以供使用者决定是否适宜进行运动。 ⒋ 显示当前日期时间,可以任意设定当前工作时间。 ⒌ 显示行车里程,运动时间。 ⒍ 可以自行设定采样频率 ⒎ 记录一段时间内的定时采样速度,存入制定单元。通过与PC机进行通讯,将数据传送到PC机中用如见进行处理,分析。得出运动或训练的情况。 ⒏ 配套软件bike v1.0可以将本次运动的速度绘制成速度曲线,以
email
- 邮件发送。。 通过2个线程发送邮件,一个用来读取邮件列表,不为空休眠,唤醒发送邮件的线程-Mail. . . . Send a message through the two threads, one for reading e-mail list is not empty sleep, wake up to send the message thread. . .
minglingmoshi(Java)
- Java中命令模式的应用例子,指定要删除的文件夹,同时还要休眠一段时间查看,创建文件夹和删除文件夹的过程。-Java application example in command mode, specify the folder you want to delete, but also sleep for some time to view, create folders and delete folders in the process.
T5a2
- 采用Java多线程技术编写程序,其中包括两个线程:A和B,其中A线程准备休眠一小时,B线程每隔一秒输入3句“起床”后,吵醒休眠的线程A。-Multithreading in Java programming, including two threads: A and B, where A thread is ready to sleep one hour, B type 3 thread every second " up" , the awakened dormant thre
webspider
- JOBO,网络爬虫。可以设置爬虫深度、休眠时间、是否从顶级域名下开始检索、是否全域名检索。可配置项多。JAVA源代码。 -Simply download the installation programm for your operating system and start it. It will guide you through the installation process
test12
- 用步骤1实现的两个线程类编写多线程程序,用于输出1-200间的奇数和偶数,输出奇数时,当输出值为101时,该线程需要休眠1秒钟-Step 1 two threads class writing multithreaded programs for output 1-200 between odd and even output odd, when the output value of 101, the thread sleeps for 1 second
JavaShadow
- Java阴影文字,源代码注释:实现文字运动的线程、文字颜色、背景颜色与阴影颜色、字体高度,运动速度和基线、实现跳动的Image对象、显示字体的FontMetrics对象、/根据Applet尺寸设置文字高度、根据文字宽度调整其高度、设置默认阴影颜色、实例化运动文字线程、线程休眠,即跳动间隔时间-Java shadow text, source code comments: the thread of text movement, text color, background color, and
Thread
- 一个简单的多线程程序的打印示例,其中包含程序的休眠操作-Print an example of a simple multi-threaded program, which includes the operating procedures of sleep
ccwlrw_v1.1
- .支持几乎所有服务器,不依赖于set_time_limit函数,没有死循环,资源消耗更少. 3.自定义执行次数,例如:自定义的次数为10次,当你的服务器不支持set_time_limit时,任务开始执行时,任务将会不间断重复执行10次 而当你的服务器支持set_time_limit 时,任务执行时,任务将会执行一次然后休眠1分钟,然后再执行一次,直到10次执行完,这需要10分钟.若支持set_time_limit,建议每次执行次数设定为1-10,更大将会加重服务器负荷.若不支持,建议每次执行