摘要: You are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?实现题。从最外圈顺时针交换,最... 阅读全文
posted @ 2014-06-06 22:24 linyx 阅读(215) 评论(0) 推荐(0)
摘要: 1.1Implement an algorithm to determine if a string has all unique characters. What if you cannot use additional data structures?字符串问题,需要先确定是不是只有ASCII码... 阅读全文
posted @ 2014-06-06 14:45 linyx 阅读(295) 评论(0) 推荐(0)
摘要: IEEE 802.1X是IEEE制定关于用户接入网络的认证标准(注意:此处X是大写),全称是“基于端口的网络接入控制”,属于IEEE 802.1网络协议组的一部分。于2001年标准化,之后为了配合无线网络的接入进行修订改版,于2004年完成。它为想要连接到LAN或WLAN的设备提供了一种认证机制。I... 阅读全文
posted @ 2014-06-06 00:11 linyx 阅读(540) 评论(0) 推荐(0)