本程序可用于线性插值求解三角形顶点、任意边界点和任意内点。可用于有限元单元位移、应力等插值及图像插值
2019-12-21 22:22:29 199B MATLAB
1
该源代码采用C语言实现了误差函数erf(),其精度可根据参数ERF_N来调节(默认100),并且由于使用单次循环同时累加和累乘,因而避免了调用pow()函数,使得算法速度更快。该实现采用的是麦克劳林展开方法再逐项求积分。 另外,还包含了标准正态分布函数的计算函数norm_cdf(),该函数调用了erf()函数。
2019-12-21 22:11:05 642B erf error function 误差函数
1
文档描述了在Simulink中用C语言实现S-Function进行仿真的原理及三种方法。这可以带来很多方便,比如已经有C语言实现的算法,可以直接引入进行仿真。
2019-12-21 21:57:16 469KB Simulink S-Function C语言 仿真
1
function B=boundaries(BW,conn,dir) %输入二值图像,跟踪二值目标轮廓
2019-12-21 21:55:40 5KB function B=boundaries(BW conn dir) %
1
本资源为基于单神经元PID连续系统的Simulink仿真,控制算法为Hebb学习算法,如果想看改进后的Hebb算法请下载我的另一个资源dsj_pid_gjHebb,本仿真各个参数已调好,可完美运行。如有怀疑,请浏览我的博客:单神经元PID控制+Simulink仿真。地址为:https://blog.csdn.net/weixin_42650162/article/details/90517955
1
本资源为基于BP神经网络的PID连续控制系统Simulink仿真模型,BP神经网络学习算法通过S-function函数编写,各个参数已调好,可完美运行。如有怀疑,请浏览我的博客:基于BP神经网络PID控制+Simulink仿真 地址:https://blog.csdn.net/weixin_42650162/article/details/90678503
1
本资源为基于单神经元PID连续控制系统仿真的Simulink仿真模型,仿真算法为改进后的Hebb学习算法,各参数已调好,可完美运行。如有怀疑请浏览我的微博:单神经元PID控制+Simulink仿真。地址:https://blog.csdn.net/weixin_42650162/article/details/90517955
1
MATLAB的S-Function编写指导 ,十分全面,但是具体使用还是要结合众多网友分享的博客,以及自己实操。
2019-12-21 21:27:10 57.59MB S-Function
1
The Special Functions and Their Approximations (Mathematics in Science and Engineering): Yudell L. Luke Volume I
2019-12-21 21:24:50 3.2MB special function
1
SDS is an acronym for Solutions Development System, a C/C++ language interface compatible with the ADS® (AutoCAD® Development System) interface found in other CAD systems. SDS provides hooks into IntelliCAD, allowing you to create custom applications. SDS communicates with the user and IntelliCAD via LISP (akin to the way that ADS works with AutoLISP® and other CAD systems). However, SDS greatly augments the capabilities found in LISP with a much more powerful command base that can also access the operating system. This allows you to create even more sophisticated custom solutions. And, because SDS applications are compiled, they are typically faster than LISP applications.
2019-12-21 21:20:08 166KB intellicad
1