-
AVI作为一种常用文件格式,这是AVI文件格式的详细介绍
AVI作为一种常用文件格式,这是AVI文件格式的详细介绍-AVI as a common file format, which is the AVI file format detailed
- 2022-01-26 06:39:47下载
- 积分:1
-
超市管理系统需求分析。doc
超市管理系统需求分析
1项目计划
1.1系统开发目的
1.2背景说明
1.3项目确立
2逻辑分析与详细分析
2.1需求分析
2.2目标
2.3数据流程图
2.4系统功能
2.5系统开发步骤
2.6用户的特点
2.7假定与约束
3基于UML的建模
3.1语义规则
3.2UML模型
3.2.1系统UML模型
3.2.2子系统UML模型
3.2.3系统实现图
4小结
-Supermarket Management System Requirements Analysis. Doc
- 2022-07-16 02:02:45下载
- 积分:1
-
这是关于图像调制传递函数MTF计算好的影响。
这是关于图像调制传递函数MTF计算的一篇优秀文章,可以处理卫星图像,提高图像清晰度-This is on the image modulation transfer function MTF calculated an excellent article, you can deal with satellite imagery, improve image clarity
- 2023-06-11 07:30:04下载
- 积分:1
-
MSVC++ HIDIO Example
MSVC++ HIDIO Example
- 2022-03-10 09:34:32下载
- 积分:1
-
第三层交换是新一代局域网路由和交换技术,本书是第一本关于这种新技术的系统化指南。本书主要内容包括:如何决定是否选择第三层交换技术、第三层交换网络设计技术、第三层...
第三层交换是新一代局域网路由和交换技术,本书是第一本关于这种新技术的系统化指南。本书主要内容包括:如何决定是否选择第三层交换技术、第三层交换网络设计技术、第三层交换案例分析等,并对目前流行的6种第三层交换产品给出了基准测试结果。最后,针对具体实施,为第三层交换的管理给出了一些推荐意见。-Layer 3 Switching is a new generation LAN routing and switching technology, This book is the first of this new technology systematic guide. The main contents of this book include : how to decide whether to choose the third layer switching technology, the third layer switching network design technology, Layer 3 Switching case analysis, and the popular six third layer switching products is a benchmark test results. Finally, the specific implementation of the third layer is the management of the exchange of views for some recommendations.
- 2022-07-26 05:44:51下载
- 积分:1
-
中国人民银行技术类笔试题目集,希望对找工作的人有用。
中国人民银行技术类笔试题目集,希望对找工作的人有用。-People" s Bank of technical topics written set of classes, in the hope to find people who work useful.
- 2022-08-16 08:20:46下载
- 积分:1
-
在Linux下的命令大全,各种命令的含义和使用时候的格式。
在Linux下的命令大全,各种命令的含义和使用时候的格式。-Under the Linux command Daquan, the meaning and use of a variety of command when the format.
- 2022-02-04 17:21:22下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
This is a seismic exploration on SEGY data formats note, which for a variety of...
这是一个关于地震勘探中SEGY数据格式的说明,其中有关于多种数据格式(IBM,IEEE等)的说明.-This is a seismic exploration on SEGY data formats note, which for a variety of data formats (IBM, IEEE, etc.) the note.
- 2022-04-23 11:08:13下载
- 积分:1
-
MIDI文件格式的文件。
midi file format document.
- 2022-11-13 07:55:03下载
- 积分:1