-
数据结构与算法综合资料库.CHM
包含经典的数据结构、常用算法、以及c++学习资料等,全是经典的东西...
数据结构与算法综合资料库.CHM
包含经典的数据结构、常用算法、以及c++学习资料等,全是经典的东西-General data structures and algorithms library. CHM contains classic data structure, commonly used algorithms, as well as the c++ learning materials and so on, all things classic. . .
- 2023-05-06 06:00:03下载
- 积分:1
-
Java写的部分数据结构源码
Java写的部分数据结构源码-Written in Java source code part of the data structure
- 2022-06-02 17:30:30下载
- 积分:1
-
sql server 数据库结构查看程序.rar
sql server 数据库结构查看程序.rar-sql server database structure viewer. Rar
- 2022-07-05 11:27:57下载
- 积分:1
-
sqlite加密版本
sqlite官方并没有提供加密的功能,但提供了加密的接口。资源中的sqlite添加了加密功能。本加密算法采用XXTEA。如果使用Delphi连接此数据库,建议使用itwriting提供的sqlite wrapper改装版;资源包含有源代码以及编译成功的dll(编译工具:VC++ 2010。)各位可以下载后自行根据源码重新编译。
- 2022-01-25 18:47:58下载
- 积分:1
-
数据结构(C++描述)电子教案,幻灯片
数据结构(C++描述)电子教案,幻灯片-data structure (C) is the electronic lesson plans, slides
- 2022-01-26 07:29:48下载
- 积分: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
-
使用ADO访问经过加密的ACCESS数据库,用VC编写。
使用ADO访问经过加密的ACCESS数据库,用VC编写。-Use ADO component to interview database of ACCESS,using VC programming
- 2022-02-02 02:41:01下载
- 积分:1
-
简单的access应用程序
简单的access应用程序-simple access applications
- 2022-05-15 11:15:06下载
- 积分:1
-
Photo Database Access
数据库中图片的存取-Photo Database Access
- 2023-01-15 11:30:04下载
- 积分:1
-
这是一个简单的数据库管理系统。它不使用任何其他的代码(即外径…
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
-This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wr
- 2022-04-20 06:29:24下载
- 积分:1