搜索资源列表
一个增强的数据库类CDataSet
- 一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CData
图书馆管理系统 代码
- 图书馆是一个拥有许多图书并面向学生的一个机构,图书馆管理信息系统需要处理的对象首先包括图书、学生;同时图书馆信息管理系统需要一定的用户进行操作,因此还需要处理操作用户对象;图书馆信息系统需要完成学生借书、还书基本操作,同时将这些操作记录保存在数据库中。-library is a library and for many students, a body of library management information systems need to be addressed first tar
运动会编排系统
- 云师大使用的运动会自动编排系统, 可以输入学号自动编排分组。 同时可以通过初赛成绩录入,自动进行复赛以及决赛的分组-cloud of National Taiwan Normal University Games automatic scheduling system can be imported, automatic scheduling school groups. While preliminary results by logging, automatic and semi f
30105881573temp
- ADO数据库操作例程,同时演示了多视口显示数据、动态调用对话框模板等技术.-ADO database operation routines, while demonstrating, as I indicated more information, call dynamic dialog template technology.
v6632_2vg_music
- 在conn.asp文件中加入了ASP防SQL注入语句,真正做到了整站防注入。同时可以记录攻击者的IP及提交参数和攻击页面。因为时间关系,记录所需数据库没有压到程序里,但不影响防注放功能。 小巧适用于个人网站的使用。-in conn.asp paper joined the anti-ASP SQL injection statement, and really the whole point-injection. While the attacker can be recorded and su
BumpTexture
- Bump Texture Tools allows users to add bump and displacement textures to imagery, making it more realistic. The tools are Adobe Photoshop™ plug-ins - which means they work inside Photoshop as menu options - thus offering the user the full power
很好的界面风格的数据库
- 本代码提供了一个利用ODBC操作数据库的方法类,同时提供了很好的界面风格设计-the code provides a database using ODBC to operate the category, while providing a good interface design style
gigabase-3.27.tar
- 一个俄国人实现的数据库系统,同时他的网站上还有一个实时数据库系统-Russian achieve a database system, while the site includes a real-time database system
更新多层应用程序数据
- 本程序在开发完ActiveForm后,要使用“Project/WebDeploy” 菜单将其分发到Web服务器中,以便使客户端可以下载。 同时,还要通过“Project/Web Deploy Options”来 正确设置位置信息。 要在分布式应用系统中更新数据,必须调用TClientDataSet 的ApplyUpdates方法,才能把客户端更新的数据真正保存 到远程的数据库中。 在客户端的浏览器中:http://Web服务器名/ActiveFormProj1.htm 如有错误,请确认文件分发路
classManage.rar
- VC++ MFC DB2开发的教室管理系统,功能简单,但是文档写了一阵子,可以参考,VC++ MFC DB2 development of classroom management system, features simple, but a document written for a while, you can refer to
C_C++
- 值得注意的是,我们把自己的头文件称作头文件,而对于系统环境提供的头文件,我们却把它们称作标准头,而不是标准头文件,这样做的原因是:在所有的c++系统环境中,头都是真正的文件,然而我们却没有必要让系统头做文件.尽管我们能用#include指令访问头文件和系统头,但我们还是没有必要以同样的方式来实现它们."[/u]-It is worth noting that we treat our own header file called the header files, and system envi
ksxtxp
- 网上考试系统,主要是针对学校及社会上各种频繁的考试,而开发的一套用电脑进行的考试系统-Online examination system is targeted mainly at schools and the community at frequent examinations, while the development of a set of computer-based examination system
052130EX_8
- ADO数据控件及ODBC数据源高端应用 使用ODBC与数据库连接并对数据库进行数据操作,同时应用DataList、DataCombo、MsChart控件完成要求的数据操作。 (1) 通过建立一个ODBC的系统数据源连接数据库,设计了一个窗体计算数据库内学生成绩表中每个学生的平均成绩,产生姓名、平均成绩和最低成绩三项数据,按平均成绩降序排列数据,并用该数据作图。 (2) 设计一个窗体,通过DataList控件和文本框控件与ADO控件的绑定,当单击选择DataList控件中显示的
Discrete_Time_Queue
- 离散时间堆栈系统 The queue can store up to five packets. All packets are processed on a first come – first served basis. Assume that when a packet is serviced all other packets in a queue (if any) are shifted instantaneously towards the output. Each slot d
FMS
- 文档管理系统的全面应用,克服了企业传统文档管理方法的缺点,提高管理部门的日常办公效率,增强了企业内部协同合作的能力;文档管理系统的应用,方便管理者有效管理文档的同时,大大提高了文档查找效率,进而提高了企业的综合效率。-The full application document management system to overcome corporate shortcomings of traditional document management methods to improve mana
studentgradeMFC
- VC++编写的学生成绩管理系统,对学生成绩做如下管理:数据库用ODBC实现。 1.登陆功能 2.读取记录 3.增加记录 4.修改记录 5.删除记录 6.查询记录 学生成绩管理系统提供了强大的学生成绩管理管理功能,方便系统管理员对学生成绩等信息的添加,修改,删除,查询,等操作,同时学生对自己各科成绩查询,进行学习交流。 数据库课程设计。-VC++ written in student achievement management system on student
SalaryManagement
- 论文主要介绍了此次毕业设计课题“某事业单位人事工资管理信息系统”的开发背景及如何分析、设计和实现的,主要内容包括绪论、可行性分析、系统分析、系统设计和系统实施六大部分,期间通过文字和流程图加以解释说明。系统软件主要划分为三个功能模块,分别是工资计算、工资发放和统计分析,基本能够保证单位财务股对于工资日常处理的业务需求,同时通过Visual FoxPro6.0数据库语言来实现系统软件的设计和实施,实现了系统结构的逻辑分析与物理实现的紧密结合。-This paper introduces the g
VC-Ado-Oracle
- 本例子是在VC下用ADO链接ORacle数据库的一个实例,在界面中通过输入数据源名,用户名,密码,点击链接之后,若是成功,则会在listbox里显示所有的表,当双击某一个表时,则会在右边的listcontrol 中显示相应的表中数据。-this application is a good example to connect Oracle with ADO under the enviroment of visual C++ 6.0.After entering your datasource
VLDB08Authenticating
- 数据库安全 数据库安全 数据库安全 数据库安全-We present a novel method for key term extraction from text documents. In our method, document is modeled as a graph of semantic relationships between terms of that document. We exploit the following remarkable feature o
2010111711186719
- VB+Access编写的一个好用的网址管理系统,名字叫惊吧网址,这是程序的完整源代码,附有Access数据库。程序具备网址分门别类功能,同时可监控贴条,收发邮件,查询指定网址等。程序的两点还不少,它可以像QQ聊天窗口一样自动隐藏在屏幕右侧,鼠标移上的时候自己展开,别外树控的应用也是本程序的一大亮点。 -VB+ Access the preparation of a useful web site management system, called panic bar URL, which i