搜索资源列表
MTDmag
- 可变式分区分配思想建立存储分块表MBT,使用首次适应法为新作业寻找可用空间。 输入内存空间大小、MBT表长度,显示初始MBT表的状态,以后每分配一次空间或释放一次空间都要显示当前的MBT表。当选择“分配空间”操作,则需要输入新作业所需的空间;当选择“释放空间”操作,则需要输入想要释放的作业号。-variable thinking of establishing regional distribution storage block table MBT, use the first metho
path
- simple windows cmd scr ipt to add new paths to PATH variable
preprocessor
- Handling preprocessor directives. Write a program that processes a preprocessor directive in the file containing the program in C. Should properly handle the directive # include, # define, # ifdef and ifndef. In the implementation of # de
xinhaofashengqi
- 基于CPLD的可变频率正弦信号发生器设计,方便初学者学习FPGA和CPLD-CPLD-based variable frequency sinusoidal signal generator design, easy for beginners to learn FPGA and CPLD
source
- 锯齿数组 实现一个“可变长二维数组”,这个二维数组的行数可由输入决定,每行的元素个数仍可由输入决定。每个数组元素值都是1. 执行结果如下: 请输入行数: 5 请输入第1行的元素个数: 20 请输入第2行的元素个数: 34 请输入第3行的元素个数: 17 请输入第4行的元素个数: 9 请输入第5行的元素个数: 25 11111111111111111111 111 111 11 111 111 11111 111111111 11
c-code
- 可变分区管理/时间片轮转算法/位示图管理磁盘存储空间 操作系统基本算法实现,亲测可用 -Variable partition management/time slice Round Robin/diagram Management disk storage space the operating system the basic algorithm, pro-test available
pcset
- 修改环境变量(计算机->属性->高级->环境变量->系统变量)-auto change system environment variable
var
- An example of using the same variable declarations in different scopes in C++ without conflicts
switch
- A switch statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each switch case.
py4
- 通过变量指针为变量输入值,同时利用指针比较整数的大小。-Pointer variable by variable input values, while taking advantage of the size of the integer pointer comparison.
storemanage
- 一个采用可变式分区分配的存储管理方案,可以模拟实现分区的分配和回收过程。分区管理法采用的是首次适应算法-Variable partition is assigned a use storage management solutions, it can be simulated distribution and recovery process partition. Partition management method uses a first-fit algorithm
DSP_Lab_Sin_Tri
- 波形采集。用MFC采集正弦波和方波,周期和采样率可变。-Waveform acquisition. MFC collection with sine and square waves, cycles and variable sampling rate.
StringSort
- 采用vector容器来进行字符串变量保存,同时根据排序规则实现字符串的排序。-Using vector container to save the string variable, while achieving the sort strings based on the collation.
Projects
- 三种VC 6.0的多线程同步方法编写一个多线程的程序(要求在屏幕上先显示Hello,再显示World) 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。-Three kinds of VC 6.0 multi-thread synchronization method to write a multi-threaded program (first display on the screen requires Hello, aga
