2019年5月10日

搜索

摘要: 1.DFS与BFS详解 https://wenku.baidu.com/view/42f28b6b760bf78a6529647d27284b73f3423636.html 阅读全文

posted @ 2019-05-10 11:21 roronoa_zoro 阅读(82) 评论(0) 推荐(0)

2019年5月9日

问题 1078: Repairing a Road

摘要: /******************************************************************** @file Main.cpp @date 2019-5-9 10:06:33 @author Zoro_Tiger @brief 问题 1078: Repairing a Road https://www.dot... 阅读全文

posted @ 2019-05-09 16:22 roronoa_zoro 阅读(253) 评论(0) 推荐(0)

2019年4月4日

Floyd算法

摘要: 1.Floyd最短路径算法 https://www.cnblogs.com/GumpYan/p/5540549.html 阅读全文

posted @ 2019-04-04 18:12 roronoa_zoro 阅读(82) 评论(0) 推荐(0)

2018年11月26日

使用代码完成AlignWithView功能

摘要: 参考文章 https://blog.csdn.net/zynProgramer/article/details/83862542 项目中需要Game视图能够实时与Scene视图一致,在Unity需要点击"GameObject/Align With View"太不方便,需要代码来完成这个操作。 代码如 阅读全文

posted @ 2018-11-26 13:37 roronoa_zoro 阅读(652) 评论(0) 推荐(0)

2018年10月31日

控制音乐播放速度

摘要: 最近有这么个需求,需要控制音乐的播放速度。项目中的音频库是集成了几种开源音频库,主体采用的CSCore,然而CSCore并不支持修改音乐播放速度。 查了一阵资源在CSCore的Samples中有类似的实现,地址如下。 https://github.com/filoe/cscore/tree/75ef 阅读全文

posted @ 2018-10-31 11:03 roronoa_zoro 阅读(562) 评论(0) 推荐(0)

2018年6月21日

Unity3D基础教程

摘要: 1.https://www.cnblogs.com/neverdie/category/584092.html -- 转载自王选易 给初学者看的Unity教程(二):所有脚本组件的基类 -- MonoBehaviour的前世今生 阅读全文

posted @ 2018-06-21 13:47 roronoa_zoro 阅读(237) 评论(0) 推荐(0)

2017年7月3日

问题 1076: 内部收益率

摘要: /******************************************************************** @file Main.cpp @date 2017-7-3 10:24:28 @author Zoro_Tiger @brief 问题 1076: 内部收益率 http://www.dotcpp.com/oj/p... 阅读全文

posted @ 2017-07-03 11:19 roronoa_zoro 阅读(138) 评论(0) 推荐(0)

2017年6月30日

问题 1075: 台球碰撞

摘要: /******************************************************************** @file Main.cpp @date 2017-6-30 11:31:54 @author Zoro_Tiger @brief 问题 1075: 台球碰撞 http://www.dotcpp.com/oj/p... 阅读全文

posted @ 2017-06-30 17:11 roronoa_zoro 阅读(176) 评论(0) 推荐(0)

问题 1074: 数字整除

摘要: /******************************************************************** @file Main.cpp @date 2017-6-30 09:44:39 @author Zoro_Tiger @brief 问题 1074: 数字整除 http://www.dotcpp.com/oj/p... 阅读全文

posted @ 2017-06-30 10:26 roronoa_zoro 阅读(109) 评论(0) 推荐(0)

2017年6月29日

问题 1073: 弟弟的作业

摘要: /******************************************************************** @file Main.cpp @date 2017-5-8 @author Zoro_Tiger @brief 问题 1073: 弟弟的作业 http://www.dotcpp.com/oj/problem107... 阅读全文

posted @ 2017-06-29 22:39 roronoa_zoro 阅读(151) 评论(0) 推荐(0)

导航