搜索资源列表
wait.zip
- 运行一个程序并等待它运行结束
WaitDialog.zip
- 系统处于等待/忙状态时用的对话框
drag_expand.zip
- 拖Treeview的一项到Treeview的某位置等待两秒后,此位置的项自动打开子项
waiter.zip
- 执行并等待一个程序结束,并通知父进程的程序
xianchengtongbu
- 多线程协同工作过程中一些线程等待另一线程提供资源所以要线程之间要同步进行-multithreaded process to work together some threads awaiting another thread there to provide resources between the threads simultaneously
循环等待 死锁状态
- 通过各线程的等待模拟死锁,使初学者对死锁有一定的了解-through the threads of waiting Deadlock simulation, so beginners Deadlock have some understanding
WaitDialog等待对话框
- 该代码提供了一个很好的等待对话框例子。-The code provides a good example for dialog.
关于程序等待
- 关于程序等待
等待对话框
- 在运行程序时间过长时,弹出的等待对话框,在VC6.0下运行成功
dandao
- 编写并调试一个单道处理系统的作业等待模拟程序。 作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。 对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。 -Write and debug a single-channel processing system operating to wait for simulation
LoadingCircle
- vs2005c#自定义等待控件,仿MacOS X、FireFox、IE 7的等待控件,支持自定义颜色大小等-failed to translate
synchronization
- windows线程的创建和用线程等待实现线程的同步-windows thread creation and the use of threads waiting to achieve thread synchronization
特别好的等待窗口
- 非常漂亮的启动等待窗口,使用后将使你的软件高一档次了!
转发:UctSdk_win4.0.5
- 实现了用户在后台加载复杂程序时弹出等待窗体进行缓冲,避免程序卡死,用户体验改善(Realized the user in the background to load complex procedures, pop-up wait for the form of buffering, to avoid program card death, user experience improved)
C#实现等待进度
- 能够实现进度条的等待,有多种等待的样式,界面美观(to realize the grogress bar by C# language)
WaitForm等待窗口
- winform下执行事件时弹出等待窗口,避免程序假死,提升人性化体现(When an event is executed under the WinForm pop-up window to wait, avoid the procedure of suspended animation, humanization promotion)
516030910254_4_1
- 用于模拟现实中摆渡船渡车时车辆平均等待时间(For the simulation of the real car ferry crossing vehicle average waiting time)
qt用gif实现等待效果
- qt用gif实现等待效果,简单可用!!!!(QT uses GIF to realize the waiting effect, easy to use)
dlldiao
- 网上有好多使用多线程弹出式等待窗口作为程序中较长时间后台运行提示的,但是做的都不完善,尤其是用 waitThread.Abort() 杀死线程时容易产生异常,进而出错。本程序是比较完善的改进,利用多线程弹出等待窗口,并根据后台程序的运行需要实时发出运行状态信息到等待窗口中,当后台程序运行结束时给弹出窗口线程发出结束信号,让线程自行终止。程序运行环境 vs.net 2010(There are many online multi thread pop-up waiting windows as a