搜索资源列表
200505191126313004
- 这是一个数据库开发的程序设计软件,内含油源代码和其他的一些文档-This is a database development program design software, the source code within the oil and some other documents
Access password
- access密码破解程序, 利用VB写的ACCESS数据库密码破解程序。效果极好。-access password cracking program written in VB ACCESS database password cracking program. Very effective.
ram_database
- 内存数据库,或者可以称作通用数据结构。使用数组,链表实现了内存数据库的框架,包含域,记录。基本上可以管理各种程序所需要的数据结构。-memory database, or can be called generic data structure. Use arrays, linked list of memory to achieve the framework of the database, including domain record. Basically management proc
F90shuzhijisuanchengxuku
- fortran90数据库程序安装后有很多子程序可以直接调用方便实用非常好 强烈推荐-fortran90 database program after installation many subroutines can be called directly facilitate practical very good strongly recommended
BPlusTree
- B+树的演示程序,在vs.net 2003 下编译通过。是数据库基础的课程设计。
convert
- C/C 开发的运行于linux/unix下的程序转换到现有数据库下,基于RAD开发的程序。-Move Sybase C Program to Oracle Pro*C
test_tree
- 四级树结构的显示,数据库中的编码列分四级,本程序从数据库中读取数据,并显示在树型控件上-Four tree display, database, four points in the code column, the program reads data from the database and displayed in the tree control
programmer-interview
- 介绍了C程序设计,数据结构,操作系统,数据库和网络方面经典的面试题,很有参考价值,适合人手一本-Describes the C programming, data structures, operating systems, databases and networks classic interview questions, a good reference for staffing a
GPIO
- 数据库数据结构方面的编程 采用c++程序语言编写 很不错的一个代码-Programming database data structure using c++ programming language, a code written very good
experiment8
- 数据库实验:顺序表的基本操作,单链表的基本操作,栈的基本操作,队列的基本操作,二叉树建立及遍历操作,二叉树的应用程序设计,图的建立及遍历操作-Database eight experiments! Has more to do it, and we can refer to, hoping to help you.
1
- 数据结构相关:排序、堆栈、队列、数据库相关程序实例-Sorting, stacks, queues, database instance
sqlite-amalgamation-3071700
- sqlite数据库C源码接口程序,通过此程序可以创建,修改和删除SQLITE数据及数据-sqlite database C source interface program, through this process can create, modify, and delete data, and data SQLITE
tree
- 二叉树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可用树形象表示。树在计算机领域中也得到广泛应用,如在编译源程序如下时,可用树表示源源程序如下的语法结构。又如在数据库系统中,树型结构也是信息的重要组织形式之一。一切具有层次关系的问题都可用树来描述。满二叉树,完全二叉树,排序二叉树。 后序遍历是二叉树遍历的一种。后序遍历指在访问根结点、遍历左子树与遍历右子