医学成像技术滤波反投影 内含R-L, R-S sweit滤波 重建后图像清晰,效果相当好
上传时间: 2014-01-25
上传用户:徐孺
以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。
上传时间: 2015-04-13
上传用户:zhanditian
R树与B树的混合树,在这个程序里面可以直接用R树和B树
标签: 树
上传时间: 2013-12-19
上传用户:ouyangtongze
利用串行驱动数码显示每位从0显示到F,到灭循环显示,要求1秒更新一次。
上传时间: 2015-04-14
上传用户:从此走出阴霾
基于SVPWM的开环V/F控制程序。用tm320lf2407实现。
上传时间: 2014-11-14
上传用户:xzt
The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.
标签: F. with Determine inverted
上传时间: 2014-01-17
上传用户:miaochun888
Program: PC FEAP Title: Finite Element Analysis Program Developer: R.L. Taylor, Department of Civil Engineering, University of California, Berkeley 1997.
标签: Program R.L. Department Developer
上传时间: 2014-01-08
上传用户:569342831
请大家看一看, 我编的这个用遗传算法求 f(x)=xsin(10pi*x)+2.0 x为-1到2区间的值
上传时间: 2015-04-24
上传用户:15071087253
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码
上传时间: 2015-04-27
上传用户:kristycreasy
BNF 递归下降语法分析器 文法: E->E+T|T T->T*F|F F->(E)|i
上传时间: 2014-01-14
上传用户:极客