资源列表
stemming_porter
- Program stemming with php
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
Joseph-algorithm
- 约瑟夫算法:n个人围成一圈,每人有一个各不相同的编号,选择一个人作为起点,然后顺时针从1到k数数,每数到k的人退出圈子,圈子缩小,然后从下一个人继续从1到k数数,重复上面过程。求最后推出圈子的那个人原来的编号。 思路:按照上面的算法让人退出圈子,直到有n-1个人推出圈子,然后得到最后一个退出圈子的人的编号。 程序:坐成一圈的人的编号不需要按序排列-Joseph algorithm: n individuals in a circle, each with a different
5464
- 问题描述: 现在有一个简单游戏:给你一行n个整数,要求你在两两之间放入“+”、“-”、“*”、“/”等符号共n-1个,使得表达式计算结果最大且不包含数字k。 请注意: 1) 表达式自左向右运算,不考虑优先级,例如:6+7*11=143; 2) 减法计算结果都为非负,即a-b定义为|a-b|,例如:2-5=3; 3) 除法计算结果向下取整,且除数不得为0,例如:7/5=1。 ★实验任务: 现请你写一个程序,求出这个最大值。 ★数据输入: 输入数据第一行
optimize-code
- 涉及数值求积、非线性问题的计算、线性问题的求解的优化计算-Numerical quadrature involves calculating nonlinear problems, solving linear optimization problem of computing
opimize-code
- 设计Spectral methods、Probability and Stochastics等-Other design Spectral methods, Probability and Stochastics
opimize-code
- 设计迭代、有限差分法、有限元的matlab优化计算程序-Matlab design iterations, finite difference method, finite element calculation program optimization
mutual_information
- 信息熵的matlab源代码,用于时间序列的分析-Entropy matlab source code, for time series analysis
AR-matlab
- AR的功率谱matlab程序集,用于信号的分析-AR power spectrum matlab assemblies for the analysis of signals
Index-system-as-a-whole-LE
- 在混沌研究中,求系统整体LE指数的matlab源代码-In the study of chaos, seeking overall system LE index matlab source code
JINTUIFA
- 程序-进退法,是一种最优化算,可应用于求解最优化问题-Program- advance and retreat method, is considered one of the most optimized, can be used to solve optimization problems
Winger-Ville
- Wigner-ville函数的ppt教程,可应用于信号的处理-Ppt tutorials Wigner-ville function can be applied to signal processing
