Welcome![Sign In][Sign Up]
Location:
Search - mfc Records

Search list

[ADO-ODBC一个增强的数据库类CDataSet

Description: 一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CDataSet。它的主要目的是降低代码量,为数据对象数组提供一个接口。-an enhanced database category CDataSet because MFC fully support database application development, the majority of database applications used CDatabase and CRecordset class and category Wizard (Class Wizard) provides a fast and easy way to use these two categories. There is one point when the shortage of applications related to multi-table database, the wizard class will have a lot of records set on the source document makes the project (project) gives the impression that very confused. This paper describes how to use a template Records Set to reduce class wizard from the record set in the volume of documentation, while enhancing the plot record category (CRecordset) function. The template called Set Records : CDataSet. Its main purpose is to reduce the amount of code and data objects to p
Platform: | Size: 33792 | Author: 杨葶 | Hits:

[Education soft systemc++学生管理系统

Description: 一个学生信息管理系统。用的是MFC ODBC来完成的。在成绩管理系统中,当查询到记录后要刷新,使所有的记录从新显示出来的话,如果系统中存在7000条记录的话,刷新一次的时间要20多秒钟,处理后,可以在用户查询后,在不到一秒中的时间内来完成刷新。另:用户名:good,密码:py-a student information management system. The MFC ODBC to be completed. The performance management system, when inquiries to the record to refresh so that all the records show that the new, and if there System 7000 record of the case, set a time of more than 20 seconds and processed, the user can inquiry, in less than one second of time to complete the update. Another : Username : good, Password : py
Platform: | Size: 2339840 | Author: 石飞 | Hits:

[ADO-ODBCBookSale

Description: 简单的图书销售管理系统 说明: 1.程序基本实现用户要求 2.登录密码为12345 该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能 若要该密码,请到数据库中直接修改 3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除 如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响 解决方法:用Access打开数据库RBookSale.mdb,将表SaleReport删除即可 4.删除库存为零的图书记录,该要求有些不合理 如果删除了这些记录,那么销售统计时,则无法查到这些书的信息 (这可能与我表设计有关,没有深入分析该问题) 5.程序运行时,务必保证数据库与应用程序在同一目录下 程序是基于MFC编写的 如果运行该程序的机器上没有MFC运行时库,程序不能运行.-simple book sales management system : 1. Basic procedures to achieve two user requirements. Login password to 12,345 the password stored in a database table of Pwd, procedures not directly alter the code for the function if the password, the free database directly alter three. To facilitate the compilation of statistics procedures used SaleReport temporary table. Generally, statistical finished The list will be automatically deleted because if abnormal reasons, the table does not automatically deleted, then running statistical procedures that would arise, the other functions will not be affected solutions : Open Access database RBookSale.mdb, will be deleted SaleReport Table 4. Delete library zero deposit library records, some of the unreasonable demands deletion of these records, sales st
Platform: | Size: 425984 | Author: 曲进 | Hits:

[SQL Server一个学生管理系统

Description: 基于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.
Platform: | Size: 1318912 | Author: 玉华 | Hits:

[Other resourceK_select

Description: 描述:Design a program to find k longest itemsets in a database of N records. 分析:因为题目的要求是找到k longest itemsets,在本程序中为了模拟这个目的,我对算法进行简单化,即简化为这样一个题目:在若干个比较大的数字中找到k 个最大的数字,这个等价于在若干记录中找到k个最长的记录集,因为k个最大的数字自然也是最长的。 思想: 1、数据由程序随机生成,保存到文件out.txt中,以进行读取。 2、这里的方法为堆排序操作,对所有的输入放置在out.txt的文件中,并 逐一读入,对所有数据建造大根堆。 3、最终结果以文件的方法输出:out1.txt为选定的K-项集。 4、数值大的元素放在后部,输出时,从最后一个元素开始。 5、所有的数据都由文件调入内存进行堆筛选,在得到K-项集后再送回到文件中去,而若要是在实际数据库中则是把关键字调入内存进行筛选操作。 程序的详细说明,因为涉及许多细节,所以附在原代码中,因为效率的提高往往是许多细节的改进,而这些必须定量来考察。 实验环境:Win2000,Visual C++6.0,MS Access2000.mfc7.0情况下能否运行没有测试 -err
Platform: | Size: 139264 | Author: 孙东一 | Hits:

[Button controlDynCtrl

Description: MFC中,创建多个动态按钮,动态控件,设置其标题,字体等属性,并且挂接事件,响应事件的一个好例子。 程序中完成动态申请资源的记录回收。 有什么问题联系 chenjp6500@sohu.com 2006.05.18-MFC, create multiple dynamic buttons, dynamic control, set its title, attributes such as font, and articulated, incident response is a good example. Procedures for resources to complete the dynamic recovery of the records. What is the problem associated chenjp6500@sohu.com 2006.05.18
Platform: | Size: 33792 | Author: 宋益波 | Hits:

[EditBoxDynCtrl_edit

Description: //MFC中,创建多个动态Edit控件,并且挂接事件,响应事件的一个好例子。 //程序中完成动态申请资源的记录回收。 //有什么问题联系 chenjp6500@sohu.com 2006.08.21-//MFC, creating more dynamic Edit Control, and articulated, in response to the incident a good example.// Dynamic completed procedures for the recovery of resources records.// What is the problem linked chenjp6500@sohu.com 2006.08.21
Platform: | Size: 36864 | Author: 宋益波 | Hits:

[ADO-ODBCAddress_Notebook_Manager

Description: 地址薄管理器.采用MFC DAO对象和接口编程技术实现了一个地址薄数据库的管理器.主要功能包括:1,浏览数据库的内容.2,添加,删除和更新数据库的记录.-address book manager. Using MFC DAO objects and interface programming technology to achieve a one address book database manager. main features include : a browse the contents of the database .2, add, delete and update database records.
Platform: | Size: 76800 | Author: 刘季 | Hits:

[Windows Developpccode_2006910125842230

Description: 这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或进行年汇总。 本程序是一个基于对话框的实用程序,在基于对话框界面的程序中实现打印和打印预览是采用了非常规 MFC 方法。 -This process is a personal attendance software, access to it from the system clock time information, day by day record of personal daily working hours, monthly statistical summary, year-on-year documented. Can see the past records, the records can also be a monthly print out. or in aggregate. This procedure is a dialog-based utility, dialog-based interface in the process of printing and print preview realize that MFC uses unconventional methods.
Platform: | Size: 179200 | Author: 杨秉岐 | Hits:

[Database systemMFC_ODBC

Description: 包括设置SQL语句,递交查询,参数化记录,常见的数据库操作-Include the provision of SQL statements, submit inquiries, the parameters of records, common database operations
Platform: | Size: 251904 | Author: 刘秋菊 | Hits:

[VC/MFCshujuleixin

Description: Visual C++对数据库的支持 MFC 的ODBC编程过程 ODBC数据表更新 MFC的ODBC类 显示记录总数和当前记录号 编 辑 记 录 字 段 操 作 多 表 处 理 使用MSFlexGrid控件 RemoteData和DBGrid控件 使用ADO操作数据库-Visual C++ Database support MFC s ODBC programming ODBC data tables updated MFC s ODBC type shows the total number of records and current records of its field operations to edit records deal with the use of multi-table MSFlexGrid control RemoteData and DBGrid control to operate the database using ADO
Platform: | Size: 397312 | Author: 马刚 | Hits:

[ADO-ODBCdataGrid

Description: 给程序为VC++数据库ADO编程,用控件datagrid实现表记录的显示,修改等功能-To the procedures for VC++ Database ADO programming with datagrid control to achieve the display of table records, modify the functions of
Platform: | Size: 4825088 | Author: sundance | Hits:

[SQL ServerMyTest1

Description: 本实例是vc+SQL server小程序,具有数据库的简单查询,更新,删除记录等功能,本程序的查询功能是基于头部匹配的模糊查询。-This example is vc+ SQL server applet with a simple database query, update, delete records and other functions, the procedures for the inquiry is based on the fuzzy query matching head.
Platform: | Size: 419840 | Author: venus | Hits:

[Windows Developkaoqin

Description: 个人考勤源代码 无误 这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或进行年汇总。 本程序是一个基于对话框的实用程序,在基于对话框界面的程序中实现打印和打印预览是采用了非常规 MFC 方法。-Personal attendance correct the source code of this process is a personal attendance software, access to it from the system clock time information, day by day record of personal daily working hours, monthly statistical summary, year-on-year documented. Can see the records of the past can also be to record a monthly print out. or in aggregate. This procedure is a dialog-based utility, dialog-based interface in the process of realization of print and print preview is the adoption of unconventional methods MFC.
Platform: | Size: 146432 | Author: 王环 | Hits:

[SQL ServerODBCDemo5

Description: MFC的Recordset类通过ODBC方式连接数据库,编写的一个数据库应用程序,对初学数据库编程的人有帮助-MFC Class of Recordset through ODBC connected databases, preparation of a database application, database programming for beginners to help people
Platform: | Size: 3356672 | Author: 李勇 | Hits:

[Game Programbox8_pic

Description: 自制 拼图游戏 mfc程序 9格子拼图 可打开外部图片进行游戏 支持bmp,jpg,gif格式 记录最近打开的问件 上方有菜单-Mfc procedures homemade jigsaw puzzle 9 lattice can open the game in support of the external picture bmp, jpg, gif format records recently asked to open the top of the menu items
Platform: | Size: 834560 | Author: wxf | Hits:

[Game Programbox9

Description: 自制 9格拼图游戏 mfc程序 按钮拼图记录步数 用时 已完成数目 可重玩 退一步 瞎子拼图 记录游戏成绩-9 grid made jigsaw puzzle record button mfc process steps have been completed when the number of re-playing records back blind puzzle game results
Platform: | Size: 40960 | Author: wxf | Hits:

[Windows DevelopStudent

Description: MFC 实现学生信息的操作,具有建表,删表,插入删除记录 查询和学生信息等功能-MFC students realize operational information, with built form, delete tables, insert and delete records query features such as Student Information
Platform: | Size: 71680 | Author: mary | Hits:

[Windows MobileCALLLOG

Description: Windows Mobile 上的通话记录定制源代码-Windows Mobile on the phone records customized source code
Platform: | Size: 37888 | Author: xiaolang | Hits:

[Otherchengjiguanli-mfc

Description: 用mfc实现的学生成绩管理程序,可以进行查询、删除记录、添加学生成绩-Student achievement by mfc implemented management procedures, you can query, delete records, add student achievement
Platform: | Size: 1112064 | Author: xuxingming | Hits:
« 12 3 4 »

CodeBus www.codebus.net