码迷,mamicode.com
首页 >  
搜索关键字:simulation    ( 195个结果
(翻译)Unity中,在Terrain上绘制网格
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
sql
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
Urozero Autumn 2016. BAPC 2016
A. Airport Logistics 根据光路最快原理以及斯涅尔定律,可以得到从定点$P$进入某条直线的最佳入射角。 求出每个端点到每条线段的最佳点,建图求最短路即可。 时间复杂度$O(n^2\log n)$。 B. Battle Simulation 按题意模拟即可。 C. Brexit 拓扑 ...
分类:其他好文   时间:2017-09-14 10:37:56    阅读次数:200
CloudSim源代码学习——任务单元(Cloudlet)
/* * 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
小球自由落体动态模拟(Position Based Simulation)
在过去的几十年中,基于物理的三维物体动态模拟成为了计算机图形学的研究热点,其中最常见的方法是基于力(force-based)的模拟方法,比如弹簧质点模型http://www.cnblogs.com/shushen/p/5473264.html,它把物体抽象成一系列质点以及连接这些质点的弹簧,然后通过 ...
分类:其他好文   时间:2017-08-16 17:12:41    阅读次数:142
Rigidbody(刚体) and Collider(碰撞器)
关于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
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》
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
Light OJ 1080 - Binary Simulation
题目链接: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组成
上一节已经安装并且打开gazebo,先不着急使用,我们来看一下gazebo的组成。 (1)world描述文件 World描述文件包含了仿真器中的所有元素,包括机器人,灯光,传感器,静态对象等,World文件的格式是SDF(Simulation Description Format),有一个典型的.w ...
分类:其他好文   时间:2017-05-23 12:14:53    阅读次数:223
195条   上一页 1 ... 6 7 8 9 10 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!