-
数据结构课程的电子教案,很好,很精彩,为初学者的好帮手。
数据结构课程的电子教案,很好,很精彩,为初学者的好帮手。-Electronic data structure course lesson plans, very good, very exciting, a good helper for beginners.
- 2023-07-20 17:00:04下载
- 积分:1
-
my own use VC numerical algorithm development process
我自己用VC++开发的数值算法程序――二次罚函数罚,对于处理带约束的问题效果很好-my own use VC numerical algorithm development process-- second penalty function fines, and dealing with the problem of constrained good results
- 2022-01-27 16:31:33下载
- 积分:1
-
这是VC++操作EXCEL的一个例子,希望对大家有所帮助
这是VC++操作EXCEL的一个例子,希望对大家有所帮助-this is a example of operate EXCEL with VC++,hope helpful to you!
- 2023-06-22 04:00:05下载
- 积分:1
-
This is a materials management system, some errors, but also please correct!
这是一个物资管理系统,有些错误,还请大家更正!-This is a materials management system, some errors, but also please correct!
- 2022-02-01 20:09:58下载
- 积分:1
-
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进...
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack) is in the programming process frequently
meets the vitality one kind of construction of data form under, it has
such characteristic regarding data depositing and the operation: 1) it
only has a logarithm according to the port which carries on stores and
takes out; 2) less advanced first leaves, namely finally the data
which will store first is taken out. Its form looks like one kind of
memory coin very much the small container, each time only may press in
a coin from the peak, but takes out also only may carry on from the
peak, namely less advanced first leaves. Such data storage and the
management form are very useful in some programmings. For example, in
the compiling system (this is a kind of quite complex procedure),
transfe
- 2023-08-22 21:50:04下载
- 积分:1
-
直接存取Access97数据库文件(MDB)的工具库源码
直接存取Access97数据库文件(MDB)的工具库源码- Direct access Access97 database file (MDB) tool room source
code
- 2023-08-02 01:40:04下载
- 积分:1
-
本文介绍了如何使用Sybase SQL。
本文介绍了sybase中如何利用sql,-This paper describes how the sybase use sql.
- 2022-07-12 00:53:20下载
- 积分:1
-
数据结构作业,用链表堆栈求解中缀算术表达式,win32开发
数据结构作业,用链表堆栈求解中缀算术表达式,win32开发-data structure operations, using chain Stack Solution sergeant arithmetic expression, the development of win32
- 2023-03-02 12:50:03下载
- 积分:1
-
一个很好的VC++ 用ODBC编的
一个很好的VC++ 用ODBC编的-a good VC++ using ODBC series
- 2022-01-26 03:34:20下载
- 积分:1
-
医院管理
这个项目对那些想要了解数据库的 java 编程的初学者很有帮助......说明:1.打开控制面板2 单击管理工具(3) 打开 DataSources(ODBC)4.单击添加按钮选择 Microsoft Access Driver(*mdb,*accdb) 单击完成5.在对话框窗口中,用数据库,和那就是 HMS_DB 的名称填充数据源名称字段。6.单击选择按钮来浏览数据库,然后单击确定
- 2022-02-03 17:11:56下载
- 积分:1