-
大小: 1.21MB文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2021-01-11
- 語言: 其他
- 標簽:
資源簡介
超市收銀系統(tǒng) 數據庫課程設計,含源代碼和詳細的實驗報告
1、需求分析
(1)、信息要求
? 顧客信息:顧客編號(會員卡號)、顧客姓名、顧客性別、注冊時間、是否到期、消費金額。
? 收銀員信息:收銀員編號、收銀員姓名、收銀員性別、登錄名,密碼。
? 商品信息:商品編號、商品名稱、單價、現有庫存。
? 收銀信息:收銀員編號、收銀金額、登錄時間,注銷時間。
? 交易信息:顧客編號,商品編號,交易時間,交易數量。
代碼片段和文件信息
//?CashierLogDlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“SupermarketCahsier.h“
#include?“CashierLogDlg.h“
#include?“CashierRecordSet.h“
#include?“CashinfoRecordSet.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCashierLogDlg?dialog
CCashierLogDlg::CCashierLogDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CCashierLogDlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CCashierLogDlg)
m_strName?=?_T(““);
m_strPass?=?_T(““);
m_bLogSave?=?TRUE;
//}}AFX_DATA_INIT
}
void?CCashierLogDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CCashierLogDlg)
DDX_Text(pDX?IDC_EDIT_LOGNAME?m
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3802??2008-09-07?18:08??超市收銀系統(tǒng)?數據庫課程設計\dm.sql
?????文件????????514??2008-09-17?23:50??超市收銀系統(tǒng)?數據庫課程設計\ReadMe.txt
?????文件?????516214??2008-09-11?15:35??超市收銀系統(tǒng)?數據庫課程設計\可執(zhí)行程序\SupermarketCahsier.exe
?????文件??????????6??2008-09-17?23:50??超市收銀系統(tǒng)?數據庫課程設計\可執(zhí)行程序\user.dat
?????文件?????701440??2008-09-17?23:32??超市收銀系統(tǒng)?數據庫課程設計\數據庫課程設計報告.doc
?????文件???????3571??2008-09-08?11:02??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\CashierLogDlg.cpp
?????文件???????1305??2008-09-07?21:40??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\CashierLogDlg.h
?????文件??????36996??2008-09-09?00:37??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\CashierOperationDLg.cpp
?????文件???????2433??2008-09-08?15:26??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\CashierOperationDLg.h
?????文件???????1567??2008-09-01?13:30??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\CashierRecordSet.cpp
?????文件???????1412??2008-09-01?13:30??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\CashierRecordSet.h
?????文件???????1476??2008-09-01?22:56??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\CashinfoRecordSet.cpp
?????文件???????1399??2008-09-01?22:56??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\CashinfoRecordSet.h
?????文件???????1630??2008-09-06?21:30??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\CustomerRecordSet.cpp
?????文件???????1441??2008-09-06?21:40??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\CustomerRecordSet.h
?????文件?????516214??2008-09-11?15:35??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\Debug\SupermarketCahsier.exe
?????文件??????????6??2008-09-14?11:10??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\Debug\user.dat
?????文件???????1467??2008-09-01?13:34??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\GoodsRecordSet.cpp
?????文件???????1369??2008-09-01?13:34??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\GoodsRecordSet.h
?????文件???????1336??2008-09-08?23:22??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\HelpDlg.cpp
?????文件???????1226??2008-09-08?23:20??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\HelpDlg.h
?????文件??????10548??2008-09-08?23:34??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\MainFrm.cpp
?????文件???????2617??2008-09-08?22:17??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\MainFrm.h
?????文件???????1626??2008-09-07?14:23??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\QueryCashinfoRecordSet.cpp
?????文件???????1473??2008-09-07?14:23??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\QueryCashinfoRecordSet.h
?????文件???????1716??2008-09-11?15:35??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\QueryTradeinfoRecordSet.cpp
?????文件???????1520??2008-09-08?12:46??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\QueryTradeinfoRecordSet.h
?????文件???????4599??2008-08-31?23:27??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\ReadMe.txt
?????文件?????155958??2008-09-01?21:43??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\res\3.bmp
?????文件?????101694??2008-09-01?18:32??超市收銀系統(tǒng)?數據庫課程設計\源代碼(工程)\res\rabbit.bmp
............此處省略34個文件信息
評論
共有 條評論