码迷,mamicode.com
首页 >  
搜索关键字:operations    ( 1397个结果
线段树 区间合并 F - Sequence operation
F - Sequence operation lxhgww got a sequence contains n characters which are all '0's or '1's. We have five operations here: Change operations: 0 a b ...
分类:其他好文   时间:2019-05-04 21:21:41    阅读次数:165
【hard】146. LRU Cache
其实也米有很难……只是c++11的api这么好用的吗 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get  ...
分类:系统相关   时间:2019-05-04 09:28:25    阅读次数:144
线段树的区间合并 B - LCIS
Given n integers. You have two operations: U A B: replace the Ath number by B. (index counting from 0) Q A B: output the length of the longest consecu ...
分类:其他好文   时间:2019-05-03 11:27:10    阅读次数:185
POJ - 3468A Simple Problem with Integers (线段树区间更新,区间查询和)
You have N integers, A1, A2, ... , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each number ...
分类:其他好文   时间:2019-05-01 18:41:46    阅读次数:114
OpenCV 对矩阵进行掩码操作
Mask operations on matrices https://docs.opencv.org/master/d7/d37/tutorial_mat_mask_operations.html 掩模矩阵(也称为内核)可重新计算图像中的每一个像素值。此掩码包含的值将调整相邻像素(和当前像素)对新 ...
分类:其他好文   时间:2019-04-17 23:26:13    阅读次数:316
读Lock-Free论文实践
论文地址:implementing Lock-Free Queue 论文大体讲的意思是:Lock-Base的程序的performance不好,并且a process inside the critical section can delay all operations inde nitely;所以 ...
分类:其他好文   时间:2019-04-14 15:53:19    阅读次数:131
Divide by three, multiply by two CodeForces - 977D (思维排序)
Polycarp likes to play with numbers. He takes some integer number xx, writes it down on the board, and then performs with it n?1n?1 operations of the ...
分类:编程语言   时间:2019-04-07 12:41:23    阅读次数:156
LeetCode-72.Edit Distance
Given two words word1 and word2, find the minimum number of operations required to convert word1 to word2. You have the following 3 operations permitt ...
分类:其他好文   时间:2019-04-06 15:34:06    阅读次数:117
HDU6274 Master of Sequence
题目描述 There are two sequences a1,a2,...,an , b1,b2,...,bn . Let . There are m operations within three kinds as following:? 1 x y: change value ax to y. ...
分类:其他好文   时间:2019-04-06 11:08:08    阅读次数:130
C. Meaningless Operations Codeforces Global Round 1 异或与运算,思维题
C. Meaningless Operations time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output C. Meaningless ...
分类:其他好文   时间:2019-03-31 10:00:23    阅读次数:189
1397条   上一页 1 ... 13 14 15 16 17 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!