Alice is interesting in computation geometry problem recently. She found a interesting problem and solved it easily. Now she will give this problem to ...
分类:
其他好文 时间:
2018-09-24 22:17:19
阅读次数:
200
import tkinterimport sysimport retop = tkinter.Tk()top.geometry('400x170+350+150')top.wm_title('综合实例')def validateText(): val = entry1.get() if re.fin... ...
分类:
编程语言 时间:
2018-09-23 18:03:56
阅读次数:
383
from osgeo import ogrimport jsonfrom geojson import loads, dumps, Feature, FeatureCollectionfrom shapely.geometry import shape, Point, LineString'''sh... ...
分类:
Web程序 时间:
2018-09-22 21:25:26
阅读次数:
224
最近学习了些MySQL geometry数据存储和计算,在这里记录下。 1. 环境 geometry推荐在5.6版本以上使用,尽管大部分功能在5.5已经可用,除了距离计算函数st_distance等新增函数。 2. Geometry主要相关类 2.1 Geometry Geometry是所有此扩展中 ...
分类:
数据库 时间:
2018-09-18 20:44:23
阅读次数:
292
程序运行后窗口打开,此时按 Ctrl+Q 组合键即可关闭该窗口 ...
分类:
其他好文 时间:
2018-09-14 16:19:24
阅读次数:
142
1 # -*- coding:utf-8 -*- 2 ''' 3 Created on Sep 13, 2018 4 5 @author: SaShuangYiBing 6 ''' 7 import sys 8 from PyQt5.QtWidgets import QApplication,QWi... ...
分类:
其他好文 时间:
2018-09-13 18:37:30
阅读次数:
189
本篇介绍 性能优化的若干方法。(个人拙见) three.js性能优化 尽量重用 和`Geometry` 这里以Material和Geometry为例(使用比较频繁) js for (var i = 0; i 0 && (+new Date() start 0){ setTimeout(argumen ...
分类:
Web程序 时间:
2018-09-13 16:19:09
阅读次数:
531
1 //定义 2 QPropertyAnimation* _pAnimation= new QPropertyAnimation(this, "geometry"); 3 //设置动画持续时间 4 _pAnimation _pAnimation->setDuration(200); 5 //开始位置... ...
分类:
其他好文 时间:
2018-09-05 11:10:49
阅读次数:
290
INT VARCHAR() DECIMAL() DATETIME BLOB - BINARY() BLOB() LONGBLOB TINYBLOB VARBINARY() - DATE DATETIME() TIME() TIMESTAMP() VEAR() - GEOMETRY GEOMETRYC ...
分类:
数据库 时间:
2018-09-04 19:04:28
阅读次数:
192
https://math.stackexchange.com/questions/1307287/random-uniformly-distributed-points-in-a-circle http://mathworld.wolfram.com/topics/ComputationalGeom ...
分类:
其他好文 时间:
2018-09-03 19:33:46
阅读次数:
171