http://soj.sysu.edu.cn/show_problem.php?pid=1000&cid=1769sicilyTraveling Salesman Problem有编号1到N的N个城市,问从1号城市出发,遍历完所有的城市并最后停留在N号城市的最短路径长度。Input第一行整数 T :...
分类:
其他好文 时间:
2015-04-08 09:00:16
阅读次数:
506
0引言ZigBee数传技术是一种应用于短距离、低传输数据速率下的新一代无线通信技术。它具有功耗低、数据传输可靠、网络容量大,兼容性、安全性强,实现成本低等特点,而被广泛应用于监控领域。通用分组无线业务(GPRS)是一种基于GSM系统的无线分组交换技术,具有充分利用已有网络..
分类:
其他好文 时间:
2015-04-08 01:14:58
阅读次数:
198
题目:http://acm.sdut.edu.cn/sdutoj/showproblem.php?pid=2165&cid=1431快速幂。#include #include #include #include #include #include #include #include #define ...
分类:
其他好文 时间:
2015-04-06 20:17:01
阅读次数:
211
简单的说x86代表32位操作系统 x64代表64位操作系统。 windows7 32位和64位的区别主要有以下两个方面: 1.两种系统对CPU GPRs的数据宽度要求不同,一个是64位,一个是32位; 简单的判断电脑是否支持64位操作系统:http://www.windows7en.com...
id sid cid 1 1 12 1 23 2 1以sid分组,最后取cid最大的那一条,以上要取第2、3条 1 方法一: 2 select * from (select * from table order by cid desc) as a group by ...
分类:
数据库 时间:
2015-04-02 18:05:26
阅读次数:
150
矩阵快速幂,1001. Fibonacci 2求斐波那契第n项!毕竟数据量太大!http://soj.sysu.edu.cn/show_problem.php?pid=1001&cid=1740 1 #include 2 #include 3 4 using namespace std; 5 ...
分类:
其他好文 时间:
2015-04-02 15:01:25
阅读次数:
148
题目链接:http://acm.csu.edu.cn/OnlineJudge/problem.php?cid=2072&pid=1Problem B: String and ArraysTime Limit: 1 SecMemory Limit: 128 MBSubmit: 222Solved: 5...
分类:
其他好文 时间:
2015-03-30 22:56:45
阅读次数:
237
// the network state of the device for Reachability 1.5.typedef enum { NotReachable = 0, //无连接 ReachableViaCarrierDataNetwork, //使用3G/GPRS网络 ...
分类:
移动开发 时间:
2015-03-30 18:25:13
阅读次数:
123
题目链接:http://acm.zjut.edu.cn/onlinejudge/problem.php?cid=1101&pid=8
题面:
Problem I: no2
Time Limit: 1 Sec Memory Limit: 32 MB
Submit: 342 Solved: 23
[Submit][Status][Web
Board]
Descrip...
分类:
其他好文 时间:
2015-03-30 16:27:40
阅读次数:
135
http://acm.csu.edu.cn/OnlineJudge/problem.php?cid=2071&pid=6题意:有一个由n个数组成的序列 要求出一个满足 max-min#include#include#include#include#include#include#include...
分类:
其他好文 时间:
2015-03-30 01:11:45
阅读次数:
132