上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: 1.需求管理过程2.风险管理3.质量管理过程4.团队与人员建设 阅读全文
posted @ 2018-04-08 22:05 ParamousGIS 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1. 质量指标2. 质量策划--PCB3.各项项目质量措施4.保证质量活动5.开发过程--质量活动6. QCCQCC: 现状、目标、不断评审、根因、制定对策、达成效果 阅读全文
posted @ 2018-04-08 21:21 ParamousGIS 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 21:05 ParamousGIS 阅读(345) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2018-04-08 20:56 ParamousGIS 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 19:38 ParamousGIS 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 19:35 ParamousGIS 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 19:28 ParamousGIS 阅读(1148) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 19:27 ParamousGIS 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 19:09 ParamousGIS 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 18:50 ParamousGIS 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 18:43 ParamousGIS 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 18:32 ParamousGIS 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 18:23 ParamousGIS 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-08 18:08 ParamousGIS 阅读(367) 评论(0) 推荐(0) 编辑
摘要: A Complete Tutorial to Learn Data Science with Python from Scratch Introduction It happened few years back. After working on SAS for more than 5 years, I decided to move out of my comfort zone. Being ... 阅读全文
posted @ 2017-10-02 20:20 ParamousGIS 阅读(923) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-07-28 20:01 ParamousGIS 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 1.tutorial08.cpp // Include standard headers #include #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #include using namesp... 阅读全文
posted @ 2017-07-09 23:42 ParamousGIS 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 1.tutorial07.cpp // Include standard headers #include #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #include using namesp... 阅读全文
posted @ 2017-07-09 23:08 ParamousGIS 阅读(2061) 评论(0) 推荐(0) 编辑
摘要: 1.tutorial06.cpp // Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #include using namespace glm;... 阅读全文
posted @ 2017-07-09 22:44 ParamousGIS 阅读(1667) 评论(0) 推荐(0) 编辑
摘要: 1.tutorial05.cpp // Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #include using namespace g... 阅读全文
posted @ 2017-07-09 15:47 ParamousGIS 阅读(726) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/o_sun_o/article/details/8351037 BMP文件格式详解 BMP文件格式详解(BMP file format) BMP文件格式,又称为Bitmap(位图)或是DIB(Device-Independent Device,设备无关位图),是Windows系统中广泛使用的图像文件格式。由于它可以不作任何变换地保存图像像素域的数据... 阅读全文
posted @ 2017-07-09 11:29 ParamousGIS 阅读(827) 评论(0) 推荐(0) 编辑
摘要: 1.tutorial04.cpp // Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #include using namespace glm; ... 阅读全文
posted @ 2017-07-09 10:45 ParamousGIS 阅读(1472) 评论(0) 推荐(0) 编辑
摘要: Model--View--Projection 1.tutorial03.cpp // Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #... 阅读全文
posted @ 2017-07-09 09:27 ParamousGIS 阅读(485) 评论(0) 推荐(0) 编辑
摘要: The OpenGL buffer is created, bound, filled and configured with the standard functions (glGenBuffers, glBindBuffer, glBufferData, glVertexAttribPointer) ; 1.tutorial02.cpp // Include standard... 阅读全文
posted @ 2017-07-09 08:07 ParamousGIS 阅读(748) 评论(0) 推荐(0) 编辑
摘要: // Include standard headers #include <stdio.h> #include <stdlib.h> // Include GLEW #include <GL/glew.h> // Include GLFW #include <glfw3.h> GLFWwindow* 阅读全文
posted @ 2017-07-09 08:02 ParamousGIS 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 1. VS2017 Professional安装 1.1. 下载 mu_visual_studio_professional_2017_x86_x64_10049787.exe 1.2. 双击开始安装 双击mu_visual_studio_professional_2017_x86_x64_1004 阅读全文
posted @ 2017-06-11 17:46 ParamousGIS 阅读(2281) 评论(0) 推荐(0) 编辑
摘要: Cloud http://www.cnblogs.com/CloudMan6/tag/OpenStack/ 算法基础 http://www.cnblogs.com/ECJTUACM-873284962/p/6917031.html 海量数据处理算法总结【超详解】 http://www.cnblogs.com/ECJTUACM-873284962/p/6910842.html#37025... 阅读全文
posted @ 2017-05-29 18:18 ParamousGIS 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 时间序列分析算法【R详解】 https://www.analyticsvidhya.com/blog/2015/12/complete-tutorial-time-series-modeling/ http://www.cnblogs.com/ECJTUACM-873284962/p/6917031.html 简介 在商业应用中,时间是最重要的因素,能够提升成功率。然而绝大多数公司很难跟上... 阅读全文
posted @ 2017-05-29 17:48 ParamousGIS 阅读(3915) 评论(0) 推荐(0) 编辑
摘要: 牛顿迭代法(Newton's Method) 简介 牛顿迭代法(简称牛顿法)由英国著名的数学家牛顿爵士最早提出。牛顿法的作用是使用迭代的方法来求解函数方程的根。简单地说,牛顿法就是不断求取切线的过程。对于形如f(x)=0的方程,首先任意估算一个解x0,再把该估计值代入原方程中。由于一般不会正好选择到正确的解,所以有f(x)=a。这时计算函数在x0处的斜率,和这条斜率与x轴的交点x1。f(x)=0... 阅读全文
posted @ 2017-05-29 15:58 ParamousGIS 阅读(813) 评论(0) 推荐(0) 编辑
摘要: windows环境下,Intellij idea12中maven操作时,控制台中文乱码问题(编译报错或者clean install时出现的其他错误描述乱码) 在cmd中mvn中文正常显示,log4j打印日志也是ok的。 解决方法: Setting->maven->runner VMoptions: 阅读全文
posted @ 2017-04-03 22:12 ParamousGIS 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 4.0.0 com.xxxx xxxx war 1.0-SNAPSHOT xxxx http://maven.apache.org com.mysql.jdbc.Driver 127.0.0.1 3306 xxxx root root 4.1.6.RELEASE ... 阅读全文
posted @ 2017-02-11 23:05 ParamousGIS 阅读(360) 评论(0) 推荐(0) 编辑
摘要: PythonPython for VSCode Language Support for Java(TM) by Red HatJava Language SupportJava DebuggerJava SnippetsJava Properties HTML SnippetsHTML CSS S 阅读全文
posted @ 2017-02-11 22:58 ParamousGIS 阅读(2409) 评论(0) 推荐(0) 编辑
摘要: 1.tilestache.cfg 2. TileStacheTest.py 3. tilestache-seed tilestache-seed.py -b -33.8294 -71.0362 -33.1445 -70.3331 -p 0 -e geojson -c tilestache.cfg - 阅读全文
posted @ 2016-12-27 00:01 ParamousGIS 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 1.加入YUM源 rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm 2.更新 sudo yum update 3.安装软件 yum install qgis qgis-python qgis-grass qgis-mapserver 阅读全文
posted @ 2016-12-25 20:33 ParamousGIS 阅读(1712) 评论(1) 推荐(0) 编辑
摘要: Mapbox Vector Tile Specification A specification for encoding tiled vector data. License The text of this specification is licensed under a Creative Commons Attribution 3.0 United States License. Howe... 阅读全文
posted @ 2016-12-18 21:12 ParamousGIS 阅读(804) 评论(0) 推荐(0) 编辑
摘要: simplestyle-spec A simple specification for styling GeoJSON data. Versions 1.1.0 Adds properties to permit styling of Polygon and LineString types. 1.0.0 Initial release: this defines only three keys ... 阅读全文
posted @ 2016-12-18 21:06 ParamousGIS 阅读(488) 评论(0) 推荐(0) 编辑
摘要: TileJSON TileJSON is an open standard for representing map metadata. License The text of this specification is licensed under a Creative Commons Attribution 3.0 United States License. However, the use... 阅读全文
posted @ 2016-12-18 20:57 ParamousGIS 阅读(1151) 评论(0) 推荐(0) 编辑
摘要: MBTiles Specification MBTiles is a specification for storing tiled map data in SQLite databases for immediate usage and for transfer. MBTiles files, known as tilesets, must implement the specification... 阅读全文
posted @ 2016-12-18 20:36 ParamousGIS 阅读(1787) 评论(0) 推荐(0) 编辑
摘要: UTFGrid UTFGrid is a specification for rasterized interaction data. As of version 1.2, it was removed from incubation in the MBTiles Specification and split into its own repository. See CHANGELOG.md f... 阅读全文
posted @ 2016-12-18 20:20 ParamousGIS 阅读(1148) 评论(0) 推荐(0) 编辑
摘要: 1. 安装pip。 我们同样需要在Python的官网上去下载,下载地址是: https://pypi.python.org/pypi/pip#downloads 2. 解压。 解压pip-9.0.1.tar.gz 3. 安装。 用cmd控制台进入解压目录,输入: python setup.py install 4. 验证。 pip –V 阅读全文
posted @ 2016-12-18 16:32 ParamousGIS 阅读(222) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页