-
bp神经网络源代码(很好用)
资源描述这个我自己编译的bp网络源代码 很好用的
- 2022-05-14 05:41:20下载
- 积分:1
-
实现有限元软件ansys输出单元编号的按高程随机选取
实现有限元软件ansys输出单元编号的按高程随机选取-Ansys finite element software to achieve the output unit numbers randomly selected by the elevation
- 2023-02-26 06:00:04下载
- 积分:1
-
xml读写库C++源码
TinyXML是一个简单小巧,可以很容易集成到其它程序中的C++ XML解析器。 TinyXML被设计得容易快速上手。它只有两个头文件和四个cpp文件。只需要把它们简单地加到你的项目中就行了。有一个例子文件——xmltest.cpp来引导你该怎么做。TinyXML以Zlib许可来发布,所以你可以在开源或者商业软件中使用它。许可证更具体的描述在每个源代码文件的顶部可以找到。TinyXML在保证正确和恰当的XML输出的基础上尝试成为一个灵活的解析器。TinyXML可以在任何合理的C++适用系统上编译。它不依赖于异常或者运行时类型信息,有没有STL支持都可以编译。TinyXML完全支持UTF-8编码和前64k个字符实体。
- 2022-03-16 12:21:26下载
- 积分:1
-
定点化fft变换
快速傅里叶变换的算法,由于浮点数在计算机中运算速度要低于整型,本程序在fft快速变换的基础上,将程序转换为定点运算,进一步提高速度。
- 2023-02-13 07:05:03下载
- 积分:1
-
一个非常实用的c语言快速傅立叶变换程序,可以做傅立叶正变换和反变换
一个非常实用的c语言快速傅立叶变换程序,可以做傅立叶正变换和反变换-A very useful fast Fourier transform c language program, you can now make Fourier transform and inverse transform
- 2023-03-29 04:25:03下载
- 积分:1
-
XMDS is a code generator that integrates equations. You write them down in human...
XMDS is a code generator that integrates equations. You write them down in human readable form in a XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.
- 2022-05-07 07:29:40下载
- 积分:1
-
欧几里德算法和扩展欧几里德算法。用C和C++实现。
欧几里德算法和扩展欧几里德算法。用C和C++实现。-extended Euclidean algorithm and the Euclidean algorithm. C and C to achieve.
- 2023-04-02 23:35:03下载
- 积分:1
-
This is a gray code forecast, Gray forecast general parameters applied to the ne...
这是灰色预测代码,一般灰色预测的参数需要应用到矩阵的运算,本代码通过对其变形,使其运算简单化.-This is a gray code forecast, Gray forecast general parameters applied to the needs of the matrix computation, the code through its deformation, it Operational simplistic.
- 2022-03-09 13:55:45下载
- 积分:1
-
矩阵运算的类,可以方便地进行矩阵加,减,乘等运算。
矩阵运算的类,可以方便地进行矩阵加,减,乘等运算。-matrix calculation of categories, and convenient for the matrix, plus or minus, by other operators.
- 2022-08-09 18:12:50下载
- 积分:1
-
C + + 中的 Strassen 算法源代码
使用 Strassen Algorithm 对乘法方阵。
IDE Visual Studio 2012 的 c + + 项目。
- 2022-07-03 06:21:52下载
- 积分:1