-
Beijing University of Chemical Technology in 2008 summer training report of a pr...
北京化工大学2008年暑期集训一次训练的解题报告和核心代码-Beijing University of Chemical Technology in 2008 summer training report of a problem-solving training and core code
- 2022-06-29 18:43:34下载
- 积分:1
-
数据结构算法,图最短路径
数据结构算法,图最短路径-data structure algorithm, the shortest path map
- 2022-05-18 11:14:14下载
- 积分:1
-
房产中介信息管理 房产中介信息管理
房产中介信息管理 房产中介信息管理-Real Estate Agents Real Estate Agents Information Management Information Management
- 2022-01-28 09:38:43下载
- 积分:1
-
用C语言实现动态表的源程序,包括各种必须的方法
用C语言实现动态表的源程序,包括各种必须的方法-C language movements of the source, including all necessary means
- 2022-05-07 10:57:32下载
- 积分:1
-
在 php 中的网站类
在我的教室里,我学会了如何在 php 中使类。这就像在其他语言中的类。所以我分享我的课堂学习。
- 2022-08-07 21:33:00下载
- 积分: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
-
数据结构C++(20041116)
数据结构C++(20041116)-data structure C (20041116)
- 2022-03-14 14:18:52下载
- 积分:1
-
拉斯维加斯,KMP模式匹配算法,mentro Carlo三的原始股份有限..
Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
- 2022-05-24 23:20:37下载
- 积分:1
-
RMQ的st算法,两道题,一个是一维的,一个是二维的
RMQ的st算法,两道题,一个是一维的,一个是二维的-RMQ the st algorithm, two questions, one is one-dimensional, and one is two-dimensional
- 2022-07-12 03:53:26下载
- 积分:1
-
匈牙利算法 解决类似于线性规划中的分配问题,用于各种匹配算法...
匈牙利算法 解决类似于线性规划中的分配问题,用于各种匹配算法-Hungary is similar to linear programming algorithm to solve the distribution problem, for a variety of matching algorithm
- 2022-01-25 19:09:33下载
- 积分:1