码迷,mamicode.com
首页 >  
搜索关键字:life    ( 1609个结果
python开发之旅——面向对象【人狗大战】
class Dog: role = 'Dog' def __init__(self,name,breed,attack_val): self.name = name self.breed = breed self.attack_val = attack_val self.life_val = 100... ...
分类:编程语言   时间:2019-05-14 19:10:11    阅读次数:305
IP 层收发报文简要剖析6--ip_forward 报文转发
ip_forward ...
分类:其他好文   时间:2019-05-11 18:15:36    阅读次数:161
10.9 ping:测试主机之间网络的连通性
ping命令 可用于测试主机之间网络的连通性。执行ping命令会使用ICMP传输协议,发出要求回应的信息,若远端主机的网络功能没有问题,就会回应该信息,因而可得知该主机运作正常。 ping命令的参数选项及说明 -c <次数> 指定发送ICMP报文的次数。否则,ping命令将一直发送报文 -i <时间 ...
分类:其他好文   时间:2019-05-09 19:50:13    阅读次数:130
POJ-1986-Distance Queries
链接:https://vjudge.net/problem/POJ-1986#author=0 题意: Farmer John's cows refused to run in his marathon since he chose a path much too long for their le ...
分类:其他好文   时间:2019-05-09 13:42:20    阅读次数:122
E - No Pain No Game 线段树
Life is a game,and you lose it,so you suicide. But you can not kill yourself before you solve this problem: Given you a sequence of number a 1, a 2, . ...
分类:其他好文   时间:2019-05-08 09:37:23    阅读次数:151
IDEA显示Run Dashboard窗口
接下来在workspace.xml RunDashBoard节点中添加如下内容:<component name="RunDashboard"> 在代码中加入 参考:https://www.cnblogs.com/wood-life/p/10297894.html ...
分类:其他好文   时间:2019-05-06 14:39:03    阅读次数:110
POJ-2492.A Bug's Life(带权并查集)
A Bug's Life Time Limit: 10000MS Memory Limit: 65536K Total Submissions: 48043 Accepted: 15483 Description Background Professor Hopper is researching ...
分类:其他好文   时间:2019-05-02 00:03:51    阅读次数:147
[转帖]Oracle 各个版本的升级路线图
从oracle 7开始(甚至更早版本)到oracle 9iR2。 来源: https://blog.csdn.net/cymm_liu/article/details/11647533 http://www.oracleblog.org/its-my-life/road-map-to-upgrade ...
分类:数据库   时间:2019-04-23 09:50:49    阅读次数:200
PAiC++ April 10, 2019 Boggle Game
PAiC++ April 10, 2019Assignment 4 : Boggle GameThe Game of BoggleThe Boggle board is a 4x4 grid onto which you shake and randomly distribute 16 dice. ...
分类:编程语言   时间:2019-04-19 19:48:58    阅读次数:163
POJ 3294 Life Forms [最长公共子串加强版 后缀数组 && 二分]
题目:http://poj.org/problem?id=3294 Life Forms Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 18549 Accepted: 5454 Description You may have ...
分类:编程语言   时间:2019-04-12 01:02:23    阅读次数:205
1609条   上一页 1 ... 24 25 26 27 28 ... 161 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!