-
不使用递归的快速排序法
不使用递归的快速排序法-Quick sort without using recursive
- 2023-01-30 18:50:04下载
- 积分:1
-
数值方法上机实验内容. 自适应算法用图象实现效果.
数值方法上机实验内容. 自适应算法用图象实现效果.-numerical methods for experiments. Adaptive algorithms used images to achieve results.
- 2022-05-16 08:49:17下载
- 积分:1
-
使用离散小波变换的图像压缩
图像压缩是非常有用的交际目的。在这里我使用离散小波变换的任何图像压缩。
- 2022-03-18 21:30:36下载
- 积分:1
-
很有用的算法哦。这是我好不容易找道的
很有用的算法哦。这是我好不容易找道的-useful algorithm oh. This is not easy to find the Road
- 2023-03-23 09:00:03下载
- 积分:1
-
基于R树的k近邻实现
利用R树,存储二维空间中的点数据,其中R树实现一个缓存的机制,使用LRU机制,使得可以快速的查找,输入查询点的坐标和要查询的k值,然后通过深度遍历算法对树进行遍历,获取查询点k个近邻点,这个设计有很大的实际用途,可以用于找到距离自己最近的某个物体等
- 2022-02-01 05:34:52下载
- 积分:1
-
赋权边覆盖问题——采用禁忌搜索算法的C++实现
本文详细讨论了禁忌搜索算法求解赋权边覆盖问题的定义、原理及求解思路,在文末给出了实验结果及完整的C++实现代码。
- 2022-07-17 14:42:20下载
- 积分:1
-
c语言写得一阶有限元的通用程序,很实用的。
c语言写得一阶有限元的通用程序,很实用的。-c language written in the first-order finite element of the general program, it is practical.
- 2022-04-18 06:40:49下载
- 积分:1
-
Will perform 3D Gaussian quadrature over a user
Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use.
Function inputs need not accept vector args. -Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use.Function inputs need not accept vector args.
- 2023-05-07 01:50:02下载
- 积分:1
-
OSCI组织最新lease出来的传输级建模指导实验,对初学者快速认识TLM中的一些基本概念很有用,本实验经作者修改并调试通过。...
OSCI组织最新lease出来的传输级建模指导实验,对初学者快速认识TLM中的一些基本概念很有用,本实验经作者修改并调试通过。-The tutorial4 of TLM-2.0 which is released from OSCI gruop currently!
- 2022-05-13 12:19:25下载
- 积分:1
-
冒泡法排序
使用冒泡法对序列进行排序的算法,冒泡法的基本思想是:从R1开始,两两比较Ri和Ri+1,若ki>ki+1,则交换Ri和Ri+1的位置。第一次全部比较完毕后Rn是序列最大的数据元素。
- 2022-08-09 05:49:58下载
- 积分:1