搜索资源列表
mos
- MOS是一个批处理系统,它经由键盘接纳由软件模拟的计算机的指令及可使用MOS某些功能的系统调用书写的用户作业,在打印机上输出作业运行结果。该系统提供多个作业并行处理的功能,作业的输入/输出采用SPOLING技术,所要管理的外设是键盘、磁盘、打印机。 故MOS的设计者和实现者要处理/输出、中断、进程调度、作业调度、内外存管理和设备管理
MultiThread
- 测试多线程,把输出内容显示在窗体,可以更直观的看到线程执行的情况
Programming.Windows.CHS
- 如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋 奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程 序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位 图和元文件 ** 内核和打印机 ** 声音和音乐 **
multithread
- 多线程的程序,求素数。用户运行程序时在命令行输入一个素数,然后程序创建一个独立新的线程来输出小于或等于用户所输入数的所有素数。-Multithreaded program, find the prime numbers. When users run the program on the command line enter a prime number, then the program creates a separate new thread to output less than or
Critical
- 多线程编程技术,实现程序的不可再现性,进主程实现N的输出,进程1实现N++,再令N=0-windows API
Mutex_Critical
- 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
Process
- 模拟程序通过创建、初始化、修改进程控制块模拟进程的创建、撤消、唤醒、阻塞过程。进程创建时要求模拟为进程分配内存的功能,释放进程时模拟为内存回收功能。程序支持任意多个进程的控制过程。进程调度的策略:实时进程采用基于优先权的非抢占式调度、普通进程和批处理进程采用先进先出的抢占式调度。要求输出界面清晰,每完成一次操作(创建、撤消、阻塞、唤醒)能够输出当前运行进程、就绪进程和阻塞进程的id号、进程状态、进程优先权和进程类型(实时、分时、批处理)。-Process
multiThreads
- 多线程的一个简单小程序测试 通过输出不同的符号来观察-A simple multi-threaded through a small program to test the output to observe the different symbols
duoxiangchengpaixu
- 多线程排序---希尔排序、快速排序、堆排序,并储存结果和输出结果!-Multi-threaded sort--- Hill sort, quick sort, heap sort, and store the results and output results!
Experiment_Signal
- 创建两个子进程,在进程执行中让父进程捕获键盘上传来的中断信号。 当多捕捉到中断信号后,父进程向两个子进程发出信号,子进程捕捉到该信号后分别输出: (1)“child process1 is killed by parent!” (2)“child process2 is killed by parent!” -Create two sub-processes, in the process of implementation so that the parent proce
primenumber
- 最大素数计算器,利用多线程同步实现计算所有不大于输入数据的所有素数并将其结果输出。线程数可调-The largest prime number calculator, using multi-thread synchronization to achieve the calculation of all the input data is not greater than all the prime numbers and the results output. Adjustable numbe
Windows_program
- Windows多线程程序,运用C++管理学生所选课程分数信息多线程程序。实现基本存储、查找删除输出等-Windows multi-threaded program, using C++ course grade information management students to the selected multi-threaded programs. For basic storage, find deleted output
Threaded
- 多线程程序,未进行数据保护。程序打开一个text文件,线程按行从文件中读取数据同时计算每行 的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even
SleepyzzZ_MultithreadRC4
- 多线程实现RC4算法加解密,包含RC4算法类,日志输出类-Multithreading RC4 encryption and decryption algorithms, including RC4 algorithm class, the log output class
DFTaFFT-Concurrent
- 多线程实现DFT和FFT算法 采用手动管理线程 结果输出至文本 未优化效率不高 -MultiThread DFT FFT
sjodb
- 多天线输入多输出技术正交频分复用技术结合,利用matlab仿真其不同信道估计()
PI
- 编写程序计算 PI 值 要求: ① 采用至少两种 线程分配方法; ② 使用时间函数统计每个线程的计算时间,对比分析哪种分配方法更优; ③ 程序调试及运行,输出运行结果。(Write programs to calculate PI values Requirements: 1.Use at least two kinds of thread allocation methods; 2.Use time function to calculate the computation ti