Being a programmer, you like arrays a lot. For your birthday, your friends have given you an array a consisting of n distinct integers. Unfortunately, ...
分类:
其他好文 时间:
2018-05-05 23:06:04
阅读次数:
202
count=0number=50while count<3: a=int(input("please send keys a math:\n")) if a<number: print("too sale") elif a>number: print("too bigger") elif a==nu ...
分类:
其他好文 时间:
2018-04-05 22:01:24
阅读次数:
145
亮点 一个好名字给了让读者开始阅读的理由 global max pooling over sliding window的定位方法值得借鉴 方法 本文的目标是:设计一个弱监督分类网络,注意本文的目标主要是提升分类。因为是2015年的文章,方法比较简单原始。 Following three modifi ...
分类:
Web程序 时间:
2018-04-03 22:17:34
阅读次数:
302
1、猜年龄 age_of_princal=78 guess_age =int(input(">>:")) if guess_age == age_of_princal: print("you are right") 2、猜年龄加强版 age_of_princal=78 guess_age =int( ...
分类:
编程语言 时间:
2018-03-27 23:02:49
阅读次数:
239
1、Python用户交互 程序难免会与用户产生交互。 举个例子,你会希望获取用户的输入内容,并向用户打印出一些返回的结果。我们可以分别通过 input() 函数与 print 函数来实现这一需求。 输出结果: 这里需要注意的是因为年龄与薪金都是数字,所以强制转化为整形。 2、Python逻辑控制 i ...
分类:
编程语言 时间:
2018-03-20 22:56:37
阅读次数:
228
Description One steps through integer points of the straight line. The length of a step must be nonnegative and can be by one bigger than, equal ...
分类:
其他好文 时间:
2018-03-17 23:24:34
阅读次数:
212
Mysql 5.1开始遇到的信息包过大问题,当用客户端导入数据的时候,遇到错误代码: 1153 - Got apacket bigger than 'max_allowed_packet' bytes,数据库终止了数据导入的操作。 原因分析:MYSQL限制了每次执行插入操作的数据最大值,超过最大值则 ...
分类:
数据库 时间:
2018-03-17 10:56:59
阅读次数:
185
There is a table World A country is big if it has an area of bigger than 3 million square km or a population of more than 25 million. Write a SQL solu ...
分类:
其他好文 时间:
2018-03-03 21:23:23
阅读次数:
152
"题目链接" cpp include include include const int N=105; const double eps=1e 10; int n; inline bool bigger(double a,double b) {return std::fabs(a) std::fab ...
分类:
其他好文 时间:
2018-02-12 21:39:09
阅读次数:
204