自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

DevFun

移动平台游戏开发-3D引擎分析-人工智能-高效算法讨论

  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 XCode各种技巧总结

1.首行缩进: "command + ["  :向左缩进"command + ]"  :向右缩进 2.自动套用格式: 在代码中点右键,或者control+左键,然后选择 Re-indent selection,则会自动帮你整理好所选择的内容。 3.代码自动完成: 当在Xcode里键入了一个调用的前半部分后,会有自动完成的灰色辅助代码出现,此时按Tab

2011-06-09 21:37:00 8518

原创 产生N个不重复的随机数的快速算法

今儿写一段生成随机数的东西,需要用到产生N个“不重复”的随机数算法,研究了半天,找到一种快速的解决办法: int startArray[] = {0,1,2,3,4,5,6,7,8,9};//seed array int N = 10;//随机数个数 int resultArray[] = new int [10];//结果存放在里面 for(int i

2011-06-09 16:51:00 23149 4

转载 报错:For input string: "filter_imports"。

报错:For input string: "filter_imports"。 正文报错:For input string: "filter_imports"。解决方案如下:进入 $WorkSpace/.metadata/.plugins/org.eclipse.jdt.ui删除IDE自动保存的一些档案:    * dialog_setting

2011-06-08 10:57:00 2088

Simple Mirror Animation - unity动画镜像翻转插件

Simple Mirror Animation Unity动画镜像翻转插件,Mirroring character animations should not just be a Mecanim only feature. With the Simple Mirror Animation asset, legacy character animation mirroring is now possible. No need for extra animation clips, mirroring is done at runtime without any extra overhead or performance cost. This saves not only the burden of creating extra clips, it also reduces build size as a result. Have a weapon parented to your character? Simple Mirror Animation will even mirror parented objects as well!

2020-01-11

iOS设备检测wifi或者3G状态的代码

iPhone iOS wifi 检测 3G WWAN 代码,注释

2012-03-18

空空如也

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

TA关注的人

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