using System.Collections.Generic; using UnityEngine; public class CrowAI : MonoBehaviour { //当前速度 public float speed = 10; public Vector3 velocity = V... ...
分类:
其他好文 时间:
2018-03-21 18:33:10
阅读次数:
346
IMU的输入为imu_linear_acceleration 和 imu_angular_velocity 线加速和角速度。最终作为属性输出的是方位四元数。 Eigen::Quaterniond orientation() const { return orientation_; } ...
分类:
其他好文 时间:
2018-03-21 11:46:54
阅读次数:
711
In [Zhang, Zujin. An improved regularity criterion for the Navier–Stokes equations in terms of one directional derivative of the velocity field. Bull. ...
分类:
其他好文 时间:
2018-03-17 16:10:10
阅读次数:
154
2. SpringMVC架构 2.1 框架结构 2.2 框架流程 1. 用户发送请求至前端控制器DispatcherServlet。 2. DispatcherServlet收到请求调用HandlerMapping处理器映射器。 3. 处理器映射器找到具体的处理器,生成处理器对象及处理器拦截器(如果 ...
分类:
编程语言 时间:
2018-03-15 23:02:02
阅读次数:
267
分布式缓存框架: Microsoft Velocity:微软自家分布式缓存服务框架。 Memcahed:一套分布式的高速缓存系统,目前被许多网站使用以提升网站的访问速度。 Redis:是一个高性能的KV数据库。 它的出现很大程度补偿了Memcached在某些方面的不足。 EnyimMemcached ...
分类:
Web程序 时间:
2018-03-11 11:55:16
阅读次数:
239
快捷键(2018-03-08) 快捷键(2018-03-08) General General General Keyboard Shortcuts The following shortcuts are available anywhere within the main docset searc ...
分类:
其他好文 时间:
2018-03-08 12:14:42
阅读次数:
179
今天是接触大数据课程的第一天。重新认识了一下大数据的特点和魅力!大数据的特点就是:Volume(大量)、Velocity(高速)、Variety(多样)、Value(低价值密度)、Veracity(真实性)。当数据通过软件处理之后再呈现出来,总是会有不一样的三维图形或者是一定有趣的图案,着实让人着迷 ...
分类:
其他好文 时间:
2018-03-06 23:16:24
阅读次数:
365
1. if(Input.GetAxis("Horizontal")>0){ rigidbody.velocity=new Vector2(MoveSpeed,rigidbody.velocity.y); } 2.没有惯性了还带翻转 if(Input.GetAxisRaw("Horizontal")> ...
分类:
其他好文 时间:
2018-03-02 23:16:30
阅读次数:
228
大数据(big data),是指无法在可承受的时间范围内用常规软件工具进行捕捉、管理和处理的数据集合。 大数据的4V特点:Volume(大量)、Velocity(高速)、Variety(多样)、Value(价值)大数据技术可理解为在巨量的数据中提取到有用的部分加以分析和处理。例如,在某些电商中通过收 ...
分类:
其他好文 时间:
2018-03-02 14:47:20
阅读次数:
128
在 CSS 过渡和动画中自动处理 class 可以配合使用第三方 CSS 动画库,如 Animate.css 在过渡钩子函数中使用 JavaScript 直接操作 DOM 可以配合使用第三方 JavaScript 动画库,如 Velocity.js ...
分类:
其他好文 时间:
2018-03-01 19:57:00
阅读次数:
152