-
设计一个项目,排出AOE网络,并将数据输入计算机,用程序进行分析。...
设计一个项目,排出AOE网络,并将数据输入计算机,用程序进行分析。-Design a project, from AOE network, and data entered into the computer, using the procedure for analysis.
- 2022-05-07 23:26:23下载
- 积分:1
-
This the memory allocation of some discussion and some algorithm to achieve!
这是有关内存分配的一些讨论 以及 一些算法的实现-This the memory allocation of some discussion and some algorithm to achieve!
- 2023-02-02 01:05:03下载
- 积分:1
-
停车场管理系统的源代码
由于停车场是一个狭窄通道,而且只有一个大门可供汽车进出,问题要求汽车停车场内按车辆到达时间的先后顺序,依次由北向南排列。由此很容易联想到数据结构中的堆栈模型,因此可首先设计一个堆栈,以堆栈来模拟停车场,我设计用顺序存储结构来存储停车场内的车辆信息,并给车辆按进栈顺序编号,当停车场内某辆车要离开时,在他之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入停车场。这是个一退一进的过程,而且让道的汽车必须保持原有的先后顺序,因此可再设计一个堆栈,以之来暂时存放为出站汽车暂时让道的汽车。当停车场满后,继续进来的汽车需要停放在停车场旁边的便道上等候,若停车场有汽车开走,则按排队的先后顺序依次进站,最先进入便道的汽车将会最先进入停车场,这完全是一个先进先出模型,因此可设计一个队列来模拟便道,队列中的数据元素设计成汽车的车牌号,并以链表的形式存储。另外,停车场根据汽车在停车场内停放的总时长来收费的,在便道上的时间不计费,因此必须记录车辆进入停车场时的时间和车辆离开停车场时的时间,然后计算、显示费用情况。
- 2023-04-01 23:20:03下载
- 积分:1
-
the binary tree traversal. And recursive and non
二叉树的各种遍历。递归和非递归遍历以及层次遍历。-the binary tree traversal. And recursive and non- recursive traversal level traverse.
- 2022-05-09 14:28:11下载
- 积分:1
-
马踏棋盘问题,数据结构中的知识点,欢迎大家下载
马踏棋盘问题,数据结构中的知识点,欢迎大家下载-this is about the datastructure,you can see it
- 2022-04-11 00:41:26下载
- 积分:1
-
关于:
About:
hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases.
Release focus: Major feature enhancements
Changes:
This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download.
Author:
cruppstahl
- 2023-08-10 06:40:03下载
- 积分:1
-
矩阵常见算法,C++实现的类,这是个下载的公用类如果侵犯了您的权利,请告诉我。...
矩阵常见算法,C++实现的类,这是个下载的公用类如果侵犯了您的权利,请告诉我。-This class implements some usual operation about matrix.If this pragram being put on the internet
infringe upon your right,please tell me.
- 2022-02-12 01:33:50下载
- 积分:1
-
111 Queen's algorithm includes the classic two hope you like
皇后算法111 很经典的 内含两种 希望大家喜欢-111 Queen"s algorithm includes the classic two hope you like
- 2022-10-06 00:30:03下载
- 积分:1
-
Binary Tree Application
二叉树应用-线索化二叉树遍历的源码以及实验报告!-Binary Tree Application- threaded binary tree traversal of the source and the experimental report!
- 2022-05-24 23:37:42下载
- 积分:1
-
experimental data structure report
数据结构实验报告-experimental data structure report
- 2022-10-04 06:20:03下载
- 积分:1