搜索资源列表
LiteTelBook
- 这是我同学课余编写的自用小程序: 由于本程序是一个很小的小程序,操作按钮少,界面简。只有添加、删除、修改、查找四个功能。在删除和修改的时候必需要选中一个记录才能进行操作,在程序中也作了违规处理(不选记录也点击删除和修改)。每个按钮都设有快捷键。在程序中还有什么地方没有 考虑周全的请各位指出来,我会对源程序作出修改的。还应注意的地方就是record.mdb是用来保存记录的,不能删除这个文件。一但删除所有记录就被删除了。查找功能只能按照姓名查找。-This my classmates after
xml_example
- Example to support XML files using MSXML. ========================================= XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by
cptfile.tar
- 对GMT(Generic Mappint Tools)熟悉吗?如果熟悉就请下载吧,如果不熟悉就略过.用Fortran编写的源码,需要编译运行.它的功能是生成GMT能够识别的色标文件,小值为红色,高值为蓝色-are you familiar with GMT(Generic Mappint Tools). if (YES) then download if NO then pass This files are write with Fortran. After compile and
hotel
- 酒店管理系统一般包含预定接待、帐务处理、客房中心、报表中心等功能模块。优秀的酒店管理软件能显著地提高酒店的服务水平和工作效率,规范酒店的业务流程,帮助酒店管理者及时、全面地了解经营信息,做出更加准确的决策,从而有效地提高酒店的经营效益。 内附有详细的说明文件。- Hotel management system typically includes a scheduled reception, accounting processing, Room Center, Report Cente
Delaunay
- Delaunay三角剖分算法介绍和c++源码。代码封装了其他人的代码包,在cygwin和redhat下编译通过。-This C++ library module is just a wrapper class on the Triangle package of Jonathan. The C++ wrapper will certainly slow access down if you want to mess with the triangulation but the basic del
xsheng
- MICROSOFT FOUNDATION CLASS LIBRARY : 学生管理系统 ======================================================================== AppWizard has created this 学生管理系统 application for you. This application not only demonstrates the basics of using the Mi
simple_MFC_extended
- === === === === === === === === === === === === MICROSOFT FOUNDATION CLASS LIBRARY : SimpleExtMFC === === === === === === === === === === === === AppWizard has created this SimpleExtMFC application for you. This application not only
dharm_rnd_autodial
- FIle to make auto calls and broadcast the auto converted gsm file to the given number through voip
Super_On_Top
- always on top, it s just common but super on top is very great. that s only our program is always on top of other application. not only on the top but just only our application can use. i think its very gud for all of u to make security programm or b
attendance
- this a very simple attendance aplication. just apply users and it can make a .doc file-this is a very simple attendance aplication. just apply users and it can make a .doc file...
Capture_vc
- AVerMedia EZCapture Software Development Kit (DLL Version) We give one VC++ sample code to show how to use our SDK tool. This sample code contains code for Win2000 and Win98. Notice 1: After you compile our sample code,you need to p
student
- 本科生信息管理系统 Management System编译源程序: 1. 去掉“只读”属性。 2. 在SQL Server2000中,附加数据库UGMS。 3. 编译不受源文件位置和数据库位置的影响。即,HMS的整个工程复制到任何地方都可编译。 运行Realease: 1. 确认已安装VC 6.0。 2. 在SQL Server 2000中,附加数据库UGMS。 3. 运行程序的Debug版或者Release版。 4. 参考该书第10章的内容操作。-Co
ygpxxt
- 首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据
Studentsarchivesmanagement
- 学生档案管理系统是学校为了提高工作效率,需要制作一个基于Windows应用程序的内部办公系统,其功能包括:学籍注册,学籍变动管理,成员管理,学籍报告,用户管理,帮助信息。在本例中将详细分析一个典型的学生管理系统所要完成的功能,对各个功能进行详细的分析和设计,最后用例子来实现其中的一些功能。-The system of managing student file is schools in order to improve the work efficiency, need to make a W
clrcng
- this is a Codevision file to make a color change device
BZip2
- On several systems, compiler bugs cause gzip to fail, in particular when optimization options are on. See the section "Special targets" at the end of the INSTALL file for a list of known problems. For all machines, use make check to check that gzip w
Library-Management-System
- 使用该系统之后,图书馆管理人员可以管理读者的登记、图书的购入、借出、归还以及注销等;还可以查询某位读者、某本图书的借阅情况,对当前借阅情况给出一些统计,给出统计表格,以全面掌握图书的流通情况。 -Abstract: This article mainly discusses the development of Books Management System, this system is a small management system sotaware.Through realize t
xushen
- 学生成绩管理系统Java EE基础实例教程的课程设计,为简单起见数据库采用MySql设计,也可自行更改为其他数据库,调试注意:数据库名:xscj_chao.sql 数据库映射文件:MyConn MySQL数据库密码:123456 -Student performance management system based on Java EE curriculum design tutorial examples, for simplicity the database de
tushuguanlixitong
- 要求实现的是一个图书管理借阅小程序。自己对题目的理解,是最终作出一个可执行文件,打开后提示输入用户名和密码,如果匹配则进入下一个界面:三项选择,“图书”“会员”“帮助”。前面两项主要是可以分别进行书籍,会员的查询,增加和删除,特别是图书的功能更应该多一些,可以查询现有图书的借阅情况。帮助一项主要是关于版本的设置。-Demands of the small loan is a library management program. Their understanding of the subjec
newonlineauction-Program-code-file
- online auction system with out data base kind make your own data base.