计时功能 用于缓动函数和贝塞尔曲线的简单 API 安装 使用 npm 安装: npm install timing-function 用法 var t = require ( 'timing-function' ) ; // choose any timing function var func = t . get ( 'sine.easeOut' ) ; // func now takes a float between 0 and 1 func ( 0.3 ) ; // returns 0.45 // for cubic-bezier: func = t . get ( 0.1 , 0.3 , 0.4 , 0.2 ) ; func ( 0.3 ) ; 职能 // linear t . get ( 'linear' ) // sine t . get ( 'sine.easeIn
2021-07-04 15:03:23 5KB CoffeeScript
1
24点程序(1)
2021-07-03 19:07:52 1KB Python实操
1
凌华控制卡Library说明,包含各种控制指令,设置指令,异常代码。
2021-07-01 12:38:03 3.9MB 凌华
1
MATLAB的S-Function编写指导文档及基础例程 ,十分全面,但是具体使用还是要结合众多网友分享的博客,以及自己实际动手搭建。
2021-06-30 09:05:59 1.08MB S-Function MATLAB 基础例程
This brief monograph on the gamma function was designed by the author to fill what he perceived as a gap in the literature of mathematics, which often treated the gamma function in a manner he described as both sketchy and overly complicated. Author Emil Artin, one of the twentieth century's leading mathematicians, wrote in his Preface to this book, "I feel that this monograph will help to show that the gamma function can be thought of as one of the elementary functions, and that all of its basic properties can be established using elementary methods of the calculus." Generations of teachers and students have benefitted from Artin's masterly arguments and precise results. Suitable for advanced undergraduates and graduate students of mathematics, his treatment examines functions, the Euler integrals and the Gauss formula, large values of x and the multiplication formula, the connection with sin x, applications to definite integrals, and other subjects.
2021-06-28 08:29:01 3.23MB 伽马函数 特殊函数 数学 欧拉积分
1
MATLAB的S-Function编写指导:详细介绍了S-Function的用法。
2021-06-27 01:23:15 2.35MB MATLAB
1
编写的蹦极系统的S-function案例详解,可以参考博客:https://blog.csdn.net/didi_ya/article/details/118190541
2021-06-24 21:04:11 15KB matlab simulink function
1
jde 所有的商业函数和系统函数集合,对JDE开发人员是很大的帮助。
2021-06-24 15:10:57 6.07MB JDE Business Function
1
使用S-Function函数实现离散PID控制器,并建立simulink仿真模型。 使用S-Function函数实现离散PID控制器,并建立simulink仿真模型。
2021-06-21 18:00:49 7KB S-Function PID控制器 simulink仿真
1
SVPWM三相逆变 MATLAB Simulink仿真模型 S-Function C语言编写 PI控制
2021-06-21 12:42:16 209KB SVPWM 三相逆变 Simulink仿真 S-Function
1