自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 Unity官方案例 —— Space Shooter tutorial

1.Player - PlayerController.cs Clamp Clamps a value between a minimum float and maximum float value. Euler Returns a rotation that rotates z degrees around the z axis, x degrees around the ...

2018-09-14 16:31:49 1018

原创 Unity官方案例 —— Roll-a-ball tutorial

刚体与力、碰撞体与触发器、Canvas、同方向自转 1.Player - PlayerControler.cs using UnityEngine; // Include the namespace required to use Unity UI using UnityEngine.UI; using System.Collections; public class Playe...

2018-09-14 10:30:52 279

原创 剑指offer —— 第4章解决面试题的思路 面试题 19 - 28

19.二叉树的镜像 操作给定的二叉树,将其变换为源二叉树的镜像。 二叉树的镜像定义:源二叉树 8 / \ 6 10 / \ / \ 5 7 9 11 镜像二叉树 8 / \ 10 6 / \ / \ 11 9 7 5 思...

2018-09-07 09:26:28 111

与孩子一起学编程_源代码

与孩子一起学编程的源代码

2018-09-06

unity官方案例飞机大战源码

官方案例飞机大战源码

2018-08-28

c++primer第五版答案

C++primer答案 CPP文件,非常全。

2018-08-28

matlab实现图像的旋转

没有调用MATLAB自带的函数,是自己编写的小程序。

2017-11-09

数据库建表代码

数据库建表代码,包括学生表、选课表、课程表等

2015-06-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除