码迷,mamicode.com
首页 >  
搜索关键字:infinite    ( 571个结果
POJ 1328 Radar Installation 贪心算法
Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:编程语言   时间:2017-04-02 14:29:23    阅读次数:255
可等待计时器添加APC测试
unsigned APIENTRY ThreadProc(void *p) { WaitForSingleObject(g_hWaitableTimer, INFINITE); MessageBox(NULL, _T("线程开始启动"), _T("HELLO"), MB_OK); return 0;... ...
分类:其他好文   时间:2017-04-01 10:34:33    阅读次数:201
循环旋转360度
在需要旋转的元素上添加 rotate类别即可 ...
分类:其他好文   时间:2017-03-30 13:12:12    阅读次数:104
用python3写一个简单的http服务器
初始代码来自http://www.cnblogs.com/vamei/archive/2012/10/30/2744955.html 原始代码估计是在python2中运行的,在python3中运行报错,大部分报错由于类型转换导致的,大致的意思是说bytes类型不能与str类型直接相加,所以我们需要在 ...
分类:编程语言   时间:2017-03-23 02:34:56    阅读次数:294
Codeforces Round #395 (Div. 2) D
Description One of Timofey's birthday presents is a colourbook in a shape of an infinite plane. On the plane n rectangles with sides parallel to coord ...
分类:其他好文   时间:2017-03-22 22:59:50    阅读次数:180
射线,克隆,画线
1,射线 (1)Ray射线 A ray is an infinite line starting at origin and going in some direction. Ray是具有开始点和方向的无穷线。 构造: ...
分类:其他好文   时间:2017-03-22 13:06:56    阅读次数:239
CSS的学习使用
<head> <meta charset="UTF-8"> <title>CSS常用选择器</title> <!--HTML注释--> <style type="text/css"> /*CSS语法必须写在<style>标签中*/ /*CSS注释*/ 【锁定】 /*命名:body中table后+id ...
分类:Web程序   时间:2017-03-20 00:26:21    阅读次数:230
有趣的鼠标悬浮模糊效果总结---(filter,渐变文字)
绘制渐变背景图 第一种:大神的想法,摘抄 background-image: -webkit-linear-gradient(left, blue, red 25%, blue 50%, red 75%, blue 100%);使用CSS3的渐变绘制图像,从左到右。需要注意的是颜色是 0到49%的颜 ...
分类:其他好文   时间:2017-03-12 21:28:30    阅读次数:276
好用的UE新资源!【地貌资源】
A Boy and his Kite Demo Assets,放风筝 http://www.52vr.com/thread-31591-1-1.html UE4资源:半干旱荒漠环境资源包,Semi Arid Desert Environments http://www.52vr.com/thread ...
分类:其他好文   时间:2017-03-09 20:54:22    阅读次数:905
delphi 主线程向子线程发送消息
while True do begin if not PeekMessage(msg,0,0,0,PM_REMOVE) then begin case MsgWaitForMultipleObjects(1,hCloseEvent,False,INFINITE,QS_ALLINPUT) of WAI ...
分类:编程语言   时间:2017-03-09 20:49:04    阅读次数:646
571条   上一页 1 ... 30 31 32 33 34 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!