资源列表
crc
- 电子软件工程师必备的工具,CRC8\CRC16\CRC32\totlesum,数据校验工具。-data crc check ,8\26\32
eigenvalue
- 计算矩阵的特征值和特征向量,采用带双步位移的方法求特征值,并采用高斯消去法解特征向量。 -Calculate the eigenvalues and eigenvectors of the matrix, with a two-step displacement method for solving eigenvalue and Gaussian elimination method for solving feature vector.
45
- 计算机数值方法中利用追赶法求线性方程组的解,在此只限定四阶-The use of the catch-up method to seek the solution of linear equations
hpir
- 拟合与逼近算法代码。包括最小二乘曲线拟合、切比雪夫曲线拟合、最佳一致逼近的里米兹方法、矩形域的最小二乘曲面拟合-Fitting and approximation algorithm code. Including the least squares curve fitting, cut Chebyshev curve fitting, best uniform approximation method of Li Mizi rectangular domain least squares su
kring
- 克里金差值方法程序,自己写得,可以进行数据分析时差值,效果很好-Kriging difference methods and procedures, and written, can carry out data analysis, the difference, the effect is very good
Prj2_exp1
- 求等径双圆筒透镜中三条物方电子主轨迹(求出电场分布和等位线后用四阶龙格库塔法求电子轨迹)-Calculation of Electron Physics
Prj2_exp2
- 求沿平行静电偏转板中心入射的电子轨迹-Calculation of Electron Physics
nonuniformsampling-nudft
- 实现非均匀采样信号的离散傅里叶变换.对信号进行非均匀采样后进行非均匀离散傅里叶变换。用多个信号对该程序进行了测试。-given a signal, sample it non-uniformly and then compute the Fourier spectrum of non-uniformly sampled signals using Non-uniform Discrete Fourier Transform(NUDFT).The programm is tested using
ho2b
- 将十六进制转换成二进制数,将八进制数转成二进制数-Transforms every element of an hexadecimal number into binary,Transforms every element of an octal number into binary
FFT
- 快速傅里叶算法代码源文件 c语言 亲测简单能用-Fast Fourier algorithm c language is simple and can be used
SHA1(deep-optimization)
- SHA1汇编码的深度优化改写: 写个程序,用的了SHA1汇编码,百度了一堆,但是没有一个满意的。 并且都对500M以上的大文件支持不好,可怜单位配的256M内存的古董机!!!!! 于是自己决定重新写个,该源码对大文件的计算速度较快. 程序改写要点,除了对算子的优化外,还优化掉了数据表。由于优化掉了部分特种码,可以一定程度上避免PEiD类的软件侦测到所采用的算法类型 写完后,发现:中间那一堆代码怎么看怎么那么不顺眼呢!!,继续改写,进行了优化,把中间的算子优化掉。 附带全部
queen
- 这道题的算法思路比较简单,其重点在于对搜索的剪枝优化,由于如果对于每一行都枚举每一列,显然其中会有很多在枚举过程中就可以判断不可能出解的情况,显然对这些情况的继续向下一行搜索是无用的冗余操作,所以我们应在枚举搜索中加入一些判断条件,以减少无用的搜索分支。 -Algorithm of solving the problem is relatively simple idea, with its emphasis on the search pruning technique, because
