-
超市管理系统需求分析。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
-
winsock网站编程
资源描述用winsock编程的一个web程序,可用于课程设计,作业提交。
- 2022-06-19 19:41:43下载
- 积分: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
-
Java读取raw格式的图片文件并显示图片
使用Java的swing选择图片文件,可以是jpg的也可以是二进制的raw格式文件,Java读取二进制的数据显示成图片
- 2022-04-11 12:49:52下载
- 积分:1
-
DICOM3.0标准中文版1
DICOM3.0标准中文版1-DICOM3.0 a Chinese version
- 2023-08-14 10:35:04下载
- 积分:1
-
ti超低功耗单片机msp430定时器介绍
ti超低功耗单片机msp430定时器介绍-ti single-chip ultra-low power MSP430 timer Introduction
- 2022-03-07 14:00:36下载
- 积分:1
-
lib图书馆理系统~VC++设计的
lib图书馆理系统~VC++设计的-lib library management system designed VC ~ ~~~~~~~~~~~~~~~~~~~~~
- 2022-01-25 17:02:24下载
- 积分:1
-
图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现 图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现...
图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现 图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现-the adjacency matrix, the adjacent table, Cross Chain, Listless multiple adjacent storage structure and said the creation algorithm in C Language map of the depth-first traversal algorithm and search a broad plan Search priority traversal algorithm and C Language
- 2022-02-02 21:19:17下载
- 积分:1
-
Schematic diagram of the program
方案原理图。炬力MP4上对应板的定义及原理-Schematic diagram of the program
- 2022-10-12 12:40:03下载
- 积分:1
-
4*4键盘显示电路程序,汇编语言编程。 本程序实现4*4键盘控制数码管显示功能...
4*4键盘显示电路程序,汇编语言编程。 本程序实现4*4键盘控制数码管显示功能-4* 4 keyboard display circuit procedures, assembly language programming. This procedure to achieve 4* 4 Keyboard control digital tube display
- 2022-07-02 02:52:07下载
- 积分:1