-
操作系统实验
本文档包含操作系统的六个实验(FCFS和SJF进程调度算法,时间片轮转RR进程调度算法,预防进程死锁的银行家算法,动态分区分配算法,虚拟内存页面置换算法,磁盘调度算法),文档最后附有源代码。(This document contains six experiments of the operating system (FCFS and SJF process scheduling algorithm, time slice rotation RR process scheduling algorithm, banker algorithm for preventing process deadlock, dynamic partition allocation algorithm, virtual memory page replacement algorithm, disk scheduling algorithm), and source code at the end of the document.)
- 2018-05-13 10:35:48下载
- 积分:1
-
M25P64
基于STM32F103的M25P64的驱动程序(the driver of the M25P64 based on the STM32F103)
- 2016-01-28 21:36:48下载
- 积分:1
-
HX711
说明: STM32F103驱动代码 用于学习 希望能帮助到您(STM32F103 Driver Code for Learning Hope to Help You)
- 2020-06-16 04:20:01下载
- 积分:1
-
window
matlab hann hamming window FFT DFT DTFT
- 2013-11-21 21:52:01下载
- 积分:1
-
CUDA_Matrix
CUDA的基礎的矩陣相乘法,包含CPU版本以及GPU版本(CUDA Matrix)
- 2013-09-07 00:56:32下载
- 积分:1
-
初始化一个10*10的方阵并计算对角线的和
构建10*10的矩阵用的是单for循环,比较考验智力。难点在如何使用单for循环控制次序和换行,望读后有所收获!
- 2022-01-28 16:05:40下载
- 积分:1
-
西门子PLC连接的动态链接库OPCsimensdaautomation.dll
主要用于西门子PLC和PC之间通过编程语言如C#等进行编程通讯的动态连接库。
- 2022-10-06 21:20:03下载
- 积分:1
-
openglprint
opengl打印功能,初学者的很好学习代码,语言简单清楚(opengl printing, good for beginners to learn the code, the language simple and clear)
- 2020-09-09 14:38:05下载
- 积分:1
-
VoiceModem
使用tapi实现的用语音modem进行接电话并播放wav文件的程序(A program which is realised by tapi, and in which a call is picked up and wav files can be played through voice modem )
- 2002-04-23 10:01:54下载
- 积分:1
-
StringEdit_Demo
I have often found that user input edit boxes on a dialog require much more than the capabilities provided by the basic CEdit control. A common problem I have encountered is the need for an edit control that restricts the characters that can be entered into the box in some manner. Some types of restrictions would include confining input to a specific set if legal characters, excluding characters in an illegal set, limiting text to a maximum length and providing for fixed length strings that may be padded to the right with spaces if they are too short.
- 2007-08-29 13:38:12下载
- 积分:1