-
nand flash 528字节 蓝光ecc算法
之前自己做的nand flash 小页512模式的16字节ecc计算,ecc是标准的蓝光528设计算法,采用C++设计,工程中有debug和Release,输入文件是二进制bin文件(512*n字节大小),输出bin(528*n字节大小),验证ok
- 2022-07-23 06:39:40下载
- 积分:1
-
importation of X, Y coordinates, fitting Park, using the least square fitting, I...
输入X,Y坐标,拟合公园,采用最小二乘法拟合,本人测试
- 2022-03-28 16:44:06下载
- 积分:1
-
knn算法C实现
KNN最邻近算法在c上的实现。输入样本可以根据已经训练好的模型将该词分类,或者重新训练样本,将该新输入的样本进行分类。代码是在C语言上完成的。
- 2022-01-21 00:19:45下载
- 积分:1
-
用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss...
用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
- 2022-10-31 15:55:02下载
- 积分:1
-
清华大学数学实验之数学建模综合PDF幻灯片
清华大学数学实验之数学建模综合PDF幻灯片-Tsinghua University, Experimental Math Modeling Math of General PDF slides
- 2022-02-26 17:07:19下载
- 积分:1
-
带有良好图形界面的爬墙机器人程序
爬墙机器人算法的的Python实现,带有GTK图形界面。算法描述如下:当没有墙时,机器人默认向东方移动,触墙后,根据设计的状态机进行方向的转移。该算法可以通过一般的地图测试。
- 2022-06-29 09:05:57下载
- 积分:1
-
二维函数数值最优化方法-复合形法程序
C语言编写的复合形法程序。属于计算数学算法内容,可用于求解二维函数的数值最优化问题,通过简单修改可解多维函数问题。
- 2022-04-19 09:49:37下载
- 积分:1
-
时间序列趋势分析中,观察变化方向以及查找突变点的MK程序。...
时间序列趋势分析中,观察变化方向以及查找突变点的MK程序。-Time series trend analysis, the observed direction of change and to find mutations point MK procedures.
- 2022-03-22 01:04:20下载
- 积分:1
-
energy center, two pairs of split
用能量重心法,对基2分裂的FFT算法进行校正,在整周期采样的条件下,幅值,相位,频率等可以达到很高的精度
-energy center, two pairs of split-the FFT algorithm for correction, in the whole cycle of sampling conditions, the amplitude, phase, frequency, etc., may achieve high accuracy
- 2022-04-20 19:20:20下载
- 积分:1
-
Code in java for the Traveling salesman problem. This code is very simple becaus...
Code in java for the Traveling salesman problem. This code is very simple because has only three pages. It s works same.
- 2022-03-04 06:11:45下载
- 积分:1