-
文件加密算法
这是我用Des-encrypt来加密和反加密文本文件的例子,这是一个简单的示例代码,对所有聊天程序都非常重要
- 2022-04-01 10:48:33下载
- 积分:1
-
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的...
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的方法,该网络实例中实现的是对某一函数的逼近,输入层为二层,中间层可自己设定多达十几层,逼近精度非常精确。读者可根据自己的需要设定各层的数目以及相应的训练样本进行训练与测试。-The program is written in C language using the momentum method of BP neural network, which has extremely powerful scalability, can be used for function approximation and classification in areas such as language specification, including large-scale use of a dynamically allocated one, two dimensional array of methods, examples of the network realize that the approximation of a function, for the second input layer, middle layer can be set as many as a dozen layers, close to very precise accuracy. Readers may need to be set in accordance with its own number of floors and the corresponding training samples for training and testing.
- 2022-09-23 15:35:02下载
- 积分:1
-
FFT by C++, with source file
快速傅立叶变换 采用c++编程 有源代码-FFT by C++, with source file
- 2022-07-22 05:09:18下载
- 积分:1
-
四皇后问题,八皇后问题,特洛比方块等等一些数学问题算法实现...
四皇后问题,八皇后问题,特洛比方块等等一些数学问题算法实现- Four empresses questions, eight empresses questions, Turlogh
and so on some mathematics question algorithms realizes compared to
the block
- 2023-03-13 08:45:04下载
- 积分:1
-
字符串近似匹配PEX算法(k+1分片算法)
字符串近似匹配PEX算法(又称k+1分片算法),查找出模式串在目标串中所有近似匹配位置。算法中使用了一种多字符串匹配算法MultipleBNDM,代码也已提供。-PEX,String approximately matching
- 2022-02-01 16:52:37下载
- 积分:1
-
多项式相加减 求导
多项式相加减 求导-Polynomials modified derivative
- 2022-06-16 14:28:38下载
- 积分:1
-
快速排序与最长公共子序列算法(Visual C++)
快速排序与最长公共子序列算法(Visual C++)-Quick Sort and the longest common sub-sequence algorithm (Visual C++)
- 2022-02-24 23:17:56下载
- 积分:1
-
on several spline interpolation algorithm classic
关于多次样条插值的经典算法-on several spline interpolation algorithm classic
- 2022-03-25 04:31:35下载
- 积分:1
-
Java压缩解压ZIP
用Java压缩解压ZIP文件,将利用java.util.zip 包中提供的类来实现压缩和解压zip 格式文件的功能。当然,本例在功能上完全没有Winzip 等成熟的压缩软件那么强,也不能做的很强,本例仅仅是演示如何来使用java.util.zip 包中的类。
- 2022-07-23 12:53:47下载
- 积分:1
-
有关MC算法的三篇pdf文章
1.移动立方体算法的三重线性插值研究
2.空间相关MC算法的VTK实现
3.移动立方体算法中的三角剖分
有关MC算法的三篇pdf文章
1.移动立方体算法的三重线性插值研究
2.空间相关MC算法的VTK实现
3.移动立方体算法中的三角剖分-The MC algorithm of three pdf article 1. Marching Cube triple linear interpolation of 2. VTK space-related MC algorithm to achieve 3. Marching cube triangulation algorithm
- 2022-02-24 09:17:13下载
- 积分:1