-
这个应该是经典编程里面的经典算法实现的八皇后问题.也通过了测试.完全达到设计要求.
这个应该是经典编程里面的经典算法实现的八皇后问题.也通过了测试.完全达到设计要求.-This should be a classic of the classic programming algorithm inside the eight Queen s problems. Also passed the test. Fully meet the design requirements.
- 2022-01-22 07:50:23下载
- 积分:1
-
一个图可以找出投影仪的中心线,我做本科毕业论文…
可以把一图形的投影中心线找出来,我本科论文就做过那玩意-A graph can find out the centerline of the projector, I did undergraduate thesis on那玩意
- 2022-06-17 03:14:47下载
- 积分:1
-
线形方程组类:包括各种线性方程组的各种求解方法,非常方便调用
线形方程组类:包括各种线性方程组的各种求解方法,非常方便调用-Linear equations categories: including a variety of linear equations to solve a variety of methods, very convenient to call
- 2023-03-26 16:40:03下载
- 积分:1
-
ACM的算法参考书,涉及最短路径、最小生成树、网络流、可行遍性问题等...
ACM的算法参考书,涉及最短路径、最小生成树、网络流、可行遍性问题等-ACM Algorithm Book
- 2022-08-16 05:25:20下载
- 积分:1
-
约瑟夫问题,数据结构的经典例题。有助于大家对数据结构的理解!...
约瑟夫问题,数据结构的经典例题。有助于大家对数据结构的理解!-Joseph problems, the data structure of the classic Example. Data structure will help everyone understand!
- 2022-06-14 23:54:00下载
- 积分:1
-
矩阵运算函数
用C++实现对矩阵的一些运算,包括反转180度,旋转90度,270度,合并等,在主函数给出测试。
- 2022-11-18 12:55:02下载
- 积分:1
-
3D Math Primer for Graphics and Game Development
3D Math Primer for Graphics and Game Development
- 2022-06-02 08:02:48下载
- 积分:1
-
on SUM_ARRAY Part C code
关于SUM_ARRAY用C编的代码-on SUM_ARRAY Part C code
- 2022-11-27 10:20:03下载
- 积分:1
-
Canny 边缘检测器荸荠图像
Canny 边缘检测器是使用一种多阶段算法来检测图像中的边缘的种类繁多的边缘检测算子。1986 年,它是由约翰 F.Canny 开发。Canny 也产生了边缘检测解释为什么工程技术计算理论。Canny 的目的是寻求最优的边缘检测算法。在此情况下,"最佳"边缘检测器的手段: 具有良好的检测 — — 算法应标记尽可能多真实作为 possible.good 定位图像中的边缘 — — 边缘标记应尽可能接近真实 image.minimal 响应中的边缘 — — 给定的边缘图像中应该只有一次,标记和在可能的情况下,图像的噪声不应创建伪边缘。为了满足这些需求 Canny 使用变分法 — — 一种发现功能,优化技术给出了功能。Canny 的探测器中的最优函数描述由总和 fourexponential 条款,但它可以近似为高斯一阶导数。
- 2022-07-05 06:36:32下载
- 积分:1
-
In this note we make a critical comparison of some matlab programs for the digit...
详细表述了分数阶傅立叶变换的离散实现,将现有的算法进行比较。-In this note we make a critical comparison of some matlab programs for the digital computation of the
fractional Fourier transform that are freely available and we describe our own implementation that lters
the best out of the existing ones. Two types of transforms are considered: First the fast approximate
fractional Fourier transform algorithm for which two algorithms are available. The method is described
in H.M. Ozaktas, M.A. Kutay, and G. Bozdagi. Digital computation of the fractional Fourier transform.
IEEE Trans. Signal Process., 44:2141{2150, 1996. There are two implementations: one is written by
A.M. Kutay the other is part of package written by J. O Neill. Secondly the discrete fractional Fourier
transform algorithm described in the master thesis C . Candan. The discrete fractional Fourier transform,
Bilkent Univ., 1998 and an algorithm described by S.C. Pei, M.H. Yeh, and C.C Tseng: Digital fractional
Fourier transform base
- 2022-02-09 21:16:41下载
- 积分:1