Draw grid on the terrain in Unity Jan 23, 2015 Drawing grid on the terrain is used in lot of game genres – RTS, Simulation, Tower defense, etc. It can... ...
分类:
编程语言 时间:
2017-09-21 23:25:42
阅读次数:
377
use simulation;# 多条SQL语句必须以分号分隔show DATABASES ;show TABLES ;show COLUMNS from customers;# SQL语句不区分大小写SHOW COLUMNS FROM products;SHOW COLUMNS FROM vend... ...
分类:
数据库 时间:
2017-09-20 10:19:12
阅读次数:
277
A. Airport Logistics 根据光路最快原理以及斯涅尔定律,可以得到从定点$P$进入某条直线的最佳入射角。 求出每个端点到每条线段的最佳点,建图求最短路即可。 时间复杂度$O(n^2\log n)$。 B. Battle Simulation 按题意模拟即可。 C. Brexit 拓扑 ...
分类:
其他好文 时间:
2017-09-14 10:37:56
阅读次数:
200
/* * Title: CloudSim Toolkit * Description: CloudSim (Cloud Simulation) Toolkit for Modeling and Simulation of Clouds * Licence: GPL - http://www.gnu. ...
分类:
其他好文 时间:
2017-08-22 16:49:12
阅读次数:
1204
在过去的几十年中,基于物理的三维物体动态模拟成为了计算机图形学的研究热点,其中最常见的方法是基于力(force-based)的模拟方法,比如弹簧质点模型http://www.cnblogs.com/shushen/p/5473264.html,它把物体抽象成一系列质点以及连接这些质点的弹簧,然后通过 ...
分类:
其他好文 时间:
2017-08-16 17:12:41
阅读次数:
142
关于Rigidbody,手册上是这么描述的: Control of an object's position through physics simulation. 通过物理模拟控制一个物体的位置。 Rigidbody components take control over an object's ...
分类:
数据库 时间:
2017-08-11 23:48:59
阅读次数:
282
HFSS:high frequency structure simulation,是第一个微波技术的电子设计自动化软件(EDA) 传统上,微波,或射频,指的是300MHz~3000GHz(1m~0.1mm)频率范围内的电磁波。 ...
分类:
其他好文 时间:
2017-07-06 22:48:10
阅读次数:
130
Vivado HLS初识 阅读《vivado design suite tutorial-high-level synthesis》 1.启动 2.创建工程 3.添加源文件 4.添加测试文件 5.选择设备 6.工作环境 7.Run C Simulation运行结果为: 8.High-Level Sy ...
分类:
其他好文 时间:
2017-07-05 13:20:42
阅读次数:
232
题目链接:http://www.lightoj.com/volume_showproblem.php?problem=1080 1080 - Binary Simulation PDF (English) Statistics Forum Time Limit: 2 second(s) Memory ...
分类:
其他好文 时间:
2017-06-26 19:02:02
阅读次数:
252
上一节已经安装并且打开gazebo,先不着急使用,我们来看一下gazebo的组成。 (1)world描述文件 World描述文件包含了仿真器中的所有元素,包括机器人,灯光,传感器,静态对象等,World文件的格式是SDF(Simulation Description Format),有一个典型的.w ...
分类:
其他好文 时间:
2017-05-23 12:14:53
阅读次数:
223