-
导纳矩阵的形成方法,用于电力系统潮流计算分析相当有用.
导纳矩阵的形成方法,用于电力系统潮流计算分析相当有用.-admittance matrix formation method for power flow analysis has been useful.
- 2023-06-29 13:05:04下载
- 积分:1
-
齿轮检测软件,用来检测或计算齿轮用。
无密码。
齿轮检测软件,用来检测或计算齿轮用。
无密码。- Gear examination software, uses for to examine or calculates
the gear to use. Does not have the password.
- 2022-03-21 10:30:56下载
- 积分: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
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
对ZBTSRAM接口的详细介绍
对学习ZBTSRAM接口的设计有一定帮助
对ZBTSRAM接口的详细介绍
对学习ZBTSRAM接口的设计有一定帮助-ZBTSRAM interface for a detailed introduction to learning ZBTSRAM interface design has a certain extent, help
- 2022-06-27 19:22:13下载
- 积分:1
-
0808数摸转换程序,能够达到一定要求的数值自动报警.
0808数摸转换程序,能够达到一定要求的数值自动报警.-0808 the number of touch the conversion process, to achieve a certain numerical requirements of automatic alarm.
- 2022-02-01 11:56:47下载
- 积分:1
-
vc write tanks Maze procedure
vc写的坦克走迷宫程序-vc write tanks Maze procedure
- 2023-08-16 00:50:03下载
- 积分:1
-
Golf game sources. Operational system: DOS. Compiles OK in Quickbasic.
Golf game sources. Operational system: DOS. Compiles OK in Quickbasic.
- 2022-02-12 02:33:38下载
- 积分:1
-
mysql数据库查找、删除、更新、插入等功能。
mysql数据库查找、删除、更新、插入等功能。-mysql database search, delete, update, insert capabilities.
- 2022-03-28 10:53:53下载
- 积分:1
-
这个是用于控制信号灯显示vb程序,里面还包括一个视频教程
这个是用于控制信号灯显示vb程序,里面还包括一个视频教程-This is used to control lights show vb program, which also includes a video tutorial
- 2022-04-25 11:04:53下载
- 积分:1