码迷,mamicode.com
首页 >  
搜索关键字:shape    ( 2078个结果
osg create shape
osg::ref_ptr OSG_Qt_::createSimple() { osg::ref_ptr geode = new osg::Geode; osg::ref_ptr geometry = new osg::Geometry; //申请顶点 osg::ref_ptr coords = ne... ...
分类:其他好文   时间:2019-06-23 20:56:35    阅读次数:125
osg model
osg::ref_ptr MyOSGLoadEarth::CreateNode() { osg::ref_ptr _root = new osg::Group; //定义并读取高程文件 //真实高程文件名称为:ASTGTM2_N34E110_dem.tif //属于特殊的tiff格式,GEOTiff... ...
分类:其他好文   时间:2019-06-22 19:48:34    阅读次数:114
Map2Shp软件字符编码解决方案——彻底杜绝Shape格式乱码
在使用Shape文件时,如果里面有中文属性信息时,经常会遇到属性信息变为乱码。尤其是ArcGIS10.2.1之后,Esri改变了软件的默认字符编码规则,打开之前保存的Shapefile文件,总会不时遇到中文字符出现乱码现象。对此问题,网上好多建议是修改系统注册表或全局的字符编码设置,这样做固然有效... ...
分类:其他好文   时间:2019-06-13 20:07:58    阅读次数:114
对数值计算numpy的一些总结,感兴趣的朋友可以看看
1.NumPy 1. 创建数组 1. 从python列表中创建 2. 其他方式创建 2. NumPy数组基础 1.numpy数组的基本属性 大小:size 形状:shape 维度:ndim 数据类型:dtype 2.数组索引(可写成负数):获取单个元素 一维数组:([2]) 二维数组:([2,3]) ...
分类:其他好文   时间:2019-06-11 20:50:24    阅读次数:287
如何利用Map2Shp进行快速格式转换
有时,用户仅需要进行GIS数据格式的简单转换,对文字注记、制图表达、投影信息无特别要求,可进行快速格式转换。做为MapGIS文件与Shape文件间的格式转换工具,Map2Shp软件操作过程十分简单,只需依以下步骤进行即可。 ...
分类:其他好文   时间:2019-06-11 13:22:59    阅读次数:103
三、excel用padas读取公式后非空值(20190609)
# Author:ShowTimEimport xlrdimport sysfrom xlutils.copy import copyimport xlwtimport pandas as pdxlsx = xlrd.open_workbook('../智能跟单/excel/6.03实时跟单完成情况 ...
分类:其他好文   时间:2019-06-09 14:33:05    阅读次数:108
EBU5405: 3D Graphics Programming Tools - Coursework 2019
EBU5405: 3D Graphics Programming Tools - Coursework 2019In this coursework you will develop an articulated and interactive object in the shape of acra ...
分类:其他好文   时间:2019-06-06 21:27:37    阅读次数:100
tensorflow---darknet53
#! /usr/bin/env python# coding=utf-8# # Copyright (C) 2019 * Ltd. All rights reserved.## Editor : VIM# File name : backbone.py# Author : YunYang1994# ...
分类:Web程序   时间:2019-06-06 16:09:17    阅读次数:190
使用tensorflow api生成one-hot标签数据
转自:http://www.terrylmay.com/2017/06/generate-one-hot-data/ 使用tensorflow api生成one-hot标签数据 在刚开始学习tensorflow的时候, 会有一个最简单的手写字符识别的程序供新手开始学习, 在tensorflow.ex ...
分类:Windows程序   时间:2019-06-06 00:00:22    阅读次数:216
toj 2282: Median Weight Bead (队列+vector)
描述 There are N beads which of the same shape and size, but with different weights. N is an odd number and the beads are labeled as 1, 2, ..., N. Your ...
分类:其他好文   时间:2019-06-05 23:56:08    阅读次数:216
2078条   上一页 1 ... 44 45 46 47 48 ... 208 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!