资源列表
CH4-skel-therm
- 可以用作以甲烷为燃料的燃烧模拟,做燃烧方向的重要资料(Combustion simulation of methane as fuel)
车桥耦合建模
- 移动弹簧+簧上质量 与桥梁耦合振动分析。数值分析。(ansys command flow vehicle bridge coupling length of the bridge is 10m, you can change the parameters, parametric modeling)
欧元趋势追踪者
- eurusd 趋势型ea,通过小止损大止盈来盈利,优化仓位控制风险。(EURUSD trend EA, through small stop loss to profit, optimize the position control risk.)
anfis+pso
- ANFIS+PSO code for Matlab
CRB
- 阵列信号处理中克拉美罗界(CRB)算法程序,可以用来估计MUSIC和ESPRIT算法的精度。(CRB algorithm program in array signal processing can be used to estimate the accuracy of MUSIC and ESPRIT algorithms.)
Dissertation-ARIMA_SVR-prediction-master
- 基于时间序列分析ARIMA和SVR组合模型的预测(Prediction of ARIMA and SVR combined models based on time series analysis)
H-ELM
- 可用作数据分类和拟合,深度极限学习机拥有深度学习的优势和自身计算速度快的优势(It can be used to classify and fit data. The deep extrme learning machine has the advantages of depth learning and fast computing speed.)
基于博弈论的全双工系统无线资源分配
- 由于自干扰和用户间干扰,全双工系统上下行链路之间的功率冲突问题问题被耦合在上行链路和下行链路信道之间,并且可以被表示为联合的上行链路和下行链路的和速率最大化。由于该问题是非凸的,因此将此问题建模为上下行信道之间的非合作博弈,提出了一种基于博弈论的迭代算法。(Due to the self-interference and interuser interference, the problem is coupled between uplink and downlink channels, an
连续隐马尔可夫离散隐马尔科夫模型的MATLAB实现
- 隐马尔可夫连续和离散情况下的MATLAB实现(MATLAB Realization of Hidden Markov Continuous and Discrete Conditions)
18-33粒子群优化灰色预测
- 用粒子群算法优化灰色预测模型,程序可以运行,自己编写的,如有问题,可以联系我沟通(Using particle swarm optimization to optimize the grey prediction model, the program can run, write by oneself, if there are problems, you can contact me to communicate.)
gcn-master
- 图卷积神经网络实现代码, python实现了图卷积神经网络的功能。(the code for gcn use python the paper is COVARIANT COMPOSITIONAL NETWORKS FOR LEARNING GRAPHS)
二维Euler方程C++
- 该程序是用C++语言编写的,用来求解二维欧拉方程,采用的计算案例是二维翼型,采用中心差分格式进行离散和求解。