码迷,mamicode.com
首页 >  
搜索关键字:lan xiangs square    ( 23031个结果
leetcode 二分查找 Sqrt(x)
Sqrt(x)  Total Accepted: 26074 Total Submissions: 116517My Submissions Implement int sqrt(int x). Compute and return the square root of x. 题意:实现求方根 sqrt(x) 思路:二分法 对于一个数,它的方...
分类:其他好文   时间:2014-10-12 16:05:18    阅读次数:160
CentOS 6.3下rsync服务器的安装与配置[转]
CentOS 6.3下rsync服务器的安装与配置一、rsync 简介 Rsync(remote synchronize)是一个远程数据同步工具,可通过LAN/WAN快速同步多台主机间的文件,也可以使用 Rsync 同步本地硬盘中的不同目录。 Rsync 是用于取代rcp的一个工具,Rsync使.....
分类:其他好文   时间:2014-10-10 15:12:14    阅读次数:323
centos中文乱码
安装centos显示中文乱码,若果选择了中文,则全部字母乱码,语言选择列表也显示中文是乱码求解决方法,具体根据我的图片出现的问题回答,求详细echo $LANG;echo $LANGUAGE看看是什么?追问回答你手动改一下系统语言export LANG="zh_CN.UTF-8"export LAN...
分类:其他好文   时间:2014-10-10 14:18:54    阅读次数:187
Origami Box
Origami Box Start with a square 6" x 6" (15cm x 15cm) origami paper. Flip the sheet so that the colored side is face down. Now make two mountain folds...
分类:其他好文   时间:2014-10-09 17:42:58    阅读次数:369
采访艾迪亚数字娱乐:在中国做视觉产品
Xsolla有幸采访到中国外包公司艾迪亚数字娱乐的市场总监-Matthew Dai。这家工作室和世界级的开发商合作,像Ubisoft, ANught Dog, Sega, EA, Sony, Midway, Crytek 和Square Enix。并不是其他的外包视觉制作公司, 艾迪公司一直争取在控制人员,不超过250名工作的情况下,制作出最好的作品。如果你玩过The Last of Us, ...
分类:其他好文   时间:2014-10-08 10:11:55    阅读次数:292
printf不支持%lf
1 #include 2 3 int square137(int n); 4 5 void p137() { 6 double x = 3.0; 7 int y = (int)x; 8 printf("Square of %f is %d\n", x, square1...
分类:其他好文   时间:2014-10-08 01:41:54    阅读次数:175
关于TCP/IP以及网络的一些小科普
关于TCP/IP通讯我从以下四个点来进行介绍.1.宏观上网络的分类,和具象的网络的模型。2.互联网的发展。3.端口和IP。4.TCP/IP以及Socket通信。第一点1)关于网络的分类(宏观)按照网络规模和范围可以简单划分为:局域网(LAN)都市网(MAN)广域网(WAN)按照网络拓扑结构可以划分为...
分类:其他好文   时间:2014-10-07 11:53:13    阅读次数:182
IEEE 802.3 Ethernet
Introduction Ethernet 是过去30年以来最为成功的局域网(local area networking)技术。 1. First widely used LAN technology (第一次被广泛使用的局域网技术) 2. kept up with speed race: 10 M...
分类:Web程序   时间:2014-10-06 12:29:20    阅读次数:515
Ural 1073 Square Country (DP)
题目地址:Ural 1073 DP水题。也可以说是背包。 #include #include #include #include #include #include #include #include #include #include #include using namespace std; const int INF=0x3f3f3f3f; #define LL ...
分类:其他好文   时间:2014-10-05 11:40:28    阅读次数:203
HDU-1518-Square
题目链接http://acm.hdu.edu.cn/showproblem.php?pid=1518题意:给你n条边,问你用光这些边能不能组成正方形这里主要是超时问题:其实对于某条边,对于那些用过的和不符合条件的for那里可以不扫。。。。。所以Dfs要增加一个参数index表示从那里开始扫。。。但是...
分类:其他好文   时间:2014-10-04 12:40:16    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!