码迷,mamicode.com
首页 >  
搜索关键字:shake    ( 120个结果
用C语言实现窗口抖动
#include "stdafx.h" #include #include int main() { int shake_time = 50; //休眠的时间,为5毫秒 int shake_distance = 10; //移动了10像素 RECT rect; //RECT是一个矩形结构体,相当于保... ...
分类:编程语言   时间:2018-04-21 21:21:08    阅读次数:186
B - Tempter of the Bone(DFS+剪枝)
The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the doggie could f ...
分类:其他好文   时间:2018-04-11 00:24:29    阅读次数:212
Tempter of the Bone——DFS(王道)
Problem Description The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, an ...
分类:其他好文   时间:2018-03-22 20:04:00    阅读次数:202
CSS3一些常用动画
/* animation */ .a-bounce,.a-flip,.a-flash,.a-shake,.a-swing,.a-wobble,.a-ring{-webkit-animation:1s ease;-moz-animation:1s ease;-ms-animation:1s ease; ...
分类:Web程序   时间:2018-03-02 22:17:07    阅读次数:247
小程序报错request:fail ssl hand shake error 安卓请求不到返回苹果手机可以
小程序服务器配置wx.request请求,苹果手机可以接收到返回,安卓手机接收不到返回信息,有时候是 报错request:fail ssl hand shake error。 解决步骤: 1.先检查服务器证书是否配置好,我的服务器是apache的,证书是腾讯云免费申请的,把下载到的三个证书放到服务器 ...
分类:移动开发   时间:2017-12-28 11:57:49    阅读次数:881
动画库animate.css的用法
简介 animate.css是一个来自国外的 CSS3 动画库,它预设了引起弹跳(bounce)、摇摆(swing)、颤抖(wobble)、抖动(shake)、闪烁(flash)、翻转(flip)、旋转(rotate)、淡入淡出(fade)、滑动(Sliding)、光速(lightspeed)、缩放 ...
分类:Web程序   时间:2017-12-20 03:46:54    阅读次数:232
September 15th 2017 Week 37th Friday
First I need your hand, then forever can begin. 我需要牵着你的手,才能告诉你什么是永远。 If you want to shake hands with someone, it would be better if you reach out your ...
分类:其他好文   时间:2017-12-04 11:40:42    阅读次数:172
css3动画库
/* animation */ .a-bounce,.a-flip,.a-flash,.a-shake,.a-swing,.a-wobble,.a-ring{-webkit-animation:1s ease;-moz-animation:1s ease;-ms-animation:1s ease; ...
分类:Web程序   时间:2017-11-18 20:05:58    阅读次数:249
【Codeforces Round #431 (Div. 1) D.Shake It!】
·最小割和组合数放在了一起,产生了这道题目。 英文题,述大意; 一张初始化为仅有一个起点0,一个终点1和一条边的图。输入n,m表示n次操作(1<=n,m<=50),每次操作是任选一条已存在的边,新建一个编号为(n+1)的节点并向这条边的两个端点连边(共连接两条边)。输入n次操作后满足最小割为m的图有... ...
分类:其他好文   时间:2017-10-31 20:11:50    阅读次数:117
【Codeforces 949D】Shake It! 【动态规划】
参考: http://blog.csdn.net/gjghfd/article/details/77824901 所求的是满足条件的图中“不同构”的数量,意味着操作的顺序是可以忽略的。考虑若干次操作后得到的一个“World” G,其中某次操作(s(G), t(G))生成的节点为w,则由s(G)到w和 ...
分类:其他好文   时间:2017-09-24 09:46:10    阅读次数:469
120条   上一页 1 2 3 4 5 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!