-
Queensland Yin Dynasty : data structures (using object
昆士兰殷朝:数据结构(使用面向对象方法和C语言)
- 2022-06-16 04:53:55下载
- 积分:1
-
VFP学生管理系统
VFP学生管理系统,包括注册,管理以及数据统计-VFP student management system
- 2022-04-06 09:25:46下载
- 积分:1
-
一个很简单的java web系统的需求分析及数据库设计
一个很简单的java web系统的需求分析及数据库设计-A very simple java web systems analysis and database design
- 2022-02-04 02:38:39下载
- 积分:1
-
本系统采用Visual Foxprow 5.0编写,面向对象可视化编程,使系统的开发工作适应目前的流行趋势。设计时采用了常用的自顶向下的瀑布式结构化设计方法。各...
本系统采用Visual Foxprow 5.0编写,面向对象可视化编程,使系统的开发工作适应目前的流行趋势。设计时采用了常用的自顶向下的瀑布式结构化设计方法。各子系统具有独立的数据库结构,设计时力求简单易用,便于维护。各模块为平行关系,彼此间无直接的参数联系,也无库的交叉关联,从而保证各子系统可以单独运行。-the system using Visual Foxprow 5.0 preparation, visual, object-oriented programming, allowing the system to adapt to the current development trend in fashion. Used in the design of the popular top-down waterfall structure design method. The subsystem is independent of the database structure, design sought to be simple to use, easy to maintain. Each module for parallel relationship between the parameters are not directly linked, nor for the cross-linked, so that the subsystems can be run separately.
- 2022-03-22 01:04:48下载
- 积分:1
-
DO交易代码
DO交易三皇代码。其中三皇位置必须摆放在包裹栏第一页的第一排中,否则代码无法识别,请务必清楚。令由于该代码采用wpe封包模式,使用wpe封包发送时可选择为连续发送,待游戏提示FAIL ITEM时即可停止,否则服务器将接受大量无效命令。
- 2022-04-18 02:54:24下载
- 积分:1
-
一个简单的数据库管理系统,是用delphi开发的.
一个简单的数据库管理系统,是用delphi开发的.-a simple database management system, is to use Delphi development.
- 2022-04-25 14:32:34下载
- 积分:1
-
VFP的ERP的管理软件,源代码完整,位图自己布充下吧
VFP的ERP的管理软件,源代码完整,位图自己布充下吧-VFP ERP management software, the source code integrity, bitmap filling their cloth under it
- 2022-11-18 23:05:03下载
- 积分:1
-
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整...
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整个序列有序-Basic idea of quicksort: sort through the trip, will be to sort records is separated into two independent parts, some of which are recorded in another part of the record than keyword keyword small, then the two were part of the record sort, so as to achieve the entire sequence of orderly
- 2022-03-10 10:21:56下载
- 积分:1
-
学校注册管理[软件工程]
学籍管理【软件工程作业】- School register management [ software engineering work ]
- 2022-01-26 07:01:59下载
- 积分:1
-
list容器源代码
应用背景
它实现的是一个可存储各种类型数据的链表,可用于数据的交换、存储、分析前的存储和排序。
关键技术使用C++ 类的特性编写的一个类似标准STL的容器“链表”,可以实现对任何类型的数据操作,使用了迭代器、类模板等,来简化链表的使用,有泛型编程的一些东西。
- 2022-02-04 14:18:06下载
- 积分:1