搜索资源列表
as
- 编写C语言程序,模拟UNIX磁盘空间管理中使用的分组链接法。 1.定义一个记录磁盘块号的堆栈S—free[10],以及记录栈中现有磁盘块数的变量S—nfree。 2.定义一个由40个元素构成的结构数组block[40]用作磁盘块存放。 struct size { int blocl[10] } struct blocd { struct size a[10] //用于在空闲磁盘块号链中存放磁盘块号 }block[40] 3. 假设系统中文件的最大
fskdigital
- 这是简易的FSK信号调制,把文件放入matlab的文件库中,通过在matlab的命令窗口直接调用功能函数并运行,可以直接看到仿真结果。-This is a simple FSK signal modulation, the file into Matlab file library, call function directly in the Matlab command window and run the simulation results can be seen directly.
fuzhihanshu
- 调用复制构造函数,在编辑C++程序中头文件的构造函数、复制函数及构造函数的使用说明-Call the copy constructor, the constructor header file in the editor C++ program, copy constructor function and use
