资源列表
udf
- 利用 ansys fluent软件 造波udf(use fluent udf make wave)
AI
- 导弹拦截飞机的源代码,通过算出两者间的距离,时间差,速度,利用拦截算法算出相关数值,从而实现-Aircraft missiles to intercept the source code, through the calculated distance between the two, the time difference, speed, calculated using the relevant numerical algorithm block in order to achieve
TravelingSalesmanProblem
- This file contains my project from Algorithm class on Traveling Salesman Problem. It implements some branch and bound methods to increase it s performance. In the main function you can find that I use Drzewo() function Drzewoopt() functins stand for
DFT
- 密度泛函数理论和从头计算法则 对于第一性原理方面的会有很大的帮助-DFT and first principles caiculation
Music-spectrum
- 音乐频谱完整资料,包含C源码和硬件设计原理图。-Music spectrum complete information
SRC_SOMP_matlab-master
- matlab code of SOMP hyperspectral classifciation
SSE.AVX
- SSE(SSE2,SSE3,SSE4)指令集,及AVX指令集,算法加速必备文档-SSE (SSE2, SSE3, SSE4) instruction set, and AVX instruction set, algorithm acceleration necessary documents
one-dimensional-wavelet
- 通过小波相关变换对光谱信号的中存在的噪声进行平滑消除-Eliminate smoothing by wavelet transform of the spectral signal in the presence of noise
Three_body_question
- 三体问题,用于求解地球、月球的轨道的计算,运用的是龙格库塔法-Three-body problem is used to solve the earth, the calculation of the orbit of the moon, using the Runge-Kutta method
chap02-1-Gauss-Elimination
- Gauss Elimination 9.1 Solving small numbers of equations 9.2 Naive Gauss Elimination 9.3 Pivoting 9.4 Tridiagonal Systems
Monte-Carlo
- 蒙特卡洛模拟算法教程 包括随机数发生 系统模拟算法等-Monte Carlo simulation algorithm tutorial
linear_equations_solve
- 采用全主元消元法求解线形方程组,并设计出UI界面方便使用