资源列表
RSA
- RSA算法,RSA的安全基于大数分解的难度。其公钥和私钥是一对大素数(100到200位十进制数或更大)的函数。从一个公钥和密文恢复出明文的难度,等价于分解两个大素数之积-RSA algorithm, RSA Security is based on the difficulty of factoring. Its public and private keys is a large prime number (100-200 decimal or larger) function. Recove
GPS-JUST-Trimble
- GPS网平差计算核心代码,Trimble-GPS network adjustment calculation core code, Trimble
Winger-Ville
- Wigner-ville函数的ppt教程,可应用于信号的处理-Ppt tutorials Wigner-ville function can be applied to signal processing
JINTUIFA
- 程序-进退法,是一种最优化算,可应用于求解最优化问题-Program- advance and retreat method, is considered one of the most optimized, can be used to solve optimization problems
Index-system-as-a-whole-LE
- 在混沌研究中,求系统整体LE指数的matlab源代码-In the study of chaos, seeking overall system LE index matlab source code
AR-matlab
- AR的功率谱matlab程序集,用于信号的分析-AR power spectrum matlab assemblies for the analysis of signals
mutual_information
- 信息熵的matlab源代码,用于时间序列的分析-Entropy matlab source code, for time series analysis
opimize-code
- 设计迭代、有限差分法、有限元的matlab优化计算程序-Matlab design iterations, finite difference method, finite element calculation program optimization
opimize-code
- 设计Spectral methods、Probability and Stochastics等-Other design Spectral methods, Probability and Stochastics
optimize-code
- 涉及数值求积、非线性问题的计算、线性问题的求解的优化计算-Numerical quadrature involves calculating nonlinear problems, solving linear optimization problem of computing
Joseph-algorithm
- 约瑟夫算法:n个人围成一圈,每人有一个各不相同的编号,选择一个人作为起点,然后顺时针从1到k数数,每数到k的人退出圈子,圈子缩小,然后从下一个人继续从1到k数数,重复上面过程。求最后推出圈子的那个人原来的编号。 思路:按照上面的算法让人退出圈子,直到有n-1个人推出圈子,然后得到最后一个退出圈子的人的编号。 程序:坐成一圈的人的编号不需要按序排列-Joseph algorithm: n individuals in a circle, each with a different
KMP-string-match
- 编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串-Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search