资源列表
[数值算法/人工智能] my0-1knapsack
说明:给定n 个物品, 物品i重为wi 并且价值为 vi ,背包所能承载的最大容量为 W. 0-1 背包问题即是选择含有着最大总价值的物品的子集且它的容量 ≤W . 用动态规划实现-given n goods, items i weight of wi and value of vi, the backpack can carry a maximum capacity of W. 0-1 knapsack problem that<叶黎> 在 2008-10-13 上传 | 大小:1002byte | 下载:0
[数值算法/人工智能] PopAndPushDemo
说明:模拟堆栈进栈和出栈操作的两个C++源程序-simulated stack into stacks and stacks up operation two C source<王平> 在 2008-10-13 上传 | 大小:1002byte | 下载:0
[数值算法/人工智能] lagrange.c
说明:已知某函数在已知点上的函数值,用拉格朗日插值多项式求出其余点的函数值lagrange.c-known function of a known point in the function, polynomial interpolation using Lagrange points obtained a function of the remaining value lagrange.c<张林> 在 2008-10-13 上传 | 大小:1001byte | 下载:0
[数学计算/工程计算] 高斯列主元消去法(fortran)
说明:利用fortran编写的高斯列主元消去法程序<tfwei@126.com> 在 2010-10-01 上传 | 大小:1000byte | 下载:0
[matlab例程] Hough变换直线检测
说明:直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。<my1219_love@126.com> 在 2010-11-19 上传 | 大小:1005byte | 下载:1
[matlab例程] Poisson’s equation
说明:Numerical approximation to Poisson’s equation over the square [a,b]x[a,b] with Dirichlet boundary conditions. Uses a uniform mesh with (n+2)x(n+2) total points (i.e, n x n interior grid points).<kk2021> 在 2021-09-24 上传 | 大小:1004byte | 下载:0