E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Chemistry
Python基础语法6 —— 元组
元组示例tup1=('physics','
chemistry
',1997,2000)tup2=(1,2,3,4,5)tup3="a","b",
dyw_666666
·
2018-07-16 18:18
Python
列表(List),位置,和索引
1.列表的基本形态,长下面这个样子:list1=['physics','
chemistry
',1997,2000]list2=[1,2,3,4,5]list3=["手机","电脑",'鼠标垫','游艇'
日本邦
·
2018-07-04 11:27
路飞学城-python开发集训-第二章
如下所示:list1=['physics','
chemistry
',1997,2000]list2=[1,2,3,4,5]list3=["a","b","c","d"]更新列表你可以对列表的数据项进行修改
Eric才不衰
·
2018-06-24 00:00
python学习笔记----列表
如下所示:list1=['physics','
chemistry
',1997,2000]list2=[1,2,3,4,5]list3=["a","b","c","d"]与字符串的索引一样,列表索引从0开始
一片落叶就是渺小
·
2018-06-18 19:57
python 学习笔记----元组
如下实例:tup1=('physics','
chemistry
',1997,2000);tup2=(1,2,3,4,5);tup3
烟花易冷_ec34
·
2018-06-18 19:35
python2.7入门---元组
实例如下:tup1=('physics','
chemistry
',1997,2000);tup2=(1,2,3,4,5);tup3="a","b","c","d";创建空元组实例:tup1
luyaran
·
2018-04-12 17:10
原创
php
shell
python
mysql
MongoDB等技术学习之路
python学习之路
Python 列表、元组、字典
列表#访问列表中的值list1 = ['physics', '
chemistry
', 1997, 2000]list2 = [1, 2, 3, 4, 5, 6, 7 ] print "list1[0]:
会说话的鱼
·
2018-03-19 08:08
python
列表
Python
python基础《四:列表、元组、字典》
/usr/bin/pythonlist1=['physics','
chemistry
',1997,2000];list2=[1,2,3,4,5,6,7];pri
女王の专属领地
·
2018-01-17 14:11
Python
Python全栈工程师
ptyhon的列表与字典操作
eglist1 = ['physics', '
chemistry
', 1997, 2000]; 列表中包含不同类型的数据类型。list1[0]: physics在
技术小白JDY
·
2018-01-02 20:03
python
列表和字典
CrazyWing:Python自动化运维开发实战 十、Python数据类型之元组
实例:tup1=('physics','
chemistry
',1997,2000)tup2=(1,2,3,4,5)tup3="a","b","c","d"#任意无符号的对象,以逗号隔开,默认为元组va
CrazyWing
·
2017-12-05 09:34
元组
Python自动化运维开发实战
python学习记录-元组(tuple)
1元组的定义(元组一旦定义不能修改)tup1=('physics','
chemistry
',1997,2000);tup2=(1,2,3,4,5);tup3="a","b","c","d";2元组中只包含一个元素时
cooledi
·
2017-11-27 18:37
Python学习笔记(七)-- Python元组
元组创建很简单,只需要在括号中添加元素,并使用逗号隔开即可,如下实例:tup1=('physics','
chemistry
',1997,2000);tup2=(1,2,3,4,5);tup3="a","
SuMFLOWERS
·
2017-08-26 12:54
Python学习笔记
类型转换
定义一个类层次以下定义了三个类:Subjects、
Chemistry
、Maths,
Chemistry
和Maths继承了Subjects。代码如下:classSubjects
奔跑的_猿
·
2017-03-10 09:21
Python 元组 (教程 1)
如下实例:tup1=('physics','
chemistry
',1997,2000); tup2=(1,2,3,4,5); tup3="a","b","c","d";创建空元组tup1=();元组中只包含一个元素时
chen_shiqiang
·
2016-07-09 19:00
元组
例如:tup1=('physics','
chemistry
',1997,2000); tup2=(1,2,3,4,5); tup3="a","b","c","d
qq_28796345
·
2016-04-25 00:00
DZY Loves
Chemistry
(并查集+贪心)
将能反应的试剂看成连通的点,求出连通块的个数,再用试剂总数减去连通块个数的到一个数,设为p,所以2^p就是最大的危险。贪心的思想就是尽可能的往试管里加能和试管里的试剂进行反应的试剂。注意要用longlong,不然WA#include #include longlongpre[1010]; longlongFind(intx) { intr=x; while(pre[r]!=r) r=pre[r];
u011613367
·
2016-04-17 10:00
并查集
贪心
Python元组
如下实例:tup1=('physics','
chemistry
',1997,2000); tup2=(1,2,3,4,5); tup3="a","b","c","d";创建空元组tup1=();元组中只包含一个元素时
southern_King
·
2016-04-16 15:00
python
python元组
python中元组(tuple)用法总结
创建:tup1=('physics','
chemistry
',1997,2000);tup2=(1,2,3,4,5);tup3="a","b","c","d";访问:(与list一样)tup1[1:5]
有腹肌的小蝌蚪_
·
2016-03-25 08:24
python
python中元组(tuple)用法总结
创建:tup1=('physics','
chemistry
',1997,2000);tup2=(1,2,3,4,5);tup3="a","b","c","d";访问:(与list一样)tup1[1:5]
yezonggang
·
2016-03-25 08:00
hdu5625 Clarke and
chemistry
ClarkeandchemistryTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):321 AcceptedSubmission(s):173ProblemDescriptionClarkeisapatientwithmultiplepersonalit
EventQueue
·
2016-02-18 16:00
ACM
暴力
BestCoder
hduoj
(10)列表操作
如下所示: list1=['physics','
chemistry
',1997,2000]; list2=[1,2,3,4,5]; list3=["a","b","c","d"]; #拷贝一个列表
toby2chen
·
2016-02-18 12:00
hdoj 5625 Clarke and
chemistry
ClarkeandchemistryTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):273 AcceptedSubmission(s):153ProblemDescriptionClarkeisapatientwithmultiplepersonalit
liu6886
·
2016-02-16 17:00
HDU 5625 Clarke and
chemistry
题意:给一个a,b,c代表A,B,C集合内元素个数,然后a+b+c行,每行有XC代表该集合有C个X元素问你是否存在整数i,j满足iA+jB=C思路:直接遍历所有a,b就OK#include #include #include #include #include #include #include #include #include #include #include usingnamespaces
qq_27925701
·
2016-02-16 13:00
HDU
bestcoder 72 Clarke and
chemistry
ClarkeandchemistryTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):195 AcceptedSubmission(s):110ProblemDescriptionClarkeisapatientwithmultiplepersonalit
zcj5027
·
2016-02-14 16:00
hdoj--5625--Clarke and
chemistry
(枚举)
ClarkeandchemistryTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):173 AcceptedSubmission(s):95ProblemDescriptionClarkeisapatientwithmultiplepersonality
qq_29963431
·
2016-02-14 13:00
Clarke and
chemistry
ClarkeandchemistryProblemDescriptionClarkeisapatientwithmultiplepersonalitydisorder.Oneday,Clarketurnedintoajuniorstudentandtookachemistryexam.Buthedidnotgetfullscoreinthisexam.Hecheckedhistestpaperan
weixinru4631260
·
2016-02-14 12:00
HDU 5625 Clarke and
chemistry
(模拟)
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=5625题意:给一个化学方程式,aA+bB=C,abc行元素种类及个数求a和b的大小思路:暴力即可,比赛的时候因为写错一个变量,死活没调出来,里面的3个数组也可以开成一个第一维为3的二维数组AC代码:#include #include #include #include #include #include
qq_25605637
·
2016-02-13 23:00
hdu 5625 Clarke and
chemistry
ProblemDescriptionClarkeisapatientwithmultiplepersonalitydisorder.Oneday,Clarketurnedintoajuniorstudentandtookachemistryexam. Buthedidnotgetfullscoreinthisexam.Hecheckedhistestpaperandfoundanaivemista
UniqueColor
·
2016-02-13 21:00
Python学习第七天
/usr/bin/python#filename:test7.py#Partone:Pythonlistlist1=['physics','
chemistry
',1997,2000];list2=[1,2,3,4,5,6,7
_liucui_
·
2016-02-01 15:00
cf#312-C - Amr and
Chemistry
-枚举
http://codeforces.com/contest/558/problem/C每次操作 把a[i],/2取整或者X2,求min操作次数使得所有的数一样n和数的最大值都是1e5这里暴力枚举一下每个数字的情况即可开一个vis[]对于一个数x,每次/2都做一轮【不断*2的操作, 对于每次得到的一个数,vis[y]++,并且step[y]+=步数】这样就把每个数所能变成的所有数,都枚举出来了,并且
viphong
·
2016-01-27 22:00
Amr and
Chemistry
---cf558C(暴力,加技巧)
题目链接:http://codeforces.com/problemset/problem/558/C 题意:有n个数,每个数都可以进行两个操作*2或者/2,求最小的操作次数和,使得所有的数都相等;计算一下时间复杂度可以知道每个数所能达到数的时间复杂度是log(1e5)最终的时间复杂度也就是nlog(1e5),所以暴力能过,刚开始看到的时候一看数据范围就根本不敢暴力了。。。我们可以把每个数所有变化
西瓜不懂柠檬的酸
·
2016-01-27 10:00
Python 元组
如下实例:tup1=('physics','
chemistry
',1997,2000); tup2=(1,2,3,4,5); tup3="a","b","c","d";创建空元组tup1=();元组中只包含一个元素时
u011225629
·
2015-12-05 18:00
《BI项目笔记》历年理化指标分析Cube的建立
分析主题主要维度:烟叶级别、烟叶级别按等级信息、烟叶级别按分级标准(标准维度) 产地(父子维度) 检测时间(时间维度,以Tqc_Raw_
Chemistry
.CheckTime字段派生
·
2015-11-13 21:05
cube
Apache
Chemistry
OpenCMIS 0.9.0-beta-1
OpenCMIS 0.9.0-beta-1 是首个提供完整 CMIS 1.1 API 实现的版本。CMIS 1.1 增加了很多新功能,同时保持对 1.0 的兼容性。 OpenCMIS 包含一组围绕着 CMIS (Content Management Interoperability Services) 规范的 Java 类库、框架和工具。 而该项目的主要目的就是为了简化 CMIS 的客户端和
·
2015-11-13 18:37
apache
HUNNU11342:
Chemistry
(模拟)
http://acm.hunnu.edu.cn/online/?action=problem&type=show&id=11342 Problem description The chemical formula of a molecule M describes its atomic make-up. Chemical fo
·
2015-11-13 09:47
try
toj 2970 Hackle Number
Limit: 65536K Total Runs: 183 Accepted Runs: 81 When I was in college one of my
chemistry
·
2015-11-11 13:46
number
Codeforces Round #254 (Div. 2) DZY Loves
Chemistry
【并查集基础】
一开始不知道题意是啥意思,迟放进去反应和后放进去反应有什么区别 对于第三组数据不是很懂,为啥312,132的组合是不行的 后来发现这是一道考察并查集的题目 QAQ 怒贴代码: 1 #include <stdio.h> 2 #include <string.h> 3 #include <stdlib.h> 4 #includ
·
2015-11-10 23:37
codeforces
Python 元组(Tuple)操作详解
11Python的元组与列表类似,不同之处在于元组的元素不能修改,元组使用小括号,列表使用方括号,元组创建很简单,只需要在括号中添加元素,并使用逗号隔开即可一、创建元组代码如下:tup1=('physics','
chemistry
colawjy
·
2015-11-07 12:52
Python
codeforces 445 B DZY Loves
Chemistry
【并查集】
题意:给出n种化学物质,其中m对会发生化学反应,每次加入化学物质进去的时候, 如果有能够和它发生反应的,危险值就乘以2,问怎样的放入顺序使得危险值最大 将这m对会反应的用并查集处理,统计每个连通块里面的元素个数,再将其减去1,加起来,就是2的指数 1 #include<iostream> 2 #include<cstdio>
·
2015-11-03 21:38
codeforces
Codeforces 445B——并查集或DFS——DZY Loves
Chemistry
DZY loves
chemistry
, and he enjoys mixing chemicals.
·
2015-11-02 15:27
codeforces
Codeforces Round #312 (Div. 2)——C暴力技巧——Amr and
Chemistry
Amr loves
Chemistry
, and specially doing experiments.
·
2015-11-02 11:20
codeforces
CF312 div2 CDE
CF312(div2) C.Amr and
Chemistry
脑洞题 思路:结果是求n个数相同时进行操作的步数,我们可以把每个数所有变化情况都记录下来,并记录出现的次数
·
2015-11-01 10:32
div
如何提高亲和力
You need to create
chemistry
with your staff as a manager, with your team as a project leader, with your
·
2015-11-01 09:29
Python学习(四) Python数据类型:序列(重要)
插播一下,先了解一下Python的数据类型,Python现有的数据类型有好多,最重要的有列表、元组、字典 列表:我觉得可以对应java中的数组 list=['physics', '
chemistry
·
2015-10-31 18:14
python
托福听力小词经典100例
1,a change of pace 节奏变换 You can’t do these
chemistry
experiments all day long.
·
2015-10-31 11:25
[ACM_模拟] The Willy Memorial Program (poj 1073 ,联通水管注水模拟)
Description Willy the spider used to live in the
chemistry
laboratory of Dr. Petro.
·
2015-10-31 11:35
ACM
cf 558c Amr and
Chemistry
http://codeforces.com/contest/558/problem/C 题目大意是说,给定N个数,可以对任意数进行任意次两种操作,×2,和/2(整除) 问最少操作多少次,可以让所有数相等。 嘛,前半个小时A掉了前两个提,d E貌似都是线段树。。并不会。。。就一直搞C。。。。 然而并没有做出来。位运算是什么神奇的黑魔法。 转载一份题解:http://blog.c
·
2015-10-31 10:04
try
python 元组
如下实例: tup1 = ('physics', '
chemistry
', 1997, 2000); tup2 = (1, 2, 3, 4, 5 ); tup3 = "a",
·
2015-10-31 10:19
python
Codeforces Round #312 (Div. 2) C.Amr and
Chemistry
Amr loves
Chemistry
, and specially doing experiments.
·
2015-10-27 12:45
codeforces
Amr and
Chemistry
暴力
Amr and
Chemistry
Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/contest/558/problem
·
2015-10-21 12:52
codeforces
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他