上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 42 下一页
  2020年9月16日
摘要: 1. excel 散点图, 添加趋势线,选择多项式,2阶, 显示公式 2. 如果我要把多项式的系数提取出来,要怎么做呢? 就要用到数组公式和LINEST函数了 在输入数组公式时,需要同时选择显示区域的多个单元格 输入如下的, 再在顶部的输入框, 按ctrl+shift+enter, 出现2个大括号 阅读全文
posted @ 2020-09-16 10:40 Gu 阅读(4948) 评论(0) 推荐(0) 编辑
  2020年9月6日
摘要: CWDSP1.ReFFT RealData, RealSpec, ImgData CWDSP1.ReFFT RealData, RealSpecA, ImgDataA CWDSP1.ReFFT RealData, RealSpecV, ImgDataV CWDSP1.ReFFT RealData, 阅读全文
posted @ 2020-09-06 14:22 Gu 阅读(703) 评论(0) 推荐(0) 编辑
  2020年8月31日
摘要: JQuery UI 默认的DatePicker, 必须和input绑定,不能平面显示。而且我要同时显示2个DatePicker, 用原生的就不行了。 可以用这个改造过的AirDatePicker. https://github.com/t1m0n/air-datepicker/tree/master 阅读全文
posted @ 2020-08-31 00:00 Gu 阅读(189) 评论(0) 推荐(0) 编辑
  2020年8月18日
摘要: 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 阅读全文
posted @ 2020-08-18 11:32 Gu 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-08-18 11:08 Gu 阅读(382) 评论(0) 推荐(0) 编辑
  2020年7月22日
摘要: C#中,我们在创建二维数组的时候,一般使用arr[][]的形式,例如 int[][] aInt = new int[2][]; 但声明二维数组还有一种方法,是使用arr[,]的形式。两者有什么区别呢? 实际上,形如arr[,]只能声明等长的二维数组,例如 int[,] ab1 = new int [ 阅读全文
posted @ 2020-07-22 11:07 Gu 阅读(24979) 评论(0) 推荐(1) 编辑
  2020年7月21日
摘要: 新建C# winform 项目,在app.config中添加了connectionStrings项,运行时出现"配置系统未能初始化"的错误,"如果配置文件中包含 configSections 元素,则 configSections 元素必须是 configuration 元素的第一个子元素。",将c 阅读全文
posted @ 2020-07-21 11:29 Gu 阅读(617) 评论(0) 推荐(0) 编辑
  2020年7月16日
摘要: 使用C#编译WinForm系统时提示“没有注册类 (异常来自 HRESULT:0x80040154 (REGDB_E_CLASSNOTREG))” 可能性1:系统使用了第三方的COM组件未注册。 解决方法:使用系统注册命令注册组件,如图。也可以使用其他方法进行注册。 可能性2:使用的COM组件已注册 阅读全文
posted @ 2020-07-16 11:45 Gu 阅读(4671) 评论(0) 推荐(0) 编辑
  2020年6月29日
摘要: 同一个查询数据库产品合格数的语句. 在vb里运行得到4, 在exe运行得到2, 在数据库直接用sql查询也是2. 跟这个有关系吗? 定长或者静态数据不能大于64K 阅读全文
posted @ 2020-06-29 22:23 Gu 阅读(340) 评论(0) 推荐(0) 编辑
  2020年6月18日
摘要: vb6 连续开关串口,会没有反应,等待1分钟 尽量开了串口之后,程序退出再关闭 阅读全文
posted @ 2020-06-18 17:53 Gu 阅读(242) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 42 下一页