登录
首页 » Visual C++ » gdzc

gdzc

于 2008-04-20 发布 文件大小:1522KB
0 197
下载积分: 1 下载次数: 94

代码说明:

  vc++开发环境SQL数据库固定资产管理系统(vc++ development environment SQL database management system for fixed assets)

文件列表:

第3章 固定资产管理系统
......................\Database
......................\........\MyAssets.mdf
......................\........\MyAssets_log.LDF
......................\........\MyAssets数据库.sql
......................\........\公司信息数据表.sql
......................\........\公司部门数据表.sql
......................\........\减少固定资产数据表.sql
......................\........\可用固定资产视图.sql
......................\........\固定资产修理记录数据表.sql
......................\........\固定资产明细数据表.sql
......................\........\固定资产租借记录数据表.sql
......................\........\固定资产附属设备数据表.sql
......................\........\折旧核算表数据表.sql
......................\........\操作用户数据表.sql
......................\........\租借固定资产数据表.sql
......................\........\累计折旧查询视图.sql
......................\........\维修固定资产数据表.sql
......................\........\计提累计折旧数据表.sql
......................\release
......................\固定资产管理系统

......................\................\app.rc
......................\................\AssemblyInfo.cpp
......................\................\ChangeUserPasswordForm.cpp
......................\................\ChangeUserPasswordForm.h
......................\................\ChangeUserPasswordForm.resx
......................\................\CompanyForm.cpp
......................\................\CompanyForm.h
......................\................\CompanyForm.resx
......................\................\ComputeForm.cpp
......................\................\ComputeForm.h
......................\................\ComputeForm.resx
......................\................\Debug.obj
......................\................\DepartmentForm.cpp
......................\................\DepartmentForm.h
......................\................\DepartmentForm.resx
......................\................\FittingsForm.cpp
......................\................\FittingsForm.h
......................\................\FittingsForm.resx
......................\................\FixedAssetsForm.cpp
......................\................\FixedAssetsForm.h
......................\................\FixedAssetsForm.resx
......................\................\Form1.resX
......................\................\LeaseForm.cpp
......................\................\LeaseForm.h
......................\................\LeaseForm.resx
......................\................\LoginForm.cpp
......................\................\LoginForm.h
......................\................\LoginForm.resx
......................\................\MainForm.cpp
......................\................\MainForm.h
......................\................\MainForm.resx
......................\................\MyAssetsDataSet.dll
......................\................\MyAssetsDataSet.dll.manifest
......................\................\MyAssetsDataSet.h
......................\................\MyAssetsDataSet.xsc
......................\................\MyAssetsDataSet.xsd
......................\................\MyAssetsDataSet.xss
......................\................\OperatorForm.cpp
......................\................\OperatorForm.h
......................\................\OperatorForm.resx
......................\................\PrintBorrowForm.cpp
......................\................\PrintBorrowForm.h
......................\................\PrintBorrowForm.resx
......................\................\PrintCardForm.cpp
......................\................\PrintCardForm.h
......................\................\PrintCardForm.resx
......................\................\PrintDepartmentForm.cpp
......................\................\PrintDepartmentForm.h
......................\................\PrintDepartmentForm.resx
......................\................\PrintDepreciationForm.cpp
......................\................\PrintDepreciationForm.h
......................\................\PrintDepreciationForm.resx
......................\................\PrintRepairedForm.cpp
......................\................\PrintRepairedForm.h
......................\................\PrintRepairedForm.resx
......................\................\PrintRepairForm.cpp
......................\................\PrintRepairForm.h
......................\................\PrintRepairForm.resx
......................\................\PrintReturnForm.cpp
......................\................\PrintReturnForm.h
......................\................\PrintReturnForm.resx
......................\................\PrintSubtractForm.cpp
......................\................\PrintSubtractForm.h
......................\................\PrintSubtractForm.resx
......................\................\PrintTypeForm.cpp
......................\................\PrintTypeForm.h
......................\................\PrintTypeForm.resx
......................\................\QueryDepreciationForm.cpp
......................\................\QueryDepreciationForm.h
......................\................\QueryDepreciationForm.resx
......................\................\ReadMe.txt
......................\................\Release.obj
......................\................\RepairedForm.cpp
......................\................\RepairedForm.h
......................\................\RepairedForm.resx
......................\................\RepairForm.cpp
......................\................\RepairForm.h
......................\................\RepairForm.resx

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • physicmanage
    VC++ 中使用 DB-Libray 编程(SQL Server) (use DB-Libray programming (SQL Server))
    2004-08-09 21:23:23下载
    积分:1
  • vc+sql001
    这里提供一个使用MFC和SQLSever的例子(Here to provide a use of MFC and SQLSever example)
    2008-04-01 10:53:51下载
    积分:1
  • xxcd
    说明:  利用VB+SQLserver联合编程制作成为一个唱片店的数据库运营管理系统。本数据库既可以用来客户端登陆选购唱片,也可以用来做数据库后台维护。(Joint programming using VB+ SQLserver produced a record store operation management system database. The database can either be used to purchase the client login record, the database can also be used for background maintenance.)
    2010-04-28 23:40:28下载
    积分:1
  • MFC-CPP-example
    4个C++项目例子 数据库Access sql 网络 视频(4 C++ example database network video projects)
    2020-11-21 20:39:36下载
    积分:1
  • sqlHelper
    sql server数据库操作类,包括执行返回各种类型的存储过程的方法。(sql server database operations class, including the implementation of the method to return to the various types of stored procedures.)
    2012-03-21 08:44:04下载
    积分:1
  • vc108423425233
    说明:  一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 五、主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 程序还用了Active Skin 对程序进行了换肤!! (: windows2003 visual stdio c .net,Ado SQL2000 SQL SQL2000schooldata dataschool_back SQL schooldata ADOTreectrl,listctrl,datagridBUG tree treeITEMITEMLIST LIST Active Skin )
    2005-12-13 08:58:11下载
    积分:1
  • GenerationInsertSql
    选择数据库中的表,自动生成备份数据文件。(Select the table in the database, automatically generate backup data files.)
    2011-07-20 09:10:43下载
    积分:1
  • VS2010_mfc_sql_server_task
    教材订购系统,含VS2010的MFC机制,使用ADO接口连接数据库,换机器运行需修改ADOConn.cpp文件参数;含mdf和ldf文件,SQL SERVER2008点击附加即可。(Textbook ordering system, the VS2010 MFC mechanism, using the ADO interface to connect to the database, and other machine running need modify ADOConn.cpp file parameters containing mdf and ldf files, SQL SERVER2008 click on the additional can.)
    2020-11-19 16:49:37下载
    积分:1
  • community-health-management-system
    通过VC++的处理,结合sql2000 ,实现社区卫生管理系统(Processing through the VC++, combined with sql2000, community health management system to achieve)
    2010-10-09 21:06:35下载
    积分:1
  • xiao--qu-wu-ye-guan-li-xi-tong
    小区物业管理系统毕业设计,基于sql server的vb程序,非常详细的程序注释(Residential property management system designed based on sql server vb procedures, very detailed program notes)
    2013-05-26 02:04:44下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载