搜索资源列表
numerical_matlab_code
- 《数值分析及其MATLAB实现》这本书以理论推导为基础,通过利用Matlab的底层库函数实现各个数值计算方法,而不是简单的调用高层函数,因此实现的算法过程很详细并具有很高的灵活性,便于自行学习和调整,实现了理论与实践的相统一。同时配有大量例题,并有Matlab数值计算、符号计算的基本使用方法。 -" " Numerical Analysis and MATLAB implementation, " " This book is based on a the
oneapf
- 基于单位功率因数控制策略的单相有源滤波,去掉非线性负载部分即为单相全控整流。开关器件采用IGBT。-Based on the unity power factor control strategy of single-phase active power filter, remove the part of non-linear load is the single-phase full-controlled rectifier. Switching device IGBT.
An-inverse
- 在目前常用的激光粒度仪反演算方法的优点和缺点基础上,为了实现各种方法的稳定性 与准确性的统一,提出一种基于退火演化算法和遗传算法组合的随机反演方法,该方法具有更 强的全局收敛性,也具有对粒径分布形状不敏感、抗噪声能力强等优点。该算法能对具有单峰 及双峰分布形式的颗粒尺寸进行精确求解,并获得合理的颗粒粒径分布结果。-, In order to achieve the unity of the stability and accuracy of the various method
glsl-optimizer-master
- GLSL优化算法,用c++语言编写,适合学习计算数学的和工科类的运用-GLSL optimizer A C++ library that takes GLSL shaders, does some GPU-independent optimizations on them and outputs GLSL back. Optimizations are function inlining, dead code removal, copy propagation, constant foldi