码迷,mamicode.com
首页 >  
搜索关键字:game center    ( 15511个结果
Firefly《暗黑世界》碎片合成部分代码
这里讲的是Firefly《暗黑世界》碎片合成的流程部分的代码,这个主要是消息解析的部分,好吧上代码,代码路径app/game/gatenodeapp/compound.py。#coding:utf8'''Created on 2013-3-21物品合成@author: lan (www.9miao....
分类:其他好文   时间:2014-07-18 09:09:27    阅读次数:204
UIView 控件的常用操作
1. 放大缩小float value = 2.0;self.imageView.transform = CGAffineTransformMakeScale(value, value);2. 移动// 重新赋值按钮的中点orangeBtn.center = center;3. 旋转// 左旋转...
分类:其他好文   时间:2014-07-18 08:20:30    阅读次数:135
DIV+CSS布局中IE与FF浏览器之间重要的兼容性差异
IE与FF浏览器之间的一些重要差异:·IE与FF的居中方式不一样。(1)如何让body体能够在IE与FF浏览器中都居中的例子:[html]view plaincopyprint?让body容器在浏览器中居中body_center.css文件:[html]view plaincopyprint?bod...
分类:Web程序   时间:2014-07-18 00:27:08    阅读次数:369
ZOJ 2965 Accurately Say CocaCola
A - Accurately Say "CocaCola"!DescriptionIn a party held by CocaCola company, several students stand in a circle and play a game.One of them...
分类:其他好文   时间:2014-07-18 00:01:04    阅读次数:239
CSS XHTML规范化命名参考
CSS命名规则头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:lo...
分类:Web程序   时间:2014-07-17 22:16:09    阅读次数:371
web开发框架Django笔记整理
安装pythonsetup.pyinstall使用1.创建工程django-admin.pystartprojectData_Collet_Center2.运行开发serverpythonmanage.pyrunserver0.0.0.0:80003.创建应用pythonmanage.pystartappDCC4.配置Data_collect_Center/settings.py配置DB:‘ENGINE‘:‘django.db.backends.sqlite3‘,#Ad..
分类:Web程序   时间:2014-07-17 20:30:29    阅读次数:286
HDU 1528 (二分图最大匹配 + 最小覆盖, 14.07.17)
Problem Description Adam and Eve play a card game using a regular deck of 52 cards. The rules are simple. The players sit on opposite sides of a table, facing each other. Each player gets k cards f...
分类:其他好文   时间:2014-07-17 20:17:43    阅读次数:381
css中使用id和class 的不同
在 CSS 中,类选择器以一个点号显示: .center {text-align: center} 在上面的例子中,所有拥有 center 类的 HTML 元素均为居中。 在下面的 HTML 代码中,h1 和 p 元素都有 center 类。这意味着两者都将遵守 ".center" 选择器中的规则。 class="center"> This heading will be cent...
分类:Web程序   时间:2014-07-17 20:04:53    阅读次数:246
POJ 1965 The Pilots Brothers' refrigerator 搜索
The Pilots Brothers' refrigerator Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 18222   Accepted: 6936   Special Judge Description The game “The Pilots...
分类:其他好文   时间:2014-07-17 19:25:39    阅读次数:207
LeetCode Jump Game II
class Solution {private: vector sum; vector step; set can;public: int jump(int A[], int n) { step.clear(), sum.clear(), can.clear()...
分类:其他好文   时间:2014-07-17 18:36:56    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!