码迷,mamicode.com
首页 >  
搜索关键字:lan xiangs square    ( 23031个结果
【LeetCode】Spiral Matrix II
Given an integern, generate a square matrix filled with elements from 1 ton2in spiral order.For example,Givenn=3,You should return the following matri...
分类:其他好文   时间:2014-05-12 19:53:23    阅读次数:332
Vmware esx/esxi Vlan三种配置模式(VST、EST和VGT)
在Vmware esx/esxi中使用虚拟Lan(Vlan)时,通常是指Vlan Trunk的使用,使用的Vlan配置还有其他三种类型: Virtual Switch Tagging(虚拟交换机标记,缩写VST )、External SwitchTagging(外部交换机标记,缩写EST)和Virtual Guest Tagging(虚拟guest标记,简称VGT)。   那...
分类:其他好文   时间:2014-05-12 14:34:17    阅读次数:432
POJ 2002 点的hash
Squares Time Limit: 3500MS   Memory Limit: 65536K Total Submissions: 15489   Accepted: 5864 Description A square is a 4-sided polygon whose sides have equal length and adja...
分类:其他好文   时间:2014-05-11 20:56:36    阅读次数:416
CSU 1424 Qz’s Maximum All One Square
原题链接:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1424 逐渐找到做这种题的感觉了。 二分法。g[i][j]存储坐标(i, j)的值,s[i][j]存储的值为左上角为起始点(1,1),右下角为(i, j)的矩形区域内所有值的和,那么...
分类:其他好文   时间:2014-05-10 22:55:11    阅读次数:347
局域网查看共享文件登陆账号密码仍进不去
问题:最近win7系统用粉碎机粉碎文件后,导致局域网查看共享文件登陆账号密码进不去解决方法:运行 组策略编辑器 gpedit.msc-----打开计算机配置------windows设置-------安全设置------本地策略---------安全选项中的:网络安全:LAN管理器身份验证级别,默认...
分类:其他好文   时间:2014-05-08 21:54:24    阅读次数:338
隔离二级内网用户访问一级内网资源不影响上网
设备需求,一级路由支持多网段,不做网段间的静态路由二级路由wan设为第二网段IP,lan网段与以上不同例:一级路由第一网段192.168.1.X/24,第二网段192.168.2.X/24,.二级路由wan设为192.168.2.X/24,二级路由lan网段为192.168.3.X/24。实现192.168.3.X/24用户正常上网,不能访..
分类:其他好文   时间:2014-05-08 17:04:06    阅读次数:276
Win8无法访问xp共享的解决方法——win8网上邻居访问别的xp电脑要用户名和密码取消方法
新装win8,原来的win7正常连接xp下载机的共享,但在win8下进网上邻居却无法访问xp的共享,显示”用户名或密码不正确”,而密码明明是对的如图所示:解决方法:按Win+R启动运行,输secpol.msc启动本地安全策略,点本地策略-安全选项-网络安全:LAN Manager 管理器身份验证级别...
分类:Windows程序   时间:2014-05-08 14:13:03    阅读次数:531
Sum square difference
简单:e sum of the squares of the first ten natural numbers is,12 + 22 + ... + 102 = 385The square of the sum of the first ten natural numbers is,(1 + 2 ...
分类:其他好文   时间:2014-05-07 20:23:43    阅读次数:338
linux下DNS服务器之视图和轮询
案例4视图viwer拓扑图:1.查看帮助[root@centos~]#vim/usr/share/doc/bind-9.8.2/sample/etc/named.conf[root@host2~]#cd/var/named/chroot/etc2.[root@centosetc]#vimnamed.conf添加视图:36view"lan-view"37{38zone"."IN{39typehint;40file"named.ca";41};42zone"ab.com"{43t..
分类:系统相关   时间:2014-05-07 15:33:16    阅读次数:618
POJ3254:Corn Fields(状态压缩)
Description Farmer John has purchased a lush new rectangular pasture composed of M by N (1 ≤ M ≤ 12; 1 ≤ N ≤ 12) square parcels. He wants to grow some yummy corn for the cows on a number of square...
分类:其他好文   时间:2014-05-07 05:46:43    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!