real_world_terrain-v3.4.2.1 可以把真实地貌做成模型
2022-03-14 20:39:32 68.32MB real_world_t
1
Learning Go An Idiomatic Approach to Real-World Go Programming by Jon Bodner (z-lib.org).pdf
2022-03-14 15:19:40 6.99MB
1
modeling our world中文版,文字清晰,内容丰富,是空间建模必看的书籍;;
2022-03-13 21:19:20 5.41MB modeling our world
1
下面将带领大家一步步学习nodejs,知道怎么使用nodejs搭建服务器,响应get/post请求,连接数据库等。 搭建服务器页面输出hello world var http = require('http'); http.createServer(function (request, response) { response.writeHead(200, {'Content-Type': 'text/html; charset=utf-8'}); if(request.url!=="/favicon.ico"){ //清除第2此访问 node.js bug,第二次访问/favicon.
2022-03-12 17:10:52 53KB ejs hello world
1
跟着谷歌学安卓,my first app,Android Studio project,简单的文本输入框+按钮+intent跳转到另一个activity
2022-03-09 17:09:25 7.84MB Hello World Android Studio
1
wrold.json包含了世界地图的绘制数据,因此结合ECharts和world.json可以实现可视化的世界地图
2022-03-07 01:01:40 258KB echarts
1
World GIS data地图矢量数据,世界各州的矢量数据,河流湖泊城市
2022-03-03 16:29:23 620KB .shp
1
前言 PostgreSql是一个面向对象的关系数据库,postgis是一个基于PostgreSql的空间数据库插件,主要用于管理地理空间数据。因此在GIS领域,广泛使用PostgreSql作为空间数据库。 首先使用npm安装数据库连接模块: npm install --save pg 连接池创建 然后代码中引入pg模块,并编写数据库配置: var pg = require('pg'); // 数据库配置 var config = { user:postgres, database:ghost, password:123456, port:5432, // 扩展属性
2022-03-03 09:23:25 64KB hello world js
1
Echarts地图 china.js 世界地图 world.js,有demo,一看就懂,拿来即用
2022-02-17 14:07:02 865KB javascript echarts 前端 ecmascript
1
Chapter 1. Motors - Stuart Ball Chapter 2. Testing - Arnold S. Berger Chapter 3. System-Level Design - Keith E. Curtis Chapter 4. Some Example Sensor, Actuator and Control Applications and Circuits (Hard Tasks) - Lewin ARW Edwards Chapter 5. Installing and Using a Version Control System - Chris Keydel and Olaf Meding Chapter 6. Embedded State Machine Implementation - Martin Gomez Chapter 7. Firmware Musings - Jack Ganssle Chapter 8. Hardware Musings - Jack Ganssle Chapter 9. Closed Loop Controls, Rabbits, and Hounds - John M. Holland Chapter 10. Application Examples David J. Katz and Rick Gentile Chapter 11. Analog I/Os - Jean LaBrosse Chapter 12. Optimizing DSP Software - Robert Oshana Chapter 13. Embedded Processors - Peter Wilson
2022-02-15 22:21:59 21.73MB Embedded system
1