摘要: 数字图像相关法(digital image correlation DIC),又称数字散斑相关法,是将试件变形前后的两幅数字图像,通... 阅读全文
posted @ 2020-11-15 18:57 code_witness 阅读(452) 评论(0) 推荐(0)
摘要: 要求就是1到100然后再1到100 一直重复下去。 一:以M列为示范,在M1中输入公式:=IF(MOD(ROW(),100)=0,1... 阅读全文
posted @ 2020-11-07 10:05 code_witness 阅读(430) 评论(1) 推荐(0)
摘要: 例如1-100的数值是1,101-200就变为2,201-300就变为2,类推! 一:以M列为示范,在M1中输入公式:=INT(RO... 阅读全文
posted @ 2020-11-07 09:35 code_witness 阅读(345) 评论(0) 推荐(0)
摘要: 1.x #ifndef WIDGET_H#define WIDGET_H#include #include QT_BEGIN_NAM... 阅读全文
posted @ 2020-10-18 15:23 code_witness 阅读(379) 评论(0) 推荐(0)
摘要: .h #ifndef WIDGET_H#define WIDGET_H#include class Widget : public ... 阅读全文
posted @ 2020-10-12 15:59 code_witness 阅读(114) 评论(0) 推荐(0)
摘要: x.h QFile file("D:/testimage/text.dat"); if (!file.open(QIODevi... 阅读全文
posted @ 2020-10-12 11:16 code_witness 阅读(635) 评论(0) 推荐(0)
摘要: x.h #ifndef WIDGET_H#define WIDGET_H#include #include QT_BEGIN_NAM... 阅读全文
posted @ 2020-10-11 17:11 code_witness 阅读(87) 评论(0) 推荐(0)
摘要: paintevent.cpp #include "mywidget.h"#include MyWidget::MyWidget(QW... 阅读全文
posted @ 2020-10-10 20:10 code_witness 阅读(426) 评论(0) 推荐(0)
摘要: ticker.h #ifndef TICKER_H#define TICKER_H#include class Ticker : p... 阅读全文
posted @ 2020-10-09 21:18 code_witness 阅读(330) 评论(0) 推荐(0)
摘要: 问题: / *event * /与 *event区别主要区别在于是否调用它,对于第二种情况,加与不加不影响结果。 调用 void P... 阅读全文
posted @ 2020-10-09 20:48 code_witness 阅读(42) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示