1.
CSMA/CA 解决了无线网络中的哪个重要问题?
带宽饱和
隐私问题
介质争用
设备互操作性
2.
哪个网络设计过程可确定放置接入点的位置?
现场勘测
...
分类:
其他 时间:
2015-02-07 17:24:23
收藏:
0 评论:
0 赞:
0 阅读:
477
1.记住两张图(一张是接口图,一张是接口与实现类的图)及其特性。2.注意: 本章提供的容器,可用来存放各种对象。当各种对象添加到容器中后,其类型会变为Object类型。3、如何遍历与Collection接口相关的容器。 1) 方法一: 通过新增的for循环实现遍历。 2) 方法二: 凡是与Coll....
分类:
其他 时间:
2015-02-07 17:23:31
收藏:
0 评论:
0 赞:
0 阅读:
250
题目要求:Substring with Concatenation of All WordsYou are given a string,S, and a list of words,L, that are all of the same length. Find all starting indi...
分类:
其他 时间:
2015-02-07 17:23:21
收藏:
0 评论:
0 赞:
0 阅读:
271
今天发现服务器上的sidekiq 线程全忙。队列里任务积累了好多。 sidekiq里的任务基本都是爬虫脚本,都需要请求外部网站。但是有些网站的响应时间或者读取时间太久,一直一直卡在那里。使得后面的任务不能执行。 所以我们就应该控制请求外部链接的读取时间,避免线程卡住。 在任务里请求外部网站...
分类:
其他 时间:
2015-02-07 17:23:11
收藏:
0 评论:
0 赞:
0 阅读:
162
题目描述:Generate ParenthesesGivennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, ...
分类:
其他 时间:
2015-02-07 17:22:13
收藏:
0 评论:
0 赞:
0 阅读:
151
转载于:http://my.oschina.net/meilidashijie/blog/99533 1 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)la...
分类:
其他 时间:
2015-02-07 17:21:44
收藏:
0 评论:
0 赞:
0 阅读:
345
题目要求:Divide Two IntegersDivide two integers without using multiplication, division and mod operator.If it is overflow, return MAX_INT.分析:不能用乘、除和取余,则只能...
分类:
其他 时间:
2015-02-07 17:21:34
收藏:
0 评论:
0 赞:
0 阅读:
250
从去年12.12开始,工作日都会从单位的落地窗向外拍一张照片,有点每日打卡的意思。weekday 是一天不落的,weekend 不是每次都到单位,落了几次。想法来自上学的时候,有同学在同一个地方,拍北洋广场的一年四季,做成 gif,非常漂亮。自己就也想试一下,于是就动手了。干货开始。工具:shell...
分类:
其他 时间:
2015-02-07 17:21:24
收藏:
0 评论:
0 赞:
0 阅读:
258
这题用Splay写得我蛋疼菊紧,4000b的代码还有debug半天,看来我的splay姿势还不够好a = =首先N是很大的,所以离散化是必然的,把要Top操作的和要Query操作的编号单独划分为一个区间,然后再中间会产生其他的区间,把这些区间缩点,然后离散化就好了。三个操作其实不难实现,Top操作只...
分类:
其他 时间:
2015-02-07 17:20:54
收藏:
0 评论:
0 赞:
0 阅读:
308
12306网站为何没有这样一个功能,就是以身份证查询功能呢?登录12306网站之后,应该有一个功能,以注册者身份证号查询本身份证所有购票记录,包括历史和将要乘坐的。重点一点就是别人使用当前这个身份证号购买记录也应该能够查询得到。为了信息安全,不能输入别人的身份证号来查询。查询到的信息还有管理的功能,...
分类:
其他 时间:
2015-02-07 17:20:43
收藏:
0 评论:
0 赞:
0 阅读:
238
1、实现效果点击头像 弹出全屏dialog,长按图片弹出“保存图片对话框”,短按dialog消失。package com.example.widget;import android.app.Dialog;import android.content.Context;import android.gr...
分类:
其他 时间:
2015-02-07 17:19:51
收藏:
0 评论:
0 赞:
0 阅读:
392
题目描述:Reverse Nodes in k-GroupGiven a linked list, reverse the nodes of a linked listkat a time and return its modified list.If the number of nodes is ...
分类:
其他 时间:
2015-02-07 17:19:12
收藏:
0 评论:
0 赞:
0 阅读:
241
cdouble DX = 0.00001;dFun Deriv (dFun g){ return [g] ( cdouble &x) { auto delta_x = x + DX; return (g(delta_x) - g(x)...
分类:
其他 时间:
2015-02-07 17:18:42
收藏:
0 评论:
0 赞:
0 阅读:
273
题目描述:Valid ParenthesesGiven a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must...
分类:
其他 时间:
2015-02-07 17:18:32
收藏:
0 评论:
0 赞:
0 阅读:
263
题目要求:Merge k Sorted ListsMergeksorted linked lists and return it as one sorted list. Analyze and describe its complexity.分析:参考网址:http://blog.csdn.net/...
分类:
其他 时间:
2015-02-07 17:18:11
收藏:
0 评论:
0 赞:
0 阅读:
248
题目大意:给你一个全是0的N*N矩阵,每次有两种操作:1将矩阵中一个子矩阵置反,2.查询某个点是0还是1思路:裸的二维线段树#include#include#include #include#include#include#define MOD 1000003#define maxn 4009#de...
分类:
其他 时间:
2015-02-07 17:17:52
收藏:
0 评论:
0 赞:
0 阅读:
272
http://acm.hdu.edu.cn/showproblem.php?pid=5063思路:因为3查询最多50,所以可以在查询的时候逆操作找到原来的位置,然后再求查询的值。 1 #include 2 #include 3 #include 4 #include 5 #define ll...
分类:
其他 时间:
2015-02-07 17:16:41
收藏:
0 评论:
0 赞:
0 阅读:
101
题目描述:Remove Duplicates from Sorted ArrayGiven a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new ...
分类:
其他 时间:
2015-02-07 17:16:31
收藏:
0 评论:
0 赞:
0 阅读:
185
最近看《游戏脚本高级编程》,然后顺便把里面实现的虚拟机,汇编器以及编译器手动用C++重写了一遍,原版书中提供的代码,风格不是很好,而且有几处BUG。我现在开源的代码中已经修复了BUG,而且有些地方做了一些改进。 这本书对我的帮助很大,虽然作者比较啰嗦,代码风格也不是很好,但是作者写的很简单明了...
分类:
其他 时间:
2015-02-07 17:16:11
收藏:
0 评论:
0 赞:
0 阅读:
2807
题目描述:Remove Nth Node From End of ListGiven a linked list, remove thenthnode from the end of list and return its head.For example, Given linked list:.....
分类:
其他 时间:
2015-02-07 17:16:01
收藏:
0 评论:
0 赞:
0 阅读:
177