登录
首页 » Visual C++ » KTV

KTV

于 2010-11-28 发布 文件大小:36030KB
0 179
下载积分: 1 下载次数: 22

代码说明:

   光盘运行环境 操作系统:Windows 2000以上 内存:64MB以上 光驱:40X以上 CPU:奔腾233以上 声卡:兼容声卡 建议使用800X600以上分辨率 此光盘可以自动播放,而且自动注册组件,若计算机不能播放光盘,是因为光盘没有成功注册组件导致的,读者可以手动注册组件。 手动注册组件的步骤如下: (1)首先把光盘中的AMOVIE.OCX文件复制到系统文件夹下,对于Windows 2000操作系统,系统文件夹是指C:WINNTsystem32;对于Windows XP系统,是指C:WINDOWSsystem32。 (2)在“开始”菜单中选择“运行”, 然后在命令行输入“regsvr32 AMOVIE.OCX”即可注册AMOVIE.OCX组件。 另外,本书的源代码放在光盘中的resouce文件夹下,读者可以参考附带的视频影像来搭建系统。 注:若不能单独播放光盘中的“vc_avi”目录下的视频文件,请读者自行到网上下载相关的音频视频插件或者工具包,比如,安装AvPack工具包就可以播放。在百度中输入“avpack”就可以搜到,或者在百度中输入“视频插件”就可以搜到相关的视频插件,下载并安装即可。 (reach to KTV)

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

发表评论


0 个回复

  • Personnel-Management-System
    Visualc++/SQL+Server数据库应用实例完全解析1.rar及对应的开发ppt。内容是一个“人事管理系统” 人事工资管理系统是非常通用的管理信息系统,是企事业单位实现办公自动化的前提和基础。 后台数据库使用SQL Server,前台开发工具使用Visual C++。 本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势(Visualc++/SQL+ Server database application examples and the corresponding full resolution 1.rar development ppt. Content is a " personnel management system" human resources management system is a very common management information system, office automation, enterprises and institutions to achieve the prerequisite and foundation. Background database using SQL Server, front development tool Visual C++. The system uses the more popular ADO data access technology, and the fields for each database table and operation of packages to the class, which successfully design object-oriented programming applied to database application design. This is also the characteristics and advantages of this system)
    2011-04-20 11:24:39下载
    积分:1
  • sjk
    数据库图书管理系统,包括表“readers”、“books”、“borrow ” 、“book-category” 、“member-level”、 “loss-reporting”(Database library management system, including the table " readers" , " books" , " borrow" , " book-category" , " member-level" , " loss-reporting" )
    2011-11-14 21:21:01下载
    积分:1
  • 一个学生管理系统
    说明:  基于ODBC的数据库模式,用MFC创建一个学生成绩管理软件。程序的实现主要在视图Cstudentview类中完成,其中可以完成的功能有:显示全部记录、增加记录、删除记录、修改记录、排序记录、查寻记录,并且在控件表格中直观的显示。(based ODBC database model, the MFC with the creation of a student performance management software. The main procedures in achieving View Cstudentview category completed, which can be accomplished functions : All the records, record increase, delete records, modify records, sorting records, the searching of records, Controls in the form visual display.)
    2006-01-07 11:28:43下载
    积分:1
  • HotelManageSystem
    宾馆管理系统,vc++6.0开发。ODBC方式连接sql server数据库。模块包括身份验证,系统修改,客房信息管理,订房信息管理,结算信息管理等,界面友好.(Hotel Management System, vc++ 6.0 development. ODBC to connect sql server database. Modules, including authentication, system changes, room information management, booking information management, information management, such as billing, user-friendly.)
    2020-06-30 11:00:01下载
    积分:1
  • Market_Invoicing_System
    一个SQL数据库的使用例子,比较完整的会员制商场进销存系统源码(Example of the use of a SQL database, complete membership malls Invoicing System source code)
    2013-01-25 21:55:50下载
    积分:1
  • HOSPITOL
    住院管理系统的VC++&SQL原型。混合编程系列作品。里面包含数据库建立文件和所有源码。(A hospitol manegement systerm based on VC++and SQL.)
    2009-10-17 15:36:37下载
    积分:1
  • jkj
    ado 访问数据库的设置,用控件实现后拷贝原码(ado access to the database settings, after achieving control with the original copy code)
    2006-06-20 09:20:48下载
    积分: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
  • StudentManagement
    (SQL-MFC) 学生信息管理软件: 学生信息输入; 学生信息删除(分为按照学号和姓名); 学生信息查询(分为按照学号,姓名,性别,班级,年级); 学生信息更改。 (Visual Studio.NET 2003 + SQL SERVER 2000) 安装SQL 服务器后,修改程序中ADOConn.cpp 34行: serverName改为你的SQL服务器名称。数据库的mdf,ldf文件已经包含在此文件中,需要通过SQL企业管理器附加。 ((SQL-MFC) Student Information Management Software: student information input student information deleted (divided according to number and name of school) Student Information Query (divided in accordance with Student ID, name, gender, class, grade) student information changes. (Visual Studio.NET 2003+ SQL SERVER 2000) to install SQL server, modify the program ADOConn.cpp 34 rows: serverName change your SQL server name. Database, mdf, ldf file has been included in this document, you need to add through SQL Enterprise Manager.)
    2010-01-13 09:23:54下载
    积分:1
  • aybook.cn_aisleisnekffjs0816
    介绍SQL Server人事管理系统的实现过程。可学习借鉴(Introduction SQL Server Personnel Management System process. Can learn from)
    2011-01-15 16:14:22下载
    积分:1
  • 696518资源总数
  • 105289会员总数
  • 8今日下载