-
文本文件英文单词的计数
这是一个可以用来从一段文本文档中提出单词,并 对单词按字母进行排序,并显示出现次数的代码!希望能有用!
- 2023-06-15 07:40:03下载
- 积分:1
-
基数数值排序的源程序,很有用啊
基数数值排序的源程序,很有用啊-base numerical ranking source, useful ah
- 2022-01-26 03:44:37下载
- 积分:1
-
各类Huffman编码
各类Huffman编码-All kinds of Huffman coding
- 2022-03-23 12:40:50下载
- 积分:1
-
很强的有限元分析软件ansys55的源码,用于计算规则长方体空腔的固有频率和模态...
很强的有限元分析软件ansys55的源码,用于计算规则长方体空腔的固有频率和模态-strong finite element analysis software ansys55 source code, rules for the calculation of the rectangular cavity natural frequencies and mode
- 2023-01-24 15:05:04下载
- 积分:1
-
ocr 的脸识别德尔菲法
这是使用 delphi 的 OCR 人脸识别的源代码。欢迎下载,试用。谢谢您的支持。
- 2023-06-27 00:45:04下载
- 积分:1
-
Have to obey N (0,1) distribution Subroutine (fortran)
产生服从N(0,1)分布的子程序(fortran)-Have to obey N (0,1) distribution Subroutine (fortran)
- 2023-02-01 20:20:04下载
- 积分:1
-
matrix eigenvalue of the largest power France. For engineering calculation, Matr...
矩阵的最大特征值的幂法.
对于工程计算而言,矩阵的特征值和特征向量都是相当重要和常见的数据,这里给出的幂法是一种常见的求解方法,用的是迭代的思想。
符号说明:
1A为待求的矩阵,
2Uk,Vk为迭代用的列向量。
3最后的最大特征值maxLamda由最后一次的max(Uk)-----求Uk中的绝对值最大的元素的绝对值.所决定。
而maxLamda所对应的特征向量由最后一次迭代的Vk所决定.
主要的想法就是先选一个不为0的初始向量U0!=0,然后按下面的式子迭代。
-matrix eigenvalue of the largest power France. For engineering calculation, Matrix eigenvalues and eigenvectors are very important and common data, here is the power law is a common solution, using the iterative thinking. Symbol : 1A of the question for the matrix, 2Uk, Vk iteration of the column vector. The final three largest eigenvalue maxLamda from last max (uk Hoffmann for the uk the largest absolute value of the absolute value of the element. by decision. While maxLamda corresponding eigenvectors from the last iteration of Vk decision. The main idea was first choice not one of the initial vector 0 U0! = 0, then by the following formula iteration.
- 2022-12-15 11:10:03下载
- 积分:1
-
fdtd pml 电磁场
电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层
- 2022-02-26 22:07:58下载
- 积分:1
-
vc下实现的最优化程序代码
vc下实现的最优化程序代码-vc achieve the optimal code
- 2022-03-21 03:38:02下载
- 积分:1
-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1