-
把1到n的数放在一个环里,使相邻的2个数和是质数.用递归做
把1到n的数放在一个环里,使相邻的2个数和是质数.用递归做-n to put a few on a loop, so that the two neighboring and the number is prime. Using recursive do
- 2023-06-17 09:15:03下载
- 积分:1
-
快速排序的时间测量
"""
- 2023-08-31 01:10:03下载
- 积分:1
-
用C++编写一个进行汉诺塔游戏的程序,只需要输入汉诺塔的层数,会自动计算如何进行搬运最简单...
用C++编写一个进行汉诺塔游戏的程序,只需要输入汉诺塔的层数,会自动计算如何进行搬运最简单-a programme that been writen by c++ which can calculate the simplest way to solve the hannuota game.
- 2022-03-04 17:34:38下载
- 积分:1
-
C语言实现的寻找多数元素代码
C语言实现的寻找多数元素代码,含英文注释。算法采用《算法设计技巧与分析》(沙特)一书上的方法。在一个整数序列A中,如果整数r在A中出现的次数大于序列A的一半,那么我们把这个r称为多数元素。如何更快的找出这个元素呢?在原序列中去除两个不同的元素后,那么在原序列中的多数元素在新序列中还是多数元素。
- 2022-11-30 03:55:03下载
- 积分:1
-
matrix operations such as matrix inversionmethods,It is part of java3d project...
java 写的matrix等的一些操作,含有矩阵求逆等方法,是java3d的一部分。https://java3d.dev.java.net/binary-builds.html -matrix operations such as matrix inversionmethods,It is part of java3d project. https:// java3d.dev.java.net/binary-builds.html
- 2022-02-22 08:10:23下载
- 积分:1
-
Fast Fourier Transform C language source code
快速傅利叶变换 C 语言源代码-Fast Fourier Transform C language source code
- 2022-03-20 14:09:03下载
- 积分:1
-
基于视频的图像处理系统
基于AVI的 图像处理系统 里面有目标检测和背景差分法还有提供目标跟踪分析。
- 2022-06-21 12:42:59下载
- 积分:1
-
后缀树实现在Java中
后缀树实现在java中。该算法后缀树实现。字符串是从控制台输入和输出是在输出文件中生成。
- 2022-03-21 03:14:03下载
- 积分:1
-
7. 求矢量夹角余弦 8. 求线段之间的夹角 9. 判断线段是否相交10.判断线段是否相交但不交在端点处 11.求线段所在直线的方程 12.求直线的斜率 13....
7. 求矢量夹角余弦 8. 求线段之间的夹角 9. 判断线段是否相交10.判断线段是否相交但不交在端点处 11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点16.判断线段是否相交,如果相交返回交点-7. For vector cosine angle 8. For the angle between the line 9. Line judge whether the intersection 10. Line judge whether the intersection but do not pay the endpoint Office 11. For the straight line segment where equation 12. For a linear slope 13. Seeking straight tilt angle 14. For a certain point on a linear symmetrical 15 points. to judge whether the intersection of two straight and for 16 straight intersection. Line judge whether the intersection, the intersection to intersection
- 2022-04-26 18:57:52下载
- 积分:1
-
superpiexl 段
superpiexl 是一种分割方法和理念,将图像分割成一个个类似大pixel的块儿,艾玛,我的表述怎么这么不给力,总之,它是图像预处理过程。这里上传的这个code,是superpiexl的实现,可以直接使用,观察图像分割的结果,enjoy it!
- 2022-03-19 11:17:10下载
- 积分:1