搜索资源列表
psbosubak
- 打开一原始图像,产生含噪图像,用 wdencmp函数给图像除噪,并绘出除噪图像。-To open a original image, resulting in noisy images, with the exception of wdencmp function to the image noise, and draw images in addition to noise.
C.program_antilogy
- 本书介绍了C++实用编程技术和最佳的实践方法,深入研究了异常处理。-This book describes the practical C++ programming techniques and best practices, in-depth study of exception handling.
ThrowTest
- 怎样运用各种各样的抛出的方法。在这个例子这个你就可以学习到这个异常的抛出-How to use a variety of throw method. In this example, you can learn from this to this exception is thrown
Transform
- 从十进制转换为其他进制,非常完美,含有异常处理等内容-Convert from decimal to hexadecimal to other, very perfect, contains the exception handling etc.
duoqiuti-pingmianyichang-jisuan
- 该程序功能实现重力勘探中的多球体平面异常计算,并相应的进行其他操作-The program functions to achieve more in the sphere of gravity exploration exception plane calculations and other operations corresponding to
JTC
- An unexpected exception has been detected in native code outside the VM.
standard_JTC
- The exception above was detected in native code outside the VM Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
waveletchange
- The WAVELETCHANGE dialog is initiated by calling WAVELETCHANGEINIT which then calls WAVELETCHANGE. With one exception, WAVELETCHANGE is never called directly from another program. Tha exception is when another program has a figure handle th
ARMA
- ARMA时间序列模型预测风电场风功率大小,matlab源代码特例分析-ARMA time series models to predict the size of wind farm wind power, matlab source code for exception analysi
NSA
- 负向选择算法的一个例子,它的基本思想就是通过采集正常数据集合生成检测器集,然后将待测数据与抗体集合中全部元素进行匹配计算,如与任一元素的匹配达到一定阈值,即判断该数据异常。-An example of negative selection algorithm. The basic idea is to collect the normal data set generated by the detector set, and then tested the data collection wit
columnlegend
- 针对gridlegend在设置多行特例不够紧密的问题,使用columnlegend可以得到更好的效果。-For multi-line exception gridlegend set close enough problems, use columnlegend can get better results.
FR共轭梯度法
- 共轭梯度法也就是共轭方向法的一种特殊形式,即初始搜索方向为梯度方向。其中根据β的不同又可细分为FR、PRP等方法,主要参考了文件夹中的四本书的内容对其进行总结。最优化算法本质上都是进行最小值的寻优,FR共轭梯度法也不例外。寻优的问题包括两个重要的方面,一个是方向,一个是步长。(Conjugate gradient method is a special form of conjugate direction method, that is, the initial search directio
VS2015 与 Matlab2016b编译环境设置
- 64位编译,VS2015调用Matlab2016编译生成的DLL,搞定各种运行错误,调试错误。32位编译下,VC++(Visual studio)调用Matlab编译生成的DLL本来是一件很容易的事情,现在转到64位了,编译环境设置不当,程序无法调通。另外,参照别人的帖子copy代码,不仔细思考,容易出现各种运行报错。(VS2015 call the DLL by Matlab2016. Enviroment setting in the Visual studio 2015. Solve th