资源列表
IBXBCB504Upd
- Interbase Express 5.04 for Borland C++ Builder 5
xingzhengguihua
- ArcGIS+C#+Access连接数据库,各种图表的生成-ArcGIS+C#+Access connect to the database, generate a variety of charts
Access
- 这是一款基于Access数据库的仓库管理系统,这是我的一个课程设计,在我的另一个上传文档中有这个课程设计的文档,详细的需求分析,E-R图,流程图,数据流图-This is a Access database based warehouse management system, this is one of my curriculum design, in my another upload documents in this curriculum design documents, detail
CrystalReports2.0
- 数据库报表源码 利用C# 和水晶报表制作。是学习dotnet做水晶报表的好源码
xinwenfabuxitong
- 新闻发布系统,可以查看,修改,编辑等,功能齐全的新闻发布系统-Press Release System, you can view, modify, edit, and so on, full-featured press release system
PostgreSQLReplication
- PacktPub.PostgreSQL.Replication.Aug.2013.pdf 英文版 开源数据库-PacktPub.PostgreSQL.Replication.Aug.2013.pdf open source database please refence
fastdb-363
- FastDB3.6.3是最近的windows版本的fastdb内存数据库。FastDB是一个高效率的内存数据库系统,在磁盘上的数据库文件和使用该数据库的每一个应用程序占用的虚拟内存空间相映射,这样取消了数据文件和缓冲池中的数据传输。再将整个文件数据读入内存,并且使用了高性能的锁工具实现了只读模式线程间、单个更改模式线程和多个只读模式线程间的并发执行。-Most recent sources for Windows:FastDB3.6.3
shujukuchengxu
- 基于labwindows/cvi的相关程序,数据库的相关操作-Based on labwindows/cvi-related procedures, database-related operations
gaoxiaojiaowuguanlixitong
- 此代码能完成教务管理系统(学生端)信息管理,包括登录,修改密码,个人信息等-This code to complete the educational management system (students end) information management, including login, change passwords, personal information, etc.
gxc
- 供销存软件,可以入库、出库、退库。并进行日记帐。总的来说,就是一个完整的软件
Grupo_301403_56
- Java access Database films
8皇后问题和最短路径解法
- 包含8皇后问题和最短路径解法。其中8皇后使用的是递归和回溯的方法,最短路径使用的是dijkstra算法