资源列表
scmt.m
- 用PSO-BPNN算法对时间序列数据进行拟合并预测未来一段时间数据(Using pso-bpnn algorithm to predict the future time series data)
简洁计算石墨烯电导率
- 比较简洁的计算石墨烯电导率,各类参数可从CST中获得(Concise calculation of graphene conductivity, various parameters can be obtained from CST)
一种优化的神经网络数字预失真方法
- 基于神经网络的数字预失真技术,即智能DPD(Digital Predistortion Technology Based on Neural Network)
solver_mod
- 相场基础书籍的配套计算代码,对于学习相场法的基础同学来说极其有用(The supporting calculation code of the phase field basic book is extremely useful for the students who are studying the basic method of the phase field method.)
IntegerProgrammingProblems
- matlab求解整数规划问题教程,无程序文件,可根据教程案例编写程序,易上手,适合于matlab算法初级学习。(Matlab integer programming problem solving tutorial, no program files. Written according to the tutorial case. Suitable for matlab algorithm primary learning.)
113172203VUMAT
- 专门用于abaqus对材料的二次开发,对弹塑性本构有更深入的了解(It is specially used for the secondary development of materials by abaqus, and has a deeper understanding of the elastic-plastic constitutive law.)
14771767修正剑桥模型的源程序(FORTRAN编写)
- 用于abaqus二次开发材料VUMAT,为初级学者找到更简单的方法(Materials for ABAQUS secondary development)
7分钟教你搞定fluent活塞动网格 入门必备
- 一个fluent的udf算例,适合初学者学习,并可以进行一定的更改(A fluent udf example)
帧差法检测移动目标
- 首先对avi格式视频分帧处理,基于帧间差分法检测视频中的移动目标,
列生成法
- 10分钟带你彻底了解column generation(列生成)算法的原理附java代码
shdompp-master
- SHDOMPP是一款大气辐射计算软件,可以计算大气透过率等参数,欢迎下载使用。(SHDOMPP computes radiative transfer for either collimated solar)
常微分方程和线性方程组的求解
- 包含常微分方程初值问题的求解,运用四阶Runge-Kutta方法计算该初值问题。还有对线性方程组的求解问题。是数值分析课程的基本程序。