Description: 这是有关使用VC进行实例开发的书籍,涉及到图形、界面、控件、数据库、文件的读存等各个方面的实例-This is the case for the use of VC's books, relates to graphics, interface, control, database, Reading the documents consist of various aspects of the case Platform: |
Size: 8287478 |
Author:张运河 |
Hits:
Description: 一个小型的数据库软件,用VC编写,数据库用ACCESS,数据源用ODBC,程序可直接创建数据源,使用时,只需把数据库文件jxc.mdb拷入C:\Program Files\database\即可,数据处理功能齐全,而且在视图列表中,双击某一条记录即可进行修改,非常方便。而且界面按钮都是经过处理的特别漂亮。-A small database software used to prepare VC, databases with ACCESS, the data source using ODBC, the procedure can directly create a data source, use, simply jxc.mdb copyed into the database file C: Program Filesdatabase can, data-processing functions , but also in the list view, double-click a record can be modified very convenient. And the interface buttons are treated pretty special. Platform: |
Size: 118784 |
Author:站长 |
Hits:
Description: 大连110指挥界面,用vc做的,但是的需要数据库支持,界面部分功能需要数据库支持-command interface using vc done, but the need for database support, the functional interface need database support Platform: |
Size: 98304 |
Author: |
Hits:
Description: 本系统采用Visual C++语言编写,运用软件工程的思想, 采用面向对象分析、设计的方法学完成。通过建立系统的数据库,对象模型、动态模型、功能模型,设计界面窗口,算法结构,函数之间互相调用完成实现系统的功能。-the system using Visual C language, the use of software engineering, object-oriented analysis, the design methodology completed. Through the establishment of the system database, object model, the dynamic model, the functional model, user interface design, algorithm, Function call between achieving complete system. Platform: |
Size: 89088 |
Author:豪 |
Hits:
Description: 这是有关使用VC进行实例开发的书籍,涉及到图形、界面、控件、数据库、文件的读存等各个方面的实例-This is the case for the use of VC's books, relates to graphics, interface, control, database, Reading the documents consist of various aspects of the case Platform: |
Size: 8287232 |
Author:张运河 |
Hits:
Description: 前面我写过一篇《一个完善的ODBC数据库程序》,大家可能看到过,有鼓励,也有批评,但是所有这一切只有一个目的就是学好VC。我学习VC已有接近一年的时间,水平菜鸟级,而VC知识库给大家提供了一个交流的地方,大家相互学习,共同提高。感谢VC知识库各版版主!!!
在《一个完善的ODBC数据库程序》我提到完善它的很多方面,做一个小软件。我按这个思路做下去,实现了一些基本功能。程序采用对话框,界面按属性页的方式分为两部分: “班级成绩”和“年级成绩”。 -front, I wrote another one, "a perfect ODBC database programs," we may see that some of encouragement, there are criticisms, but all of this is the only one purpose learn VC. I learn VC nearly a year, the level of exposure level, and the knowledge base to the VC can provide a forum where we learn from each other together. Thank VC version of the knowledge base moderator! ! ! In "a perfect ODBC database program," I mentioned it sound a lot, a small software. According to this line of thinking, I go on to achieve some basic features. Adoption of the dialog, interface attributes by the way pages divided into two parts : the "class achievements" and "grade results." Platform: |
Size: 55296 |
Author:李大嘴 |
Hits:
Description: vc++开发的饭店管理系统,在数据库,界面
对开发者有一定的参考价值。-vc development of the hotel management system, the database interface for developers have some reference value. Platform: |
Size: 655360 |
Author:李三峰 |
Hits:
Description: VC++通用GIS功能开发解决方案源码,基于VC++6.0 MFC 类库,在Win2000平台上开发的。界面部分用到了较低版本的 CJ60Lib 开放源码库,用户可自行替换高版本或其他界面库,它不作为本方案的商业部分。-VC++ Generic GIS functions source development solution, based on the VC++ 6.0 MFC class library, in the Win2000 platform development. Interface used in the lower part of CJ60Lib open source version of the database, the user can replace the high version or other interface library, it does not as a commercial portion of this program. Platform: |
Size: 1892352 |
Author:李美剑 |
Hits:
Description: Visual C++6.0 编程技术内容涉及相当广泛既包括Visual C++常规编程技术和应用程序基础的介绍又有图形用户界面ActiveX 控件多媒体数据库等高级话题的介绍。-Visual C++ 6.0 programming covering a wide range of both Visual C++ Conventional programming techniques and applications-based and graphical user interface Introduction ActiveX controls, such as multimedia database introduction of high-level topic. Platform: |
Size: 3047424 |
Author:廖振球 |
Hits:
Description: 开发Windows应用程序时,在很多情况下可能要和数据库连接。数据库类型多种多样,功能结构也各不相同。从比较简单的DBASE、FoxPro等到复杂的SYBASE、Qracle等大型数据库系统。VC++6.0都提供了一些接口。程序员可利用这些接口方便地开发数据库应用程序。MFC ODBC类就是其中的一个,在快速生成简单一致的接口应用程序方面这些类非常有用。用户不必了解ODBC API和SQL的具体细节,利用ODBC类即可完成对数据库的大部分操作。然而,VC++ Appwizard 生成的数据库应用程序,只是基于单个数据表的数据库应用程序。而实际应用中,往往要求数据库应用程序能关联二个或多个数据表。VC++的好多书籍对此只是简单的介绍。本文透彻地解决这一问题。 -Windows application development, in many cases probably want and database connections. A variety of database types, the functional structure varies. From the relatively simple DBASE, FoxPro complex until SYBASE, Qracle large-scale database system. VC++6.0 have provided a number of interfaces. Programmers can easily use these interfaces to develop database applications. MFC ODBC is one of a category, in the Express interface to generate a consistent application of simple procedures for these types of very useful. ODBC API users need not know the details of SQL and use ODBC database type can achieve most of the operation. However, VC++ Appwizard generated database application data sheet is based on a single database application. And practical applications, database applications often require to link two or more data tables. VC++ of many books on this simple introduction. In this paper, to solve this problem thoroughly. Platform: |
Size: 9216 |
Author:th |
Hits:
Description: VC+SQL开发的公司人事管理系统,可以完成部门管理、员工管理、考勤和考评管理、系统用户管理等,都有比较基本的功能,是拿来练手的,在VC6下顺利编译。
请附加数据库文件,数据库连接信息这个没必要说的吧,在源代码里修改一下,用户名及口令等,另外本程序不只使用一个数据库接口文件,要改的话全部都要改哦。
登录:admin 密码: www.codefans.net-VC+ SQL Development company the personnel management system that can complete the departmental management, staff management, attendance and evaluation management, system management, and so users have more basic features, is used to train the hands in a smooth compiled under VC6. Please attach database file, database connection information that is not necessary to say it, where in the source code changed a bit, such as user name and password, while this process not only documents the use of a database interface, it is necessary to be changed must be changed all Oh. Login: admin Password: www.codefans.net Platform: |
Size: 905216 |
Author:js819 |
Hits:
Description: 包括窗体与界面、控件、系统、文件、图形图像、多媒体、数据库 、网络、动态链接库等-Including the form and interface, controls, systems, documents, graphics and video, multimedia, database, network, dynamic link libraries, etc. Platform: |
Size: 48991232 |
Author:宫赐禄 |
Hits:
Description: 使用VC访问Access数据库,可以在其中对数据库进行添加、删除、更改等操作,并附有界面的BMP图片的优化。(Access to Access database using VC, which can be added to the database, delete, change, and other operations, and with the interface BMP picture optimization.) Platform: |
Size: 9728000 |
Author:呵呵哒112
|
Hits: