码迷,mamicode.com
首页 >  
搜索关键字:candy sharing game    ( 6263个结果
Nginx 访问优先级配置
location 优先级 = > ^~ > ~> ~* > / = 用于指定完整路径 例 location = /game_center 匹配 http://url/game_center 完整路径 location /test12/formdata.html ^~ 用于指定前半路径 例 locat ...
分类:其他好文   时间:2020-01-11 13:37:02    阅读次数:88
java小项目之:扫雷,这游戏其实没有那么简单!
扫雷我之前分享的小项目和小游戏,电影购票、坦克大战、捕鱼达人、贪吃蛇等,虽然已经是耳熟能详人尽皆知的项目和游戏,但是保不齐真的有人没接触过。今天分享的这个项目,我不相信没人接触过(仅限80后-00后)。扫雷,这几乎所有电脑都有的一款超级小游戏,在全国各地的微机课上饱受欢迎,玩法紧张刺激、老少皆宜,而且还益智。今天便分享用java怎么实现这一款神作。(文末附带源码素材获取方式)游戏介绍:扫雷就是要把
分类:编程语言   时间:2020-01-11 10:16:48    阅读次数:113
Lambda表达式
自己保存一些偶尔用的到的Lambda表达式小技巧 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Sys ...
分类:其他好文   时间:2020-01-10 00:40:56    阅读次数:75
负数的处理POJ1179Polygon
Description Polygon is a game for one player that starts on a polygon with N vertices, like the one in Figure 1, where N=4. Each vertex is labelled wi ...
分类:其他好文   时间:2020-01-08 21:17:41    阅读次数:76
Good Bye 2019 A. Card Game
第一次五分钟过了cf A https://codeforces.com/contest/1270/problem/A 思路:谁拿到最大的牌即赢 官方: #include<bits/stdc++.h> #define ll long long using namespace std; const in ...
分类:其他好文   时间:2020-01-08 00:30:23    阅读次数:80
Unity性能优化-遮挡剔除
https://blog.csdn.net/qq_33537945/article/details/79159070 https://gameinstitute.qq.com/community/detail/101996 https://blog.csdn.net/leeby100/article ...
分类:编程语言   时间:2020-01-07 18:19:13    阅读次数:87
DestroyImmediate的一些坑
最近在使用DestroyImmediate的时候踩到一个坑:删除对象子物体的时候尽量不要用DestroyImmediate 这样写: for (int i = 1; i < starNodeRight.childCount; i++) {DestroyImmediate(starNodeRight. ...
分类:其他好文   时间:2020-01-06 12:51:34    阅读次数:78
On Data Sharing Strategy for Decentralized Collaborative Visual-Inertial Simultaneous Localization and Mapping
张宁 On Data Sharing Strategy for Decentralized Collaborative Visual-Inertial Simultaneous Localization and Mapping 分散式协同视觉惯性同时定位与建图的数据共享策略研究链接:https:// ...
分类:移动开发   时间:2020-01-05 20:28:13    阅读次数:99
[List] Some Interesting Problems about Games
ABC059D "Alice & Brown" In this game, there are two piles initially consisting of $X$ and $Y$ stones, respectively. Alice and Brown alternately perfor ...
分类:其他好文   时间:2020-01-04 01:17:34    阅读次数:62
git初始化操作
简易的命令行入门教程: Git 全局设置: git config global user.name "蔡文君" git config global user.email "1170926392@qq.com" 创建 git 仓库: mkdir information_sharing cd infor ...
分类:其他好文   时间:2020-01-03 21:26:20    阅读次数:76
6263条   上一页 1 ... 37 38 39 40 41 ... 627 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!