资源列表
io(1)
- 用于计算粒子轨迹积分后的辐射剂量,需要导入fluent计算出的粒子运动历史和光照强度,分别由DPM模型和radiation模型得出(this code is used to calculate UV dose of water disinfection reactor)
vuel_springs_3d_jumpDofs
- 用abaqus单元开发子程序uel生成弹簧单元。(User subroutine VUEL defining a three-dimensional spring element with degrees of freedom ordered in a nonstandard way)
error_ellipse
- 误差椭圆,计算椭圆误差,画出对应的椭圆曲线,根据特征值特征向量计算得到的(Error ellipse, calculate ellipse error, draw corresponding ellipse curve, calculate according to eigenvalue eigenvector)
PSO算法求解CVRP“车辆路径问题”
- 有容量限制的车辆路径问题的启发式算法,本实验采用的是粒子群算法(heuristic algorithm for capacited vehicle routing problem)
增量式PID算法PDF+MATLAB源程序
- 增量式pid的MATLAB仿真,会阶跃波形的跟踪效果(MATLAB simulation of incremental PID)
1
- fluent数值计算中在指定单元坐标加入源项的udf(Add source term to cell coordinates in numerical analysis)
Mine_CNN_MNIST
- 深度学习的部分经典模型,tensorflow1.4,python3.5,有AlexNet,LeNet等(Part of the classic model of deep learning, tensorflow1.4, python3.5, with AlexNet, LeNet, etc.)
Tensorflow_manual_cn
- tensorflow示例代码,人工智能,机器学习(tensorflow machine learning)
从滞回曲线提取骨架曲线点Matlab程序
- 实际工程试验应用,从滞回曲线中提取骨架曲线(it will help solve some qusetions)
新建文件夹
- BP神经网络股票建模,随着股票市场混沌和分形理论的逐步确立,人们开始利用神经网络对证券市场的变动加以预测。本文的研究目的在于为股市提供一种基于BP神经网络的股价预测方法,以便提高股价预测时的运算速度和精确度,为股票市场的个人投资者和机构投资者提供新的实用方法。(BP Neural network stock modeling, with the stock market chaos and fractal theory gradually established, people began to
分子动力学模拟
- 计算原子位置的模拟程序,实时显示原子所在位置(A simulation program for calculating the position of atoms, it shows where the atoms are in real time.)
拉格朗日函数
- 拉格朗日函数分类 包含了一个使用拉格朗日函数对数据进行分类的程序