搜索资源列表
一个增强的数据库类CDataSet
- 一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CData
2004020408530227698
- 宾馆客房管理系统,一个小型的管理系统,小而精干,有编译好的例程,功能简单实用-Hotels Rooms Management System, a management system for small, small and smart, compiled routines, simple and practical function
piaoasp
- 能用于所有航空售票处(公司、中心,点)的客户资料和送票情况管理,能对客户累计购票情况进行统计分析,具自动编号、快速查询、客户购票统计、送票员管理、密码设置等功能,能根据任意电话号码快速定位到某一客户,并录入购票明细情况,其所属业务员功能可考核业务员的业绩情况。-can be used for all air outlets (companies, the Center, points) of Music and customer information management, customers
fangwen
- 一个访问数据库的类,很好用,但不要忘了引入msado15.dll和AfxOleInit()-a pretty useful class written for accessing database system .However,please do remember to import the file of msado15.dll and the function of AfxOleInit when using .
dbex
- 今天突然找出以前的一小段代码,是对MFC中CDatabase类的一点小改造。CDatabase类中的ExecuteSQL函数可以用于直接执行SQL语句,但是在执行Update,Insert,Delete语句时无法得到影响的行数,新的CDatabaseEx类就实现了这个功能。 -before suddenly find a small section of code, the MFC CDatabase kind of a little transformation. CDatabase cate
实验室书籍管理系统VC
- 用VC实现的一个小型实验室书籍管理系统,使用Mysql数据库,统计功能较为全面。-A small book management system of lab. It s implemented by VC and the statistical function is more complete by using MySQL database.
工号姓名首字符
- 对于一个单位的人员库,提供由姓名生成姓名首字符功能,并提供首字符的简单应用示例。本功能用于一些特殊的场合,但很好用。不需要记住职工的工号,用两三个字母即可实现输入。(原创)-units for a pool, provide the names generated by the first names of characters function, and provide the first character of the simple application example. The fun
仓库管理系统_高校开发
- 仓库管理系统 本文档的写作目标是供仓库管理系统开发小组对WMIS进行需求分析。主要本系统对功能,性能,输入输出,数据管理等作规格界定,为进一步的详细设计,概要设计,和编码,测试工作做准备。-warehouse management system of writing this document is for warehouse management system development team to carry out a needs analysis WMIS. The main fun
BookSale
- 简单的图书销售管理系统 说明: 1.程序基本实现用户要求 2.登录密码为12345 该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能 若要该密码,请到数据库中直接修改 3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除 如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响 解决方法:用Access打开数据库RBookSale.mdb,将表SaleReport删除即可
xxxxxv2.0
- 免费版系统功能说明: 1 本书库系统专为以文字为主的站点设计,免去站长更新网站时的上传下载等不便; 2 管理员名字和密码都是admin,修改请用记事本打开login.asp修改; 3 书籍类型修改、增加类型请打开数据库自行修改; 4 附送500余种书籍数据 -free version of the system function : a warehouse system specifically for a text-based site design, the website
excelodbc_src
- VC++ 直接通过ODBC操作读写Excel表格文件的程序,附上源代码,程序没有其它功能,就这一个读写EXCEL的功能,可以VC6下编译通过,想研究的朋友可以下载下来学习一下。-VC++ directly through ODBC to read and write Excel spreadsheet file operation procedures, together with the source code, the program no other function, a reading
lanyaoshi_Export2Excel
- 背景:本单元修改自Caidao的uTDS2Excel。 目的:代码更简洁,功能更灵活,不再限于导出TDataSet 功能:将字符串数组的数据导出到Excel 用法:uExport2Excel.Export2Excel(RowDatas,FileName) -Background: Since this module Caidao modify the uTDS2Excel. Objective: To code more concise and more flexible, is
80478EVC_ADO
- EVC内核函数的计算,各种种类的内核函数,可供初学者参考-EVC core function, the various types of kernel function, a reference for beginners
23825763javaCKGL
- 此软件为仓库管理软件 所用的技术为:javaBean,JQuary,servlet 用的数据库为:mysql 功能为:对仓库进行管理 -This software is used in warehouse management software technology: javaBean, JQuary, servlet using the database for: mysql function: a warehouse management
SQL-Function
- SQL的一本函数大全,对用SQL的用户比较有用,可以参考一下-SQL, a function of Guinness, the user of the more useful with SQL, you can refer to! ! !
323331112
- EDB MDB INI XML 同一功能的四种方法实现,很好的参考资料,有需要的就下载吧。-Four methods of realizing EDB MDB INI XML the same function, a good reference, there is a need to download it.
4
- 1. 实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b),n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095,即方程为x*x=2的解。二分法的原理是反复地把区间分为两个相等区
a-simple-resource-browser
- 本实例是一个简单的资源浏览器,可以实现简单的文件检索功能,用户可以改变当前的驱动器、路径和选定文件。-This example is a simple resource browser, simple file search function, users can change the current drive, path and the selected file.
Fun
- 一些好用的功能性函数,一些好用的功能性函数-Some useful features of the function, a number of functions useful features ....
Fun
- 一些好用的功能性函数,一些好用的功能性函数-Some useful features of the function, a number of functions useful features ....