资源列表
http_thread
- 大学作业,用GCC编写的C语言程序。创建线程达到传送本地HTML文件。把HTML文件与其文件夹放置程序相同的文件夹,打开IE输入http://127.0.0.1:8080/文件名.html 即可成功打开-University of operations, prepared by the GCC using C language program. Create threads to transmit local HTML documents. Put HTML file folder with
111
- 多线程传递 多线程传递 多线程传递-Multi-threaded delivery
JYWRHREAGDSAFEAFEWEWAEWF
- sw有关java编程问题的收集 有关java编程问题的收集-sw java programming issues related to the collection of the java programming issues related to the collection of java programming the collection
MERGE_DL.C
- This program merges two DLL lists.
myinject
- 简单的线程注入程序 实现原理:建立系统快照,找到目标进程,注入-Thread into the process to achieve a simple principle: the establishment of system snapshots, find the target process, injection
tkgws
- 用C++实现了模拟退火算法求多元函数极值,可以避免陷入局部最优解(By c + + implementation of a simulated annealing algorithm for multivariate function extreme value, can avoid falling into local optimal solution)
ymzh
- 操作系统进程控制管理的程序源代码,经过测试可以正常运行-Operating system process control and management of the program source code
jincheng
- 给出几个进程的名称 ,状态,所需时间以及优先及 ,分别按先进先出算法和优先及调度算法来进行进程调度,并计算周转时间。-Several processes are given the name, status, priority and time required, as well as, respectively, by the FIFO algorithm and the priority and scheduling algorithm for process scheduling, and
Schedulingprioritynumber
- 设计一个按优先数调度算法实现处理器调度的程序-Design a scheduling algorithm is priority number by the processor scheduling program
RoundRobin
- 这个c程序是简单模拟进程调度,使用方法是简单轮转法和优先算法-C procedures for the simulation process is a simple scheduling, the use of a simple rotation law and the priority algorithm
reader_writer.c
- 进程间通信中经典的读者-写者问题,用信号量实现同步和互斥。-Interprocess communication in the classic reader- writer problem, synchronization with semaphores and mutexes.
pThread_PI
- 在linux环境下,用pthread的方法求PI值-compute PI using pthread