-
C++编写的快速离散余弦变换
快速DCT(离散余弦变换) 也许对图像处理有用。
- 2022-03-31 18:56:19下载
- 积分:1
-
这个程序是标准的BP神经网络,可以调整输入、输出和隐曾的维数。...
这个程序是标准的BP神经网络,可以调整输入、输出和隐曾的维数。-this procedure is the standard BP neural network, can be adjusted input, output and has the implicit dimension.
- 2023-05-19 21:15:03下载
- 积分:1
-
Three
Three-dimensional finite-difference ground-water flow model 三维流体有限元源代码-Three-dimensional finite-difference ground-water flow model of three-dimensional fluid finite element source code
- 2022-04-02 05:13:21下载
- 积分:1
-
FFT 就不用多介绍了 大家都应该清楚,是以后常用的CODE 希望能帮上各位的忙
FFT 就不用多介绍了 大家都应该清楚,是以后常用的CODE 希望能帮上各位的忙-FFT on the do not have to introduce that we all should be clear, is commonly used after CODE hope you can help on the busy
- 2022-01-31 08:40:06下载
- 积分:1
-
循环对象中的Java对象
循环对象中的Java对象-recycling target of Java objects
- 2022-03-31 05:39:57下载
- 积分:1
-
calendar and the lunar calendar algorithm (Calendar)
公历及阴历算法(Calendar)-calendar and the lunar calendar algorithm (Calendar)
- 2022-03-31 15:27:34下载
- 积分:1
-
三国杀识别
这个程序确定的三国杀国战历史信息。它所使用的语言分析技术和图像模板匹配的方法。
- 2023-05-25 16:10:03下载
- 积分:1
-
轮廓树生成
轮廓提取以后,实现了对轮廓点集之间的关系描述,使轮廓查找更容易,也便于对轮廓的后续处理,分析。
- 2022-03-07 20:06:20下载
- 积分:1
-
A program ,Using language c to relize ,can solve the line system of equations an...
用C语言来实现的一个程序,可以求解线生方程组,比LU分解法求解速度快。- A program ,Using language c to relize ,can solve the line system of equations and rapider than a program with the way of LU Resolution
- 2023-05-20 06:20:04下载
- 积分:1
-
C++ 异质链表
C++的异质链表,通过定义一个viod* pData的指针来指向任意一个数据类型或者数据类型,通过C++的多态性实现在一个链表中连接不同数据类型的node的效果.可以实现对list的insert,Delete,print的操作. 支持int,char,double,string四种数据类型.在每个node中记录这个节点的type,和相应数据类型的指针,并通过模板实现对不同数据类型的操作.
- 2022-02-06 04:54:28下载
- 积分:1