码迷,mamicode.com
首页 >  
搜索关键字:another ball killer    ( 2864个结果
play ball小游戏-Alpha版本发布说明
Alpha版本发布说明 一、功能介绍 本团队所做的微信小程序是一款小球经碰撞后最终到达目的位置通关的休闲益智类游戏。Alpha版本具有的功能大体如下: 1. 闯关模式 多达12关普通竖屏关卡、4关特殊横屏关卡选择 最真实的物理碰撞效果 蓄力拖控设计、随小球速度改变而变化的拖尾效果,使玩家操纵体验更舒 ...
分类:其他好文   时间:2020-06-06 21:46:20    阅读次数:97
【leetcode】1433. Check If a String Can Break Another String
题目如下: Given two strings: s1 and s2 with the same size, check if some permutation of string s1 can break some permutation of string s2 or vice-versa (i ...
分类:其他好文   时间:2020-06-03 23:41:15    阅读次数:108
【leetcode】1432. Max Difference You Can Get From Changing an Integer
题目如下: You are given an integer num. You will apply the following steps exactly two times: Pick a digit x (0 <= x <= 9). Pick another digit y (0 <= y < ...
分类:其他好文   时间:2020-06-03 23:33:43    阅读次数:70
Windows解决端口占用
解决端口占用 Windows上端口占用会提示诸如以下错误: Fatal error. can't bind to 127.0.0.1:10809: There may be another Privoxy or some other proxy running on port 10809 解决该异常 ...
分类:Windows程序   时间:2020-06-02 19:09:17    阅读次数:198
【POJ3133】Manhattan Wiring (插头dp)
Manhattan Wiring 题意: There is a rectangular area containing n × m cells. Two cells are marked with “2”, and another two with “3”. Some cells are occup ...
分类:其他好文   时间:2020-05-31 16:26:04    阅读次数:66
CSS3 创建简单的网页动画 – 实现弹跳球动
基础准备对于这个实现,我们需要一个简单的 div ,并且样式类名为 ball : HTML 代码: <div class="ball"></div> 我们将使用 Flexbox 布局,把球放到页面中间,尺寸为 100px * 100px,背景色为橘黄色。 CSS 代码: body { display ...
分类:Web程序   时间:2020-05-31 11:22:13    阅读次数:78
IDEA中lombok的插件配置及使用
解释 Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equ ...
分类:其他好文   时间:2020-05-30 13:10:31    阅读次数:99
【CF-1359 D. Yet Another Yet Another Task】 ST表+单调队列
D. Yet Another Yet Another Task 题意 给出一个长度为$n$的整数数组,让找出一个连续子序列,它的和减去最大值是最大的。 思路 我写的代码有点多了。。。 ST表+单调队列。 因为是减去最大值,所以我们可以枚举每个数字作为最大值。 左边第一个大于它的数字到右边第一个大于它 ...
分类:其他好文   时间:2020-05-29 23:07:00    阅读次数:131
Educational Codeforces Round 88 (Rated for Div. 2) D. Yet Another Yet Another Task
题目链接:https://codeforces.com/contest/1359/problem/D 题解 枚举所有可能的情况,其中一定有一个是正确答案。 即每次枚举去掉的最大值,取最大连续子序列的和。 代码 #include <bits/stdc++.h> using namespace std; ...
分类:其他好文   时间:2020-05-29 19:31:35    阅读次数:164
Java 文档注释
Java 支持三种注释方式。前两种分别是 // 和 /* */,第三种被称作说明注释,它以 /** 开始,以 */结束。 说明注释允许你在程序中嵌入关于程序的信息。你可以使用 javadoc 工具软件来生成信息,并输出到HTML文件中。 说明注释,使你更加方便的记录你的程序信息。 javadoc 标 ...
分类:编程语言   时间:2020-05-28 16:22:53    阅读次数:54
2864条   上一页 1 ... 6 7 8 9 10 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!