码迷,mamicode.com
首页 >  
搜索关键字:unsigned    ( 4409个结果
关闭线程
SetSoftElemMonitorRunning = false; QObject::disconnect(this, SIGNAL(ShowData(unsigned char*, int, QString)), this, SLOT(ShowDataSlot(unsigned char*, i ...
分类:编程语言   时间:2019-08-16 18:39:42    阅读次数:103
ORACLE官网JAVA学习文档
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
AVLTree代码
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
hash
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
Boring Class HDU - 5324 (CDQ分治)
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
字符串转hash
#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
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
2019 Multi University Training Contest 6 B.Nonsense Time 首先有这样一个结论:随机生成序列的期望$LIS$长度为$O(\sqrt{n})$。 ~~然后就可以愉快的暴力了。~~ 考虑逆序时间,即每次删去一个数,并回答询问。 因为限制$LIS$的长 ...
分类:其他好文   时间:2019-08-10 21:33:33    阅读次数:84
noip2019集训测试赛(二)
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
4409条   上一页 1 ... 53 54 55 56 57 ... 441 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!