资源列表
欧拉法
- 常微分方程数值解法:欧拉法,并将其应用于自由落体问题(here is the matlab code for solving the ordinary differential equation by using the Eular method. besides, the author also gave an example for testing.)
gray prediction and iterative methods
- matlab预测模型,之灰度预测,还有改进欧拉,龙格库塔等迭代方法(prediction model, gray prediction, and improved Euler, Runge Kutta and other iterative methods)
ex_read_nc1
- 调用matplotlib绘制4维地图的案例,以颜色作为4d绘制要素 用python读取netcdf4文件(Call the Matplotlib to draw a case of 4 dimensional maps with color as a 4D drawing element ,Reading netcdf4 files with Python)
新建文本文档
- 用于45钢淬火过程中的温度场分析和应力场分析(Analysis of temperature field and stress field analysis in quenching process for 45 steel)
CH1
- 可以快速的进行数学计算,可以很好的解决数学中遇到的各种微分积分求解的问题(The mathematical calculation can be carried out quickly, and it can solve the problem of differential integral in mathematics.)
fortran
- 4种计算积分的方法,并对精度进行比较,梯形法则,simpson法则(4 methods for calculating integral)
rinex
- 读取RENIX文件(GPS导航电文),进行卫星轨道坐标解算,并将结果生成TXT文件输出。(The program can read standard RENIX file(Satellite navigation message file of GPS). and calculate the cordinate of Satellite (X,Y,Z). it will give an TXT format result.)
main
- 矩阵乘法的斯特拉森算法,采用动态数组,由C语言编写(The algorithm of matrix multiplication, using dynamic array, compiled by C language)
TicTacToc
- 基于强化学习的三子棋程序,通过学习,人机对战时电脑可立于不败之地。(Learning by reinforcement learning based on man-machine chess program, computer can be in an invincible position in wartime.)
el-ex
- Umat for elastic material model in Abaqus by VUMAT - EXPLICIT INTEGRATION
禁忌算法 C++
- 禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
kMeans
- 用python实现k-means算法。随机生成二位可视化数据集 然后进行可视化聚类(The k-means algorithm is implemented with Python. Randomly generate two bit visual data set and visualize clustering.)
