码迷,mamicode.com
首页 >  
搜索关键字:wall    ( 568个结果
unity3d: how to display the obj behind the wall
透墙显示,遮挡显示,使用ztestTags { "Queue"="Overlay+1" "RenderType"="Transparent"} Pass { // 透视效果,关闭cull Cull Off // 不记录深度值 ...
分类:编程语言   时间:2015-01-14 09:37:24    阅读次数:197
初尝 Perl
本文将阐述以下几方面内容: 1、什么是Perl 2、Perl有什么用 3、Windows 下的Perl环境搭建 4、Perl 版Hello World 5、Perl 语法梗概 6、一些参考资料 什么是Perl Perl 是一门由 Larry Wall(拉里·沃尔)设计并实现的一门脚本语言,Larry...
分类:其他好文   时间:2015-01-13 17:16:13    阅读次数:222
EOJ1189 最小凸包
Once upon a time there was a greedy King who ordered hischief Architect to build a wall around the King's castle. The King was sogreedy, that he would not listen to his Architect's proposals to build ...
分类:其他好文   时间:2015-01-09 19:25:33    阅读次数:297
Emacs & gdb调试方法
1.编译F9 输入g++ -o xxx xxx.cpp -g -Wall (-Wl,-stack=1000000)//g++ -O2 xxx.cpp -o xxx -g -Wall (-Wl,-stack=1000000)C + F7调出gdb2. gdb先打b mainr进入调试:n表示next执...
分类:数据库   时间:2015-01-05 20:20:24    阅读次数:269
Image Wall - jQuery & CSS3 图片墙效果
今天我们要为您展示如何基于 jQuery 和 CSS3 创建一个整洁的图片墙效果。我们的想法是在页面上洒上一些大小不同的缩略图,并在当我们点击图片时候显示丝带,会显示一些描述,再次点击缩略图时,丝带将关闭并重新打开一个更大的图像预览效果。
分类:Web程序   时间:2015-01-05 09:26:11    阅读次数:191
UVa 11040 (水题) Add bricks in the wall
题意:45块石头如图排列,每块石头上的数等于下面支撑它的两数之和,求其余未表示的数。分析:首先来计算最下面一行的数,A71 = A81 + A82 = A91 + 2A92 + A93,变形得到A92 =(A71 - A91 - A93) / 2.以此类推,就能得到最下面一整行的数。有了这个“地基”...
分类:其他好文   时间:2015-01-04 11:19:50    阅读次数:207
【HDOJ】1348 Wall
计算几何-凸包模板题目,Graham算法解。 1 /* 1348 */ 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 using namespace std; 9 10 #define MAXN 1...
分类:其他好文   时间:2015-01-02 22:20:02    阅读次数:261
【POJ】1113 Wall(凸包)
http://poj.org/problem?id=1113答案是凸包周长+半径为l的圆的周长...证明?这是个坑..#include #include #include #include #include #include #include #include #include using name...
分类:其他好文   时间:2015-01-01 21:13:15    阅读次数:210
HDU 4031 Attack(树状数组)
Problem Description Today is the 10th Annual of “September 11 attacks”, the Al Qaeda is about to attack American again. However, American is protected by a high wall this time, which can be treatin...
分类:编程语言   时间:2014-12-29 01:02:11    阅读次数:240
【资料收集】linux已登录用户用wall,write互发消息
1)wallwallmessage[a01@test230~]$wall"I‘min"[root@test230~]# Broadcastmessagefroma01@test230.ec.office(pts/2)(ThuDec2515:34:522014): I‘min2)writewriteusermessage[a01@test230~]$writeroot hello, thankyouforyourhelp <Ctrl+D>[root@test230~]# Messagefrom..
分类:系统相关   时间:2014-12-25 18:43:01    阅读次数:177
568条   上一页 1 ... 44 45 46 47 48 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!