随笔 - 435
文章 - 0
评论 - 110
阅读 -
62万
08 2020 档案
改善的DatePicker
摘要:JQuery UI 默认的DatePicker, 必须和input绑定,不能平面显示。而且我要同时显示2个DatePicker, 用原生的就不行了。 可以用这个改造过的AirDatePicker. https://github.com/t1m0n/air-datepicker/tree/master
阅读全文
用NI的CWStat1的多阶多项式拟合曲线
摘要:Dim xPolyFit() As Single Dim yPolyFit() As Single ReDim xPolyFit(30) ReDim yPolyFit(30) Dim z As Variant, coef As Variant, mse As Variant Dim order As
阅读全文
用NI的CWDSP生成正弦波
摘要:Const Pts = 8192 ' number of samples - ' must be a power of two for the AutoPowerSpectrumFunction Const AmpNoise = 0.2 'amplitude of the noise Const A
阅读全文