资源列表

« 1 2 ... .16 .17 .18 .19 .20 18021.22 .23 .24 .25 .26 ... 28521 »

[数学计算/工程计算DFAaNFA

说明:编译原理,判断一个字符串是否满足由DFA和NFA表示的正则表达式-Compiler theory, to determine whether a string meets represented by the DFA and NFA regex
<cecilia> 在 2024-10-21 上传 | 大小:3072 | 下载:0

[数学计算/工程计算powmod

说明:An effecient algorithm to calculate the power mod (b^p)(mod n) using Dynamic Programming
<NS_Noob> 在 2024-10-21 上传 | 大小:5120 | 下载:0

[数学计算/工程计算rabin_karp

说明:An implementation of the Rabin Karp Algorithm to find the longest common sub-sequence between to strings in C.
<NS_Noob> 在 2024-10-21 上传 | 大小:6144 | 下载:0

[数据结构常用算法TopTenWords

说明:在大数据文件中,找出现次数前十的单词。这个文件不能一次加载如内存,其中用到了自己写的快排函数。-In a large data file, find the top ten the number of occurrences of the word. This file can not be loaded once, such as memory, which uses a fast row to write their own fun
<邓俊兴> 在 2024-10-21 上传 | 大小:696320 | 下载:0

[matlab例程fourier

说明:fourier with DSP (F28335)
<KFC2013> 在 2024-10-21 上传 | 大小:40960 | 下载:0

[matlab例程integerarithmatic

说明:CODE FOR COMPRESSING SEQUENCE USING INTEGER ARITHMETIC CODING.
<arrch> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[matlab例程tunning-PID-use-PSO

说明:用pso算法优化PID参数,程序中只是对P和D的参数进行了优化-PID parameter optimization using pso algorithm, the program only the P and D parameters were optimized.
<王强> 在 2024-10-21 上传 | 大小:8192 | 下载:0

[人工智能/神经网络/遗传算法FCM

说明:fcm算法,可以直接运行的代码,很好用,自己编写的-fcm algorithm can be directly run the code, very good, I have written
<xukai> 在 2024-10-21 上传 | 大小:9216 | 下载:0

[数学计算/工程计算LUforAX=b

说明:利用矩阵的LU分解来计算线性方程组,其中矩阵分解的时候利用的是Doolittle分解。-LU decomposition of matrix to calculate the linear equations, matrix decomposition when the use of which is Doolittle decomposition.
<岳晓鹏> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数学计算/工程计算crout

说明:矩阵的crout分解,将矩阵分解为下三角矩阵和上三角矩阵的乘积,其中上三角矩阵为单位上三角矩阵。-Matrix crout decomposition, the matrix into a lower triangular matrix and upper triangular matrices, in which the upper triangular matrix is ​ ​ the upper triang
<岳晓鹏> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数学计算/工程计算gauss

说明:高斯消去法求解AX=b,利用对增广矩阵进行的初等行变换,将系数矩阵变为上三角矩阵,然后回带,可以得到方程组的解。-Gaussian elimination method for solving AX = b, using the augmented matrix for the elementary row transformation, the coefficient matrix into an upper triangular m
<岳晓鹏> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数学计算/工程计算jacobi

说明:对于方程组AX=b,当系数矩阵非奇异时,对原方程进行改写,利用公式X^k=BX^(k+1)+g进行迭代求解。-For equations AX = b, when the coefficient matrix is ​ ​ nonsingular, rewriting the original equation, using the formula X ^ k = BX ^ (k+1)+g for iterative
<岳晓鹏> 在 2024-10-21 上传 | 大小:1024 | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 18021.22 .23 .24 .25 .26 ... 28521 »

源码中国 www.ymcn.org