SetSoftElemMonitorRunning = false; QObject::disconnect(this, SIGNAL(ShowData(unsigned char*, int, QString)), this, SLOT(ShowDataSlot(unsigned char*, i ...
分类:
编程语言 时间:
2019-08-16 18:39:42
阅读次数:
103
Trails Covering the Basics 1 Getting Started 1.1 The Java Technology Phenomenon 1.1.1 About the Java Technology The Java Programming Language ?? Figur ...
分类:
数据库 时间:
2019-08-16 00:29:35
阅读次数:
146
1 #include 2 #include 3 #pragma once 4 #ifndef _BINARY_SEARCH_TREE_HPP_ 5 #define _BINARY_SEARCH_TREE_HPP_ 6 7 template> 8 class BinarySearchTree{ 9 p... ...
分类:
其他好文 时间:
2019-08-15 12:31:49
阅读次数:
66
typedef unsigned long long ull; ull xp[maxn],hash1[maxn]; void init() { xp[0]=1; for (int i=1; i=0; i--) { hash1[i]=hash1[i+1]*175+str[i]-'a'+1; } ...
分类:
其他好文 时间:
2019-08-15 11:00:07
阅读次数:
62
Mr. Zstu and Mr. Hdu are taking a boring class , Mr. Zstu comes up with a problem to kill time, Mr. Hdu thinks it’s too easy, he solved it very quickl ...
分类:
其他好文 时间:
2019-08-13 22:49:01
阅读次数:
101
#include using namespace std; unsigned hash[10]; const unsigned P=1000000007; int ans; int main() { for(int k=1;k<=7;k++) { char s[105]; scanf("%s",s)... ...
分类:
其他好文 时间:
2019-08-13 15:41:56
阅读次数:
99
boost exception provides a new exception type, that lets you add data to an exception after it has been thrown. output: unction write_lots_of_zeros() ...
分类:
其他好文 时间:
2019-08-11 16:47:10
阅读次数:
151
题目链接:https://cn.vjudge.net/contest/318888#overview 题意:给定一个钢琴的音普序列[值的范围是(1~88)],现在要求找到一个子序列满足 1,长度至少为5 2,序列可以转调,即存在两个子序列,满足一个子序列加/减一个数后可以得到另一个序列 3,两个序列 ...
分类:
其他好文 时间:
2019-08-10 21:38:28
阅读次数:
131
2019 Multi University Training Contest 6 B.Nonsense Time 首先有这样一个结论:随机生成序列的期望$LIS$长度为$O(\sqrt{n})$。 ~~然后就可以愉快的暴力了。~~ 考虑逆序时间,即每次删去一个数,并回答询问。 因为限制$LIS$的长 ...
分类:
其他好文 时间:
2019-08-10 21:33:33
阅读次数:
84
Problem A: 余数 Time Limit: 1000 ms Memory Limit: 512 MB Description Input Output HINT Solution 那个所谓$\sqrt n$的东西叫做整除分块。 显然对于$n÷i$,当$i=i \sqrt n$,i每加$\sq ...
分类:
其他好文 时间:
2019-08-09 21:58:18
阅读次数:
89