码迷,mamicode.com
首页 >  
搜索关键字:room    ( 611个结果
HDU 1312 Red and Black(bfs)
Red and BlackTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescriptionThere is a rectangular room, covered with square tiles. Each...
分类:其他好文   时间:2015-07-06 17:31:35    阅读次数:139
java中用数组模拟的酒店管理系统
//房间类 publicclassRoom{ privateStringno;//房间号 privateStringtype;//房间类型 privatebooleanisuse;//房间是否占用 @Override publicStringtoString(){ return"Room[no="+no+",type="+type+",isuse="+(isuse?"占用":"空闲")+"]"; } publicRoom(Stringno,String..
分类:编程语言   时间:2015-07-02 01:12:30    阅读次数:169
Option可选值(一)
//: Playground - noun: a place where people can play import Cocoa class Person {     var residence: Residence?//供选连接 } class Residence {     var rooms = [Room]()     var number...
分类:其他好文   时间:2015-07-01 18:31:26    阅读次数:112
Not for jazz
原文 We have an old musical instrument. It is called a clavichord. It was made in Germany in 1681. Our clavichord is kept in the living room. It has belonged to our family for a long time. The inst...
分类:其他好文   时间:2015-06-30 23:45:46    阅读次数:268
Webrtc服务器搭建
转自:http://www.webrtcbbs.com/forum.php?mod=viewthread&tid=340&extra=page%3D11.WebRTC后台服务:通话的房间服务器(Room Server)房间服务器是用来创建和管理通话会话的状态维护,是双方通话还是多方通话,加入与离开房...
分类:Web程序   时间:2015-06-30 07:49:55    阅读次数:745
unity3d 动态添加模型到场景中
GameObject obj = (GameObject)Instantiate (Resources.Load ("3ddayinji")); GameObject room = GameObject.Find ("RoomEquipment4"); x = room.transform.posi...
分类:编程语言   时间:2015-06-29 19:25:21    阅读次数:616
一些项目——深度搜索
Problem Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to one of four adja...
分类:其他好文   时间:2015-06-28 17:36:15    阅读次数:155
Codeforces554B:Ohana Cleans Up
Ohana Matsumae is trying to clean a room, which is divided up into an n by n grid of squares. Each square is initially either clean or dirty. Ohana can sweep her broom over columns of the grid. Her ...
分类:其他好文   时间:2015-06-26 16:22:45    阅读次数:117
B. Ohana Cleans Up(Codeforces Round #309 (Div. 2))
B. Ohana Cleans Up   Ohana Matsumae is trying to clean a room, which is divided up into an n by n grid of squares. Each square is initially either clean or dirty. Ohana can sweep her broom...
分类:其他好文   时间:2015-06-26 15:01:57    阅读次数:166
codeforces B. Ohana Cleans Up
B. Ohana Cleans Up Ohana Matsumae is trying to clean a room, which is divided up into annbyngrid of squares. Each square ...
分类:其他好文   时间:2015-06-26 01:42:25    阅读次数:216
611条   上一页 1 ... 44 45 46 47 48 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!