码迷,mamicode.com
首页 >  
搜索关键字:through    ( 1907个结果
BIT+DP
2018CCPC网络赛 J - YJJ's Salesman HDU - 6447 YJJ is a salesman who has traveled through western country. YJJ is always on journey. Either is he at the de ...
分类:其他好文   时间:2018-09-09 15:17:30    阅读次数:138
HDU 3642 - Get The Treasury - [加强版扫描线+线段树]
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3642 Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Descript ...
分类:其他好文   时间:2018-09-08 22:39:29    阅读次数:193
openzeppelin-solidity/contracts的代码学习——payment
payment - A collection of smart contracts that can be used to manage payments through escrow arrangements, withdrawals, and claims. Includes support f ...
分类:其他好文   时间:2018-09-05 19:58:27    阅读次数:218
HDU 6447 - YJJ's Salesman - [树状数组优化DP][2018CCPC网络选拔赛第10题]
Problem DescriptionYJJ is a salesman who has traveled through western country. YJJ is always on journey. Either is he at the destination, or on the wa ...
分类:编程语言   时间:2018-09-03 13:54:32    阅读次数:183
mysql数据库提示ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
①无提示无法通过/var/lib/mysql/mysql.sock连接数据库; [root@proeim mysql]# mysql -uxxx -pxxx -Dxxx -A ERROR 2002 (HY000): Can't connect to local MySQL server throug ...
分类:数据库   时间:2018-09-03 12:10:46    阅读次数:188
Socket send() method throws TypeError: a bytes-like object is required, not 'str'
python3 socket编程,发送data数据,会遇到需要bytes类型,而不是str字符串的错误 例如: 解决办法: 只需要在string类型的data发送之前encode一下即可,接收也是一样 before sending message through socket encode it. ...
分类:其他好文   时间:2018-09-02 23:51:13    阅读次数:232
e552. 取Applet的参数
An applet can be configured through the use of applet parameters. For example, the contents for a news ticker applet could be specified through an app ...
分类:移动开发   时间:2018-09-02 21:54:51    阅读次数:238
P2253 好一个一中腰鼓!
题意:给你一个序列,初始是0,每次一个操作,把一个数^=1 每次求出最长01串的长度 正解:线段树(虽然暴力能过) 对于每个区间,记录三个值 lmax,以l为首的01串长度 rmax,以r为尾的01串长度 mmax,既不以l又不以r为为端点的完全包在区间内的最长01串长度 注意合并! ...
分类:其他好文   时间:2018-09-02 17:17:17    阅读次数:201
【luogu题解】P1546 最短网络 Agri-Net
题目 约翰已经给他的农场安排了一条高速的网络线路,他想把这条线路共享给其他农场。为了用最小的消费,他想铺设最短的光纤去连接所有的农场。 你将得到一份各农场之间连接费用的列表,你必须找出能连接所有农场并所用光纤最短的方案。每两个农场间的距离不会超过100000。 输入 第一行: 农场的个数,N(3<= ...
分类:Web程序   时间:2018-08-30 21:40:30    阅读次数:183
Insurance coverage for carpenters Business
A carpenters insurance can do many things for your carpenters business? Look out the coverages and get benefited with them through carpenters insurance.
分类:其他好文   时间:2018-08-29 10:40:52    阅读次数:183
1907条   上一页 1 ... 50 51 52 53 54 ... 191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!