资源列表
p48_2g_tatimourad_f3_3
- optimisation of gains
30090
- 可以更好地帮助学习,了解,提高MATLAB。内附一些程序实例更加实用。(We can better help to learn, understand, and improve MATLAB. It is more practical to attach some program examples.)
p48_cd_new_0040
- descr iption of many objects
kNN
- 机器学习实战,第二章knn源代码,实现k近邻功能。(Machine learning combat, the second chapter knn source code, k nearest neighbor function.)
8sm
- 一个利用深度优先搜索完成的八数码问题,人工智能(A eight digital problem with depth first search)
3-6
- 使用f[i][j]代表从i到j所花费最小费用,则将从i到j路径变成i->z->j,k代表要走的站点数量,起始位置为i所以终点位置为:i+k,保证最后一段为k所以循环截止到i<=n-k,z就是中间站点。如果这样比f[i][j]小,则交换值(Using f[i][j] to represent the minimum cost from I to j will turn I from J to i->z->j, K represents the number of si
3-12
- 双调旅行售货员问题 问题分析:给定平面上n个点,p[i]=(x[i],y[i]),I=1,2,3,…,n。点集p1,p2..pi按x坐标排序 t(i)表示点{p1,p2...pi}的最短双调TSP回路,则有, t(i) = min{t(k) + D(k,i) + d(k-1,i) - d(k-1,k)} ,1<k<i t(1) = 0,t(1) = 2d(1,2) d(i,j)为pi,pj之间的距离 D(i,j)为pi,pi+1,pi+1...pj之间累加距离 设s(i
3-17
- 字符串比较问题 问题分析:解答此题需要一个较为巧妙的解题思路。解决此题可以借用“最长公共子串”问题的解题思路。采用自底向上的动态规划思想。假设对于给定的字符串A,B长度分别为m,n,A[1..m],B[1..n],这里可以使用变量val[m][n]表示A,B的扩展距离。 对于字符串A[1..m],B[1..n],有以下两种情况: 1.A[m]和B[n]处在扩展字符串的同一个位置,那么val[m][n]=val[m-1][n-1]+abs(A[m]-B[n])。 2.A[m]和B[n]不在
轰炸弹道仿真
- 航空外弹道学的学习目的, 使用弹道表,建立航空弹道问题的分析与其动力学、运动学方程的建立 使用微分方程组求数值解(Exterior Aeroballistics learning objective, A ballistic table is used to establish an analysis of the problem of aero ballistics and the establishment of the kinetic and kinematic equation
Fortran_Alog_2nd_XuShiLiang
- Fortran算法集徐士良版,数值模拟,矩阵运算、线性方程求解、非线性方程求解、插值、数值积分(Fortran algorithm set Xu tillian version, numerical simulation, calculation of matrix, linear equations, nonlinear equations, interpolation, numerical integration)
深入浅出CUDA——很初步的CUDA指南
- 深入浅出介绍了nvdai公司基于TX1开发板使用的cuda编程语言(A brief introduction to the CUDA Programming language used by nvdai company based on TX1 development board)
MATLAB6.0数学手册[1]
- 常用数学函数,Matlab6.0,学习资料,速查手册(Common mathematical functions, Matlab6.0, learning materials, Handbook)