官方网站:http://facebook.github.io/origami/
软件介绍:
Origami是一个设计用户界面的免费工具。能快速的设计原型,直接在iPhone或者iPad上直接运行,还能导出代码片段给工程师用。
Facebook公司开发了Origami帮助他们设计和构建许多产品,包括Instagram, Paper, Messenger, Slingshot, Room...
分类:
其他好文 时间:
2015-02-26 20:20:00
阅读次数:
134
设置cookie: document.cookie="id=1;name=qing"; document.addCookie("id=1"); 在cookie名、值中不可出现 ; , = 及空格,一般通过escape函数进行编码,取出时使用unescape还原。 document.cooki...
分类:
Web程序 时间:
2015-02-24 20:56:45
阅读次数:
242
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door. Given the records of signing in's and out's, you...
分类:
其他好文 时间:
2015-02-24 12:38:14
阅读次数:
136
链接:click here
题意:
描述
One day,Jiameier is tidying up the room,and find some coins. Then she throws the coin to play.Suddenly,she thinks of a problem ,that if throw n times coin ,how many situati...
分类:
其他好文 时间:
2015-02-23 23:44:15
阅读次数:
396
Problem Description
Eddy begins to like painting pictures recently ,he is sure of himself to become a painter.Every day Eddy draws pictures in his small room, and he usually puts out his newest pictures to let his friends appreciate. but the result it can ...
分类:
编程语言 时间:
2015-02-23 09:45:09
阅读次数:
333
bfs预处理一点到边界的最小距离,IDA*求出可行方案。注意按字典序初始化dir数组。并且存在中间点全为1,边界含0的可能性(wa了很多次)。此时不输出任何命令。 1 /* 1813 */ 2 #include 3 #include 4 #include 5 #include 6...
分类:
其他好文 时间:
2015-02-23 00:12:51
阅读次数:
248
{ID:anniel11PROG:castleLANG:PASCAL}var a:array[0..50,0..50 ,1..4] of boolean; component:array[0..50,0..50] of integer;//which room does it belo...
分类:
其他好文 时间:
2015-02-22 07:50:51
阅读次数:
234
Red and Black
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 24058
Accepted: 13007
Description
There is a rectangular room, covered with square tiles. E...
分类:
其他好文 时间:
2015-02-18 14:06:09
阅读次数:
133
传送门:Escape题意:给出每个人适合住的星球信息和该星球能住多少人 ,第一行给出n m 代表有 n 个人 m 个星球,然后接下来n行每行m个数字 1代表适合第 i 个星球 0 代表不适合第 i 个星球,最后一行m个数表示第 i 个星球最多可以住多少个人,问是不是所有人都可以住到星球上。分析:很裸...
分类:
其他好文 时间:
2015-02-17 23:36:18
阅读次数:
640
Maze Exploration
A maze of rectangular rooms is represented on a two dimensional grid as illustrated in figure 1a. Each point of the grid is represented by a character. The points of room walls are ...
分类:
其他好文 时间:
2015-02-14 08:45:35
阅读次数:
134