-
通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶...
通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth- first traversal, the former sequence, sequence, after the preorder, the shape of the tree by tree print, the total number of nodes statistics, statistics leaf nodes, the nodes to the right statistics to calculate tree height, remove all leaf nodes, insert nodes, the nodes you delete nodes from the former preorder results and the results of Spanning Tree preorder, After the preorder from the results and the results preorder spanning tree, check whether the tree balanced and complete balance.
- 2022-06-28 10:58:58下载
- 积分:1
-
basic image prossesing
basic image prossesing
- 2022-01-25 23:17:30下载
- 积分:1
-
直接在内存运行PE
使用了PE加载技术、Hook技术用程序加载PE文件到内存并运行。当在内存中运行的程序,比如arp.EXE执行完之后就会退出,那结果是ExitProcess被调用,那将是我们主进程也结束,显然我们不希望这样。
处理办法:HOOK ExitProcess。问题来了,对MS的许多控制台程序,它们退出都是调用exit,所以如果HOOK ExitProcess, 那我们俩次在内存中运行arp.EXE之后就会死锁。所以对这类程序而言,不能H
OOK ExitProcess,只能HOOK msvcrt!exit。LOADER要加载一个EXE文件,这个EXE文件加载的地址是在0x400000。在我们LOADER的MAIN函数里面,这个地址已经被占用,而你是不能去Free这个地址
重新分布的,这样可能会导致程序崩溃,处理方法相见说明。
- 2022-01-21 18:51:40下载
- 积分:1
-
- 2022-03-16 10:38:51下载
- 积分:1
-
GIS软件,动态图层,很好玩的,在上面放一部车,设置车的属性还有起点和终点,车就能动起来...
GIS软件,动态图层,很好玩的,在上面放一部车,设置车的属性还有起点和终点,车就能动起来-GIS software, dynamic layers, is a lot of fun, in the above release a car, a provision also attributes the starting point and end point, cars will be able to move
- 2023-03-04 04:30:04下载
- 积分:1
-
基于avr的超声波测距仪
基于avr单片机的超声波测距仪
包含源代码 pcb工程图
- 2022-02-09 10:34:27下载
- 积分:1
-
五种排序算法,此外,几乎包含了所有常见的数论里的算法。...
五种排序算法,此外,几乎包含了所有常见的数论里的算法。-five sort algorithm。in addition,contains all the common algorithm of maths
- 2023-05-30 00:00:03下载
- 积分:1
-
小波神经网络程序,收敛性比BP神经网络好,可以避免局部最优,可用于分类,函数逼近等...
小波神经网络程序,收敛性比BP神经网络好,可以避免局部最优,可用于分类,函数逼近等-Wavelet neural network procedures, convergence than the BP neural network, and can avoid local optimum, can be used for classification, function approximation, etc.
- 2022-02-25 21:12:00下载
- 积分:1
-
基于二次型性能指标的单神经元pid控制程序,用matlab实现,调试已通过。...
基于二次型性能指标的单神经元pid控制程序,用matlab实现,调试已通过。-based on quadratic performance indicators single neuron pid control procedures, using Matlab realized, Debugging has passed.
- 2022-09-22 19:55:02下载
- 积分:1
-
C A D 的 电 子 教 案!应该很多人会需要吧
C A D 的 电 子 教 案!应该很多人会需要吧-CAD of electronic lesson plans! Should be a lot of people will need it
- 2022-08-03 14:36:08下载
- 积分:1