码迷,mamicode.com
首页 >  
搜索关键字:game    ( 5568个结果
45. Jump Game II (JAVA)
Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maxim ...
分类:编程语言   时间:2019-05-06 14:38:14    阅读次数:172
EntityFramework 事务的使用
事务(Transaction),一般是指要做的或所做的事情,要么全部完成,要么全部失败 如果事务中的for循环需要访问同一集合中已经插入的数据,那么集合中的每个对象在插入完成后都需要saveChang() ...
分类:其他好文   时间:2019-05-05 17:59:01    阅读次数:120
Linux基础03-进程管理
终端分为 tty1-tty7 tty1-tty6是设备终端 tty7是桌面用户的终端 ps -a ——列出当前用户信息 ps -au——详细信息 PID——启动程序的进程ID tty——终端 ps -aux——查看没有终端的程序 kil 指令 kill -9 进程id kill -SIGKILL 进 ...
分类:系统相关   时间:2019-05-04 11:26:32    阅读次数:164
poj_1323 Game Prediction 贪心
Game Prediction Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 11814 Accepted: 5701 Description Suppose there are M people, including you, ...
分类:其他好文   时间:2019-05-03 18:20:01    阅读次数:83
Sgu149 Computer Network
Sgu149 Computer Network 题目描述 给你一棵N(N<=10000)个节点的树,求每个点到其他点的最大距离。 不难想到一个节点到其他点的最大距离为:max(以它为根的子树的最大深度,根节点到它的距离+根节点的另外所有的子树(没有这个点的子树)的最大深度)。 我们不妨分两次求解出上 ...
分类:Web程序   时间:2019-05-03 11:33:16    阅读次数:207
SharpDX初学者教程第2部分:创建窗口
原文 http://www.johanfalk.eu/blog/sharpdx-tutorial-part-2-creating-a-window 在第二篇教程中,我们将介绍如何创建一个稍后将呈现的简单窗口。 首先,我们将创建一个名为的新类Game。右键单击项目并选择“添加 - >类...”,将文件 ...
分类:其他好文   时间:2019-05-03 09:25:14    阅读次数:388
HDU - 1698 Just a Hook(线段树区间整体修改值,查询区间和)
In the game of DotA, Pudge’s meat hook is actually the most horrible thing for most of the heroes. The hook is made up of several consecutive metallic ...
分类:其他好文   时间:2019-05-02 09:54:43    阅读次数:135
Layout布局列表
5、Layout(布局)下拉列表: 2by3:显示Scene视图、Game视图、Hierarchy视图、Project视图、Inspector视图 4 Split:显示Scene视图、Hierarchy视图、Project视图、Inspector视图 Default:显示Scene视图、Hierar... ...
分类:其他好文   时间:2019-05-02 09:19:56    阅读次数:129
Window窗口
Window 窗口 Next Window:下一个窗口 Previous Window:前一个窗口 Layouts:布局 Unity Services:统一的服务 Scene:场景 Game:游戏 Inspector:检查员 Hierarchy:层次结构 Project:项目 Animation:动... ...
分类:Windows程序   时间:2019-05-02 00:04:55    阅读次数:248
游戏中的网络同步机制——Lockstep(帧同步)
本文来自: https://bindog.github.io/blog/2015/03/10/synchronization-in-multiplayer-networked-game-lockstep/#top 值得参考文章:https://blog.codingnow.com/2018/08/l ...
分类:其他好文   时间:2019-04-30 12:43:43    阅读次数:914
5568条   上一页 1 ... 67 68 69 70 71 ... 557 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!