-
基于matlab和C,包括LMS,CMA,MCMA自适应均衡器的程序和论文,论文说明很详细,可以提供相关参考...
基于matlab和C,包括LMS,CMA,MCMA自适应均衡器的程序和论文,论文说明很详细,可以提供相关参考-Including the LMS, CMA, MCMA adaptive equalizer procedures and papers, research papers explain in great detail and can provide relevant information
- 2023-04-13 16:25:03下载
- 积分:1
-
lib smis
lib smis
- 2022-02-18 15:42:20下载
- 积分:1
-
给出数n和m(m<9)个数字,求只含有m个数字的n的最小倍数.
给出数n和m(m
- 2022-02-02 20:08:56下载
- 积分:1
-
LED双向跑马灯
#include "SPCE061A.h"
void DelayMs(unsigned int ms)
{ //延时子程序
unsigned int i;
unsigned int j;
for(i=0; i
- 2022-04-23 15:15:34下载
- 积分:1
-
用VC编的运动控制卡程序.可以看看如何用VC来做运动控制程序....
用VC编的运动控制卡程序.可以看看如何用VC来做运动控制程序.
- 2022-06-17 23:24:12下载
- 积分:1
-
Oracle入门到精通的简易PPT教程。方便广大初学者和研究人士参考。...
Oracle入门到精通的简易PPT教程。方便广大初学者和研究人士参考。-The great book of Oracle.
- 2022-12-25 10:30:04下载
- 积分:1
-
Complex network
有关复杂网络研究的ppt,是从事复杂网络研究人员难得的资料。-Complex network-related research ppt, is engaged in a rare complex network of information researchers.
- 2022-04-30 14:57:21下载
- 积分:1
-
雷老虎短信平台对接程序
雷老虎短信平台的开发该源码可以连接雷老虎短信平台发送短信查询信息等
- 2022-07-12 10:22:02下载
- 积分:1
-
服务实验,通过在windows下添加服务,初步了解windows服务,以便使我们更好的学习windows...
服务实验,通过在windows下添加服务,初步了解windows服务,以便使我们更好的学习windows-pilot through the windows added services under a preliminary understanding of windows, to enable us to better learning windows
- 2022-03-06 20:59:05下载
- 积分:1
-
本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们...
本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下:
(1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件:
(2) 采用二级或二级以上的多级文件目录管理;
(3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”;
(4) 系统的外部特征应接近于真实系统,可设置下述文件操作命令:
命 令 功 能 命 令 功 能
Create 建立文件 Read 读文件
Open 打开文件 Write 写文件
Close 关闭文件 Copy 复制文件
Delete 撤消文件 Directory 查询目录
(5) 通过键盘使用该文件系统,系统应显示操作命令的执行结果。-the purpose of this design is by designing and debugging a simple file system, main operation is simulated documents the execution of the order to simulate document management, enable students to the main document commands the substance and the implementation process of a more in-depth understanding, They grasp of the basic method. Specific requirements are as follows : (1) design a support n user file system, each user can have multiple files : (2) use of two or more than two multi-level directory management; (3) the document should be set up to deposit control and protection methods, such as "the only
- 2023-04-23 12:45:04下载
- 积分:1