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
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
在需要旋转的元素上添加 rotate类别即可 ...
分类:
其他好文 时间:
2017-03-30 13:12:12
阅读次数:
104
初始代码来自http://www.cnblogs.com/vamei/archive/2012/10/30/2744955.html 原始代码估计是在python2中运行的,在python3中运行报错,大部分报错由于类型转换导致的,大致的意思是说bytes类型不能与str类型直接相加,所以我们需要在 ...
分类:
编程语言 时间:
2017-03-23 02:34:56
阅读次数:
294
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
<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
绘制渐变背景图 第一种:大神的想法,摘抄 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
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
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