-
c#停车场管理系统--C#专业课大作业
功能介绍: 超级管理员:添加用户 费率管理 车库管理 出入日志 车辆管理 信息更改 用户帮助,关于系统 普通管理员:出入日志 车辆管理 信息更改 用户帮助,关于系统 试用与激活:使用4次,激活码:wuyulin注意: 使用之前需要先修改App.config中的数据库连接。 开发环境为Visual Studio 2010,数据库为SQL Server 2012,windows身份验证。 数据库文件-----停车场管理系统备份 报表插件CrystalReportsForVisualStudio for 2010
- 2023-01-30 06:55:03下载
- 积分:1
-
手机电话簿。管理电话簿
手机电话簿。管理电话簿-Mobile phone book. Management of telephone directory.
- 2023-08-13 21:30:02下载
- 积分:1
-
用的C++.NET,数据采用XML格式存储,是本人课程设计的题目,跟大家分享...
用的C++.NET,数据采用XML格式存储,是本人课程设计的题目,跟大家分享-Used C++. NET, the use of XML format for data storage, is the title of my course design, like to share with you
- 2022-05-14 10:54:17下载
- 积分:1
-
generate log file etc. tool. source
generate log file etc. tool. source
- 2022-03-16 14:24:43下载
- 积分:1
-
通用的工资管理系统使用版,采用PB9.0和 SQL 2000 开发,适用于简单的工作....
通用的工资管理系统使用版,采用PB9.0和 SQL 2000 开发,适用于简单的工作.-general wage use version management system using SQL 2000 PB9.0 and development, applied to a simple task.
- 2023-08-17 07:50:06下载
- 积分:1
-
这是一个IP地址的分解代码可以将网址分解四个Int数据例如:(192.168.1.2)分解为192
168
1
2...
这是一个IP地址的分解代码可以将网址分解四个Int数据例如:(192.168.1.2)分解为192
168
1
2-This is an IP address of the decomposition of the code can be broken down 4 Int data such as URL: (192.168.1.2) divided into 19,216,812
- 2022-02-05 17:30:09下载
- 积分:1
-
人工神经网络BP算法源代码与演示程序,适用于神经网络算法的入门者...
人工神经网络BP算法源代码与演示程序,适用于神经网络算法的入门者-This is a display of Artifical Neural Network Algorithm.It is suitable for beginners.
- 2022-02-07 04:25:02下载
- 积分:1
-
DRAWYUV程序是用于摄像头的数据回放,用了directshow,可以用在VC和wince都可...
DRAWYUV程序是用于摄像头的数据回放,用了directshow,可以用在VC和wince都可-DRAWYUV procedures for the camera data intervals, with a directshow. can be used in VC and can wince
- 2023-08-02 21:25:04下载
- 积分:1
-
主页登陆注册系统(.NET源码).
主页登陆注册系统(.NET源码).-Home landing Registration System (.NET source).
- 2022-02-14 21:43:51下载
- 积分:1
-
watchDog可偵測程式是否關閉
可將執行中的程式,關閉,及重開。亦可以透過socket連線,來偵測是否程式已死當。其相關重要功能:重開機功能://重新開機void CWatchDogDlg::setSystemReboot(){msg = "準備關機重開!";::SendMessage(this->GetSafeHwnd(),MSG_STATUS_TOTAL,(WPARAM)&msg,0);CExitWindows m_ExitWindows;//m_ExitWindows.Restart(); m_ExitWindows.ForceReStart();}關閉程式:///關閉程式bool CWatchDogDlg::closeExeProcess(CString processName){processName.MakeLower();HANDLE hSnapShot;PROCESSENTRY32 pEntry;pEntry.dwSize =sizeof(pEntry);BOOL hRes;bool Found = FALSE;//Get the snapshot of the systemhSnapShot=CreateToolhelp32Snapshot (TH32CS_SNAPALL,NULL);//Get firs
- 2022-02-16 07:28:21下载
- 积分:1