摘要:
描述 Slider通过手柄沿轨迹滑动来设置数值。 Qt帮助文档搜索 “slider” 获取详细信息。 属性 from : real to : real value : real orientation : enumeration stepsize : real touchDragThreshold 阅读全文
摘要:
高精度乘低精度 #include <algorithm> #include <bits/stdc++.h> using namespace std; const int N = 2e3+10; string s; int a[N]; int mul(int a[],int b,int size){ 阅读全文