zoukankan
html css js c++ java
ping一个网段的cmd程序
ping一个网段的cmd程序
今天发现只在cmd命令行工具中输入: FOR /L %i IN (1,1,254) DO ping -n 1 192.168.1.%i 即可。
查看全文
相关阅读:
矩阵树定理 / 生成树计数
NC20811 蓝魔法师 (树形DP/树上01背包)
Xor-MST学习/ 2020牛客暑假多校(五)B.Graph
HDU-6820 Tree (2020杭电多校(五) 1007)
Flipping Coins (概率DP)
宝石装箱 容斥+dp
Rabbit的工作(1) (dP)
Codeforces-1350 E.Orac and Game of Life
HDU-6563 Strength (贪心)
HDU-6558 The Moon (期望DP)
原文地址:https://www.cnblogs.com/jing1617/p/9474479.html
最新文章
字符加密(cipher)
欧拉函数
栅栏涂漆(color)
"贪心"的考试
NOIP2001提高组题解
NOIP2002提高组题解
NOIP2003提高组题解
NOIP2004提高组题解
NOIP2005提高组题解
[POI2010]PIL-Pilots
热门文章
NOIP2006提高组题解
NOIP2007提高组题解
NOIP2008提高组题解
Codeforces E67 D. Subarray Sorting
HDU6865 杭电多校8 1011-Kidnapper's Matching Problem (线性基+KMP)
牛客周赛19 D 神器大师泰兹瑞与威穆 (模拟)
斐波那契数列前n项和 (矩阵乘法)
判断 prod a[i]! == prod b[i]! ?
Codeforces#566 B. Plus from Picture(思维)
luoguP4208 最小生成树计数
Copyright © 2011-2022 走看看