资源列表
qipan
- 棋盘填数问题 在N*N的棋盘上(1<=N<=10)请填入1,2,...N2共N2个数,使得任意两个相邻的数之和为素数。 填写的方案如: 在这里我们约定:左上角的格子里必须放数字1。 输出:如有多种解,则输出第一行,第一列之和为最小的排列方案;若无解,则输出“NO Answer”-chessboard fill in N * N on the chessboard (1LT; = Nlt; = 10) Please insert 1,2, ... N2 N2 total number,
电力系统PMU频率数据处理小程序
- 主要是电力系统广域测量的频率数据插值/均值处理小程序,为作者在美国期间设计,所有数据基于美国的电力数据。
ST
- RMQ问题。。 不用线段树实现。 ST算法运用的是动态规划和二进制优化的思想。使得编程复杂度降低了很多很多。-RMQ problem. . Needless to achieve segment tree. ST algorithm used is a dynamic planning and optimization of binary thinking. Makes programming reduces the complexity of many.
CALPOT
- 从气压和温度计算位势温度,输入气压和温度-calculate potential temperature from pressure and temperature
RLSforArray
- 基于RLS算法的自适应波束形成的MATLAB的源代码-adaptive beamforming based on RLS algorithm
hvd
- 希尔伯特振动分解MATLAB代码,hilbert vibration decomposition MATLAB code
daoxianDDH
- 用模拟电荷法计算导线的二维电场分布,及匹配点选择-With charge simulation method to calculate the two-dimensional electric field distribution of the wire, and matching point selection
Cmeans
- MATLAB对C均值聚类分析算法进行编程的源代码-MATLAB c-means clustering analysis algorithm for programming source code
zuixiaoercheng
- 支持向量机二分类,可以实现粒子群寻参数,遗传寻参,网格化寻找参数-Support vector machine two classification, can realize the particle swarm optimization parameters, genetic parameters, grid search parameters
svm_series
- 用python实现的SVM回归预测的程序,通过Anaconda实现对机器学习包sklearn的调用。-SVM regression using python to achieve predictable procedures, machine learning package sklearn call by Anaconda.
LWLR
- 局部加权线性回归,解决非线性回归问题,可以在Matlab直接测试。-This code is the Locally Weighted Linear Regression,which is mainly used to cope with non-linear regression.
HAMMING
- 汉明码的源代码,里面有详细的注解,大家可以自行学习