-
给大家交流几个C++数学函数。
给大家交流几个C++数学函数。-to exchange a few C math functions.
- 2022-03-10 23:24:53下载
- 积分:1
-
用c语言编写的一个动画演示!文件为免费的,直接解压,在tc环境下运行!...
用c语言编写的一个动画演示!文件为免费的,直接解压,在tc环境下运行!-using a language of animation demo! Documents for free, directly extracting the environment tc run!
- 2022-07-24 19:41:14下载
- 积分:1
-
路径搜索c++算法实现
路径搜索c++算法实现-Path Search Algorithm
- 2022-01-25 14:00:28下载
- 积分:1
-
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能...
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能-used textbook prepared registered user management system, users can achieve additions, deletions and change function
- 2022-03-05 20:51:30下载
- 积分:1
-
java写的简单连连看游戏,网上下载一些图片作为游戏背景
java写的简单连连看游戏,网上下载一些图片作为游戏背景-Lianliankan Writing a simple java games, download some pictures as the background of Games
- 2022-07-25 02:03:31下载
- 积分:1
-
学生管理系统,希望对大家有所帮助,第一次上传,多多见谅
学生管理系统,希望对大家有所帮助,第一次上传,多多见谅-Student management system, we want to help, the first upload, a lot forgive
- 2022-01-26 04:16:42下载
- 积分:1
-
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作...
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。
(3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。
-balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins
- 2022-03-05 06:54:53下载
- 积分:1
-
帮助台票,假设每个客户和# 39的到达时间和服务提姆…
服务台的售票处,假设各顾客的到达时间间隔和服务时间均服从负指数分布,到达率λ=10人/分钟,服务率μ=6人/分钟,等待队长N=20人,仿真时间Total_time=10分钟。使用本程序仿真出的各顾客到达时刻与离开时刻曲线,等待时间与停留时间曲线.-Help desk ticket, assuming that each customer" s arrival time and service time obeys the negative exponential distribution, the arrival rate λ = 10 persons/minute, service rate μ = 6 persons/minute, waiting for Captain N = 20 people, simulation time Total_time = 10 minutes. Simulation using this program out of time with each customer to leave the moment of arrival curve, waiting time and stay time curve.
- 2023-04-02 15:15:02下载
- 积分:1
-
这个是一个简单的chat文件,谢谢大家!
这个是一个简单的chat文件,谢谢大家!-chat
- 2023-06-15 11:25:03下载
- 积分:1
-
用C实现的银行家算法,虽然和我上次上传得实现的功能是一样的,但实现方法是完全不同的,相信对不同的人因该有不同的应用...
用C实现的银行家算法,虽然和我上次上传得实现的功能是一样的,但实现方法是完全不同的,相信对不同的人因该有不同的应用-C algorithm to achieve the bankers, and the last time I uploaded in the functions is the same. but this method is completely different, I think different people have different because of the Application
- 2022-02-03 09:36:43下载
- 积分:1