import java.io.*;import java.util.*; class SplitFile{ public static void main(String[] args) throws Exception { //splitFile(); mer...
分类:
其他好文 时间:
2014-07-24 10:08:43
阅读次数:
234
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-07-24 10:08:23
阅读次数:
217
1 //phi(a)=a*(a1-1)*(a2-1)*(a3-1)*...*(an-1)/(a1*a2*a3*...*an); 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 typedef __int64 ....
分类:
其他好文 时间:
2014-07-24 10:08:13
阅读次数:
250
总时间限制:1000ms内存限制:65536kB描述Calculate a + b输入Two integer a,,b (0 ≤ a,b ≤ 10)输出Output a + b样例输入1 2样例输出3提示Q: Where are the input and the output?A: Your pr...
分类:
其他好文 时间:
2014-07-24 10:07:23
阅读次数:
287
虽然知道wireshark是抓包神器,只会大概大概用一下,还用一下下tcpdump,略懂一点BPF过滤器,也知道一点怎么用 wirkshark过滤相关的报文,但是对于详细的字段的含义,如何查看TCP的交互情况还不是非常的了解。现在,简单分析一下。PS:这次抓包的对象是 传说中通过公安局多少多少级认证...
分类:
其他好文 时间:
2014-07-24 10:06:43
阅读次数:
306
1. msvc 2005 + wince 5.0 环境搭建:http://hi.baidu.com/hyyly520/item/f9ad7eddffc826362b35c7ef下载地址:http://blog.csdn.net/weiren2006/article/details/68428072....
这是一个很有用的HASH 的函数,对长短字符串都很有用。 代码: 1 // ELF Hash Function 2 unsigned int ELFHash(char *str) 3 { 4 unsigned int hash = 0; 5 unsigned int x =...
分类:
其他好文 时间:
2014-07-24 10:06:03
阅读次数:
207
14.1. 路由器日志显示时间戳 提问在路由器 的日志和排错信息里面显示时间 回答 Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#s...
分类:
其他好文 时间:
2014-07-24 10:05:53
阅读次数:
378
题意:给你一段绳子,让你把绳子切成 只有a,b,c组成的任意段,求得到最大段数;解题思路:无穷背包解题代码: 1 // File Name: 189a.cpp 2 // Author: darkdream 3 // Created Time: 2014年07月24日 星期四 08时11分26秒 4 ...
分类:
其他好文 时间:
2014-07-24 10:05:33
阅读次数:
245
面向企业及运营商的分布式拒绝服务(DDoS)和高级威胁防护解决方案供应商Arbor Networks, Inc.今天公布了一项由它提供支持的调查工作的结果。该调查旨在了解组织机构对网络安全事件的响应准备问题,由经济学人智库开展。经济学人智库调查了 360 位资深企业领袖,其中大部分人(73%)为.....
分类:
其他好文 时间:
2014-07-24 10:05:13
阅读次数:
193