-
Bisection
he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively bisect the interval, generating a sequence of intervals [ak,bk] that is guaranteed to converge to a solution to f(x) = 0.
- 2009-03-20 04:30:16下载
- 积分:1
-
MATLAB_Exp5_0407_2006
MATLAB_Exp5_0407_2006 成大教學講義(MATLAB_Exp5_0407_2006)
- 2009-04-29 10:17:54下载
- 积分:1
-
intensity_try
线阵超声换能器的二维发射声场仿真,采用FIELD II声场仿真工具包。(the simulation of the transmission intensidy field of a linear transducer by using FIELD II.)
- 2015-01-01 15:50:21下载
- 积分:1
-
ngx-markdown-module
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
- 2014-02-06 11:50:09下载
- 积分:1
-
IDA
增量动力分析方法是近年来发展起来的一种用于评价结构抗震性能的动力参数分析方法。(Incremental dynamic analysis method is dynamic parameters analytical method for uating seismic behavior of structures developed in recent years.)
- 2016-11-27 20:28:25下载
- 积分:1
-
lyapunov55
加迷路事要哂;民怒目国家烟草专卖局 硕果累累进行了 ( flgkop [ki fsd djio kdl alk djfo )
- 2009-10-30 19:57:50下载
- 积分:1
-
MFE_Toolbox
matlab在统计等方面运用 MFE_Toolbox(matlab statistics MFE_Toolbox)
- 2010-12-02 00:51:42下载
- 积分:1
-
gridedit
在matlab环境下对grid文件进行可视化修改,方便灵活。(In the matlab environment to visualize modified grid files, convenient and flexible.)
- 2015-03-18 20:37:58下载
- 积分:1
-
NumericalComputing
Ebook on Numerical computing on matlab
- 2009-04-10 15:29:22下载
- 积分:1
-
simplex_2steps
最优化算法中,单纯形表法+两步法的matlab实现,通过两个实例调用两个函数实现(Optimization algorithm, matlab tableau method+ two-step method of implementation, call the two functions by means of two examples of the realization)
- 2015-07-06 16:39:30下载
- 积分:1