资源列表
visualfoxpro企业会计电算化实例
- visualfoxpro企业会计电算化实例-visualfoxpro examples of Computerized Business Accounting
oo4otest
- 用ORACLE自带OO4O封装类连接数据库,编程软件为VC,适合于入门学习!-ORACLE own use OO4O Packaging category connect to the database, programming software for the VC, in the entry for learning!
msqEXCEL
- 关于VB与EXCEL的程序,这段程序只用几秒时间快速读取并写入新建一个EXCEL文件中(或公式,或单元格)。下载后在源代码中自己修改要读取的EXCEL文件名。-VB and Excel on the procedure, this procedure is only used a few seconds of time fast read and write a new Excel document (or formula, or cells). After downloading the so
chongqing
- vb+mapx编写的重庆地理信息系统是一个地理信息系统数据库-vb mapx prepared by the Chongqing GIS is a geographic information system database
DailyReport
- 这是为公司做的一个日报系统,可以把安排每年,每月,每日的工作内容和计划,并且可以填写日报,还用用户管理等功能,数据采用access2-This a company to do the daily system, it can arrange an annual, monthly, daily and the content of the work plan and fill it daily, user management functions, data used access2
bckj
- Delphi编程框架,三层结构,无第三方控件,D6以上-Delphi programming framework, the three-tier structure, and no third-party control, more than D6
water_Fee
- 这是一个自来水收费计费管理软件,数据库是MSSQL-This is a water fee billing management software, the database is MSSQL
wodewuziguanli
- 使用了外部控件 XLS.ReadWriteII.v1.15-use of external controls XLS.ReadWriteII.v1.15
SQLite3_MFC
- SQLite 3.x的一个C++封装类。基于MFC。SQLite是一种高效的嵌入式数据库。-SQLite 3.x a Class C Packaging. Based on the MFC. SQLite is a high-performance embedded database.
KaoQin121
- 一个使用VB开发的考勤管理系统。使用Access数据库,想开发相关系统可以参考一下这个系统。-a VB development of the appraisal management system. Access database related to the development system can make reference to the system.
profileview
- 这是一套铝型材图纸查询系统,是vfp编写的源代码-This is a set of aluminum drawings inquiry system, Cipher is prepared by the source code
c-shiyanbaogao
- 编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头;