资源列表

« 1 2 ... .03 .04 .05 .06 .07 408.09 .10 .11 .12 .13 ... 1044 »

[进程与线程SimpleThreadDemo

说明:简单给出了delphi下多线程的各种用法-Easy multithreading under delphi given the various uses
<lyl> 在 2025-02-26 上传 | 大小:13kb | 下载:0

[进程与线程java111

说明:有一个南北向的桥,只能容纳一个人,现桥的两边分别有10人和12人,编制一个多线程程序让这些人到达对岸,每个人用一个线程表示,桥为共享资源-A north-south bridge can only accommodate one person, on both sides of the bridge is now 10 and 12 respectively, the preparation of a multi-threaded pr
<> 在 2025-02-26 上传 | 大小:33kb | 下载:0

[进程与线程ThreadBool

说明:线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排
<lavey> 在 2025-02-26 上传 | 大小:179kb | 下载:0

[进程与线程Test0904

说明:本程序主要是用来讲解工作线程的基本用法,代码中有详细的注释加以说明,还用到嵌入桌面,配置文件等,有较高的参考学习价值。-This procedure is mainly used to explain the basic use of worker threads, the code comment in detail to illustrate, but also use an embedded desktop, configurat
<Nick> 在 2025-02-26 上传 | 大小:66kb | 下载:0

[进程与线程2

说明:多线程 排序 编程 VC++实现 OS作业 -Sorting multi-threaded programming
<钱心> 在 2025-02-26 上传 | 大小:7kb | 下载:0

[进程与线程process

说明:一个可以用来拦截进程是否通行的源码-Whether the process can be used to intercept a pass in the source
<夜に桜の雨> 在 2025-02-26 上传 | 大小:5kb | 下载:0

[进程与线程servlet.jar

说明:这不文档介绍了 多线程的安全 和单线程的不安全问题 大家多-This does not document describes the safety and single-threaded multi-threading problem we see more of insecurity
<hello> 在 2025-02-26 上传 | 大小:6kb | 下载:0

[进程与线程Threadinjection

说明:讲的是WINDOWS的线程注入方法,包括远程注入,需要注入进程的朋友注意了,里面资料很全-WINDOWS thread talking about the injection methods, including remote injection, friends need to pay attention injection process, which is all the information
<aaa> 在 2025-02-26 上传 | 大小:17kb | 下载:0

[进程与线程Doy_Thread

说明:基于多线程技术,实现年月日转化成年积日的转换。-Based on multi-threading technology, into the adult years at the date of conversion product.
<米朵> 在 2025-02-26 上传 | 大小:1.98mb | 下载:0

[进程与线程xianchengcharu

说明:远程插入线程,线程注入,本例通过注入windows自带的计算机来讲解,本例子分两部分,一个是源程序,一个是DLL文件,并通过DLL传递数据,消息拦截,实习了对被注入程序的各种消息嗅探。-Remote into the threads, thread injection, in this case comes through the windows into the computer to explain, in this case in
<zzz> 在 2025-02-26 上传 | 大小:153kb | 下载:0

[进程与线程MultiThread

说明:VC++多线程编程 线程池 线程调度 线程同步-Multi-threaded programming VC++ thread pool thread scheduling thread synchronization
<邵江> 在 2025-02-26 上传 | 大小:481kb | 下载:0

[进程与线程Process

说明: 模拟程序通过创建、初始化、修改进程控制块模拟进程的创建、撤消、唤醒、阻塞过程。进程创建时要求模拟为进程分配内存的功能,释放进程时模拟为内存回收功能。程序支持任意多个进程的控制过程。进程调度的策略:实时进程采用基于优先权的非抢占式调度、普通进程和批处理进程采用先进先出的抢占式调度。要求输出界面清晰,每完成一次操作(创建、撤消、阻塞、唤醒)能够输出当前运行进程、就绪进程和阻塞进程的id号、进程状态、进程优先权和进程类型(实时、分时、批处理
<> 在 2025-02-26 上传 | 大小:258kb | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 408.09 .10 .11 .12 .13 ... 1044 »

源码中国 www.ymcn.org