资源列表
10
- 注塑厂日常生产统计易语言源码,很不错的易语言源码,适合易语言爱好者学习。-Daily production statistics language source for injection molding plant, very good and easy language source code for easy language enthusiasts to learn.
11
- 装修电子报价系统 ,很不错的易语言源码,适合易语言爱好者学习。-Decoration electronic quotation system, very good and easy language source code for easy language enthusiasts to learn.
12
- 易语言源码摄像头防盗器 ,很不错的易语言源码,适合易语言爱好者学习。-Yi language source camera, alarm, nice easy language source code for easy language enthusiasts to learn.
13
- 易语言建筑监理大师,很不错的易语言源码,适合易语言爱好者学习。-Construction supervision, master of easy language, very good and easy language source code for easy language enthusiasts to learn.
14
- 易语言电脑配机系统软件,很不错的易语言源码,适合易语言爱好者学习。-Easy language computer with System Software, very good and easy language source code for easy language enthusiasts to learn.
15
- 易语言小说下载器0.2版源码 ,很不错的易语言源码,适合易语言爱好者学习。-Easy language novels download version 0.2 source code, very good and easy language source code for easy language enthusiasts to learn.
football-club---progress
- 足球俱乐部买卖交易系统 企业网络版 可实现远程访问以及高级搜索等功能-The football club sale and purchase transactions online version to achieve remote access, and advanced search functions
config
- 读写配置文件,config.ini;有C语言版和C++语言接口,简单易用-config.h config.c config.cpp
ms
- 一个QT实现的简单的学生管理系统。使用access作为数据库。-QT to achieve a simple student management system. Access as a database.
exam(CPP)
- 这是一个关于C++小型题库系统,其中涉及指针的用法以及文件的用法。是自已编的啦,哈哈~~~还有帮助文件噢。-This is a C++ small bank system, which involves the pointer usage and usage of the file. Is self-compiled, ha ha ~ ~ ~ help file.
panduanrunnian
- 大家都知道一般每四年一润,本程序是判断是否为闰年的实现-We all know general every four years a leap, this procedure is to judge whether the realization of a leap year
shiyan
- 实验五 类的继承实验3.编写一个基类Shape,在此基础上派生出类Triangle和Circle,二者都有计算对象面积的函数GetArea( )和计算对象周长的函数GetPerim()。 4.开发一个简单的大学人员管理程序,该程序可以管理大学的一些基本人员:学生(student)、教师(teacher)、教授(professor)。首先设计一个虚基类person。通过该类保存人员的最基本信息:姓名(name)、年龄(age)和性别(sex)。然后使用该类派生出学生类student和教师类te