码迷,mamicode.com
首页 >  
搜索关键字:segment game    ( 7679个结果
李超线段树
参考: https://oi-wiki.org/ds/li-chao-tree/ 例题: P4097 [HEOI2013]Segment #include<bits/stdc++.h> #define db double const int p=39989; using namespace std; ...
分类:其他好文   时间:2021-01-18 11:39:35    阅读次数:0
挑战程序设计竞赛 习题 poj 3050 Hopscotch
地址 https://vjudge.net/problem/POJ-3050 The cows play the child's game of hopscotch in a non-traditional way. Instead of a linear set of numbered boxes ...
分类:其他好文   时间:2021-01-18 11:21:11    阅读次数:0
C++对二维数组、结构体之类的排序
对结构体排序 ''' #include<iostream> #include<algorithm> using namespace std; const int si= 101; struct segment { int l, r; bool operator < (const segment v) ...
分类:编程语言   时间:2021-01-18 11:05:01    阅读次数:0
Python for Data Science - Delving into non-parametric methods using pandas and scipy
Chapter 5 - Basic Math and Statistics Segment 6 - Delving into non-parametric methods using pandas and scipy import numpy as np import pandas as pd im ...
分类:编程语言   时间:2021-01-18 10:33:21    阅读次数:0
January Challenge 2021 Division 1
这场我是先用小号打的div3,然后凑了七题才交的div1,所以下面部分时间实际上div3AC的时间 Chef and Ants(1.2) Expected Number of SCCs(1.3) Guess the Tiling(1.8) Blackjack(1.2) And-Or Game(1.3 ...
分类:其他好文   时间:2021-01-12 10:37:14    阅读次数:0
厉害了,淘宝千万并发,14 次架构演进…
作者:huashiou https://segmentfault.com/a/1190000018626163 本文以设计淘宝网的后台架构为例,介绍从一百个并发到千万级并发情况下服务端的架构的14次演进过程,同时列举出每个演进阶段会遇到的相关技术,让大家对架构的演进有一个整体的认知。 文章最后汇总了 ...
分类:其他好文   时间:2021-01-11 11:29:29    阅读次数:0
MySQL之7---InnoDB 和 事务流程、Crash Recovery、ACID
MySQL之7 InnoDB 和 事务流程、Crash Recovery、ACID InnoDB术语和概念 InnoDB概述图 表数据 磁盘(.ibd)每表文件表空间 段(segment) 区(extents) 页(pages) 内存(innodb_buffer_pool)缓冲池 innodb_bu ...
分类:数据库   时间:2021-01-08 11:24:46    阅读次数:0
Druid简单介绍
什么是druid druid是一个为OLAP查询需求而设计的开源大数据系统,druid提供低延时的数据插入,实时的数据查询 druid使用Java开发,基于Jetty提供http rest服务,也提供了Java/Python等语言的工具包 druid是一个集群系统,使用zookeeper做节点管理和 ...
分类:其他好文   时间:2021-01-08 10:28:10    阅读次数:0
Python for Data Science - Creating standard data graphics
Chapter 4 - Practical Data Visualization Segment 1 - Creating standard data graphics import numpy as np from numpy.random import randn import pandas a ...
分类:编程语言   时间:2021-01-06 12:27:05    阅读次数:0
Python for Data Science - Concatenating and transforming data
Chapter 2 - Data Preparation Basics Segment 4 - Concatenating and transforming data import numpy as np import pandas as pd from pandas import Series, ...
分类:编程语言   时间:2021-01-05 11:40:38    阅读次数:0
7679条   上一页 1 ... 5 6 7 8 9 ... 768 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!