码迷,mamicode.com
首页 >  
搜索关键字:country    ( 1043个结果
codeforces 723E. One-Way Reform
There are n cities and m two-way roads in Berland, each road connects two cities. It is known that there is no more than one road connecting each pair ...
分类:其他好文   时间:2017-06-13 19:51:14    阅读次数:218
python8之面向对象补充之知识点回顾
一、self关键字 作用:调用当前方法的对象 注意:country = "中国" 属于公有字段,它的作用是:每个对象中保存相同的东西时,可以使用静态字段 二、封装 类中封装了 :字段、方法 对象中封装了:普通字段的值 不仅可以封装字段,还可以封装对象 三、继承 说明:子类继承父类,对象调用方法时,先 ...
分类:编程语言   时间:2017-06-12 16:19:37    阅读次数:175
delphi中 ExecSQL 与 open
对于不用返回结果集的要用execsql反之则用open;insert ,update,delete就要用到execsql;select就要用open 说得对,例子:with query1 do close; SQL.Clear; SQL.Add('Delete From Country Where  ...
分类:数据库   时间:2017-06-11 10:23:28    阅读次数:211
17-面向对象初识
目录: 面向对象:以数据为重心,所有的处理代码都是围绕数据展开,数据即对象;就是一件事‘让谁来做’,这个‘谁’就是对象,他要怎么做是他自己的事,反正最后一群对象合力能把这件事做好就行了;比如,自己组装电脑 面向过程:以指令为中心,由指令处理数据,这些指令构成了过程;就是一件事该怎么做,由谁来做我们不 ...
分类:其他好文   时间:2017-06-09 22:38:56    阅读次数:121
Wrestling Match hdu-5971(思维+STL)
Problem Description Nowadays, at least one wrestling match is held every year in our country. There are a lot of people in the game is "good player”, ...
分类:其他好文   时间:2017-06-08 18:09:44    阅读次数:292
SQL语句之-计算字段
五、计算字段 1、拼接字段 MySQL:使用函数concat SqlServer:使用加号+ oracle:使用|| SELECT CONCAT(vend_name,'(',vend_country,')') FROM vendors ORDER BY vend_name 使用别名AS SELECT ...
分类:数据库   时间:2017-06-07 21:00:43    阅读次数:162
URAL 1982. Electrification Plan(并查集)
题目链接:http://acm.timus.ru/problem.aspx?space=1&num=1982 Some country has n cities. The government has decided to electrify all these cities. At first, ...
分类:其他好文   时间:2017-06-07 11:15:11    阅读次数:195
16、常用模块
一、时间模块 在Python中,通常有这几种方式来表示时间: 时间戳(timestamp):通常来说,时间戳表示的是从1970年1月1日00:00:00开始按秒计算的偏移量。我们运行“type(time.time())”,返回的是float类型。 格式化的时间字符串(Format String) 结 ...
分类:其他好文   时间:2017-06-06 20:40:22    阅读次数:238
[POJ 2728]Desert King(0-1分数规划/最优比率生成树)
Description David the Great has just become the king of a desert country. To win the respect of his people, he decided to build channels all over his ...
分类:其他好文   时间:2017-06-06 10:55:59    阅读次数:313
东大oj1159 Friends
Problem Description In a country, the relationship between people can be indicated by a tree. If two people are acquainted with each other, there will ...
分类:其他好文   时间:2017-06-02 17:21:54    阅读次数:193
1043条   上一页 1 ... 52 53 54 55 56 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!