240
笔下虽有千言,胸中实无一策
摘要: Say we have installed qt programs and we want to run qtcreator from the command line. What we need here is only to put a soft link to the qtcreator we 阅读全文
posted @ 2016-12-21 07:32 CasperWin 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Overview A graphical user interface or GUI enables people especially end users to interactive with ROS through graphical icons and visual indicators. 阅读全文
posted @ 2016-12-21 03:03 CasperWin 阅读(34792) 评论(0) 推荐(0) 编辑
摘要: Kazam provides a well designed and easy to use interface for capturing screencasts and screenshots. It can record desktop video and multiple audio str 阅读全文
posted @ 2016-12-18 06:23 CasperWin 阅读(265) 评论(0) 推荐(0) 编辑
摘要: When you want to show an URL of remote branches, try: 阅读全文
posted @ 2016-12-15 08:36 CasperWin 阅读(111) 评论(0) 推荐(0) 编辑
摘要: Say you want to search for files with keyword as "keyword". 阅读全文
posted @ 2016-12-15 06:54 CasperWin 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Example import matplotlib.pyplot as plt import plotly.plotly as py # Learn about API authentication here: https://plot.ly/python/getting-started # Fin 阅读全文
posted @ 2016-12-15 05:18 CasperWin 阅读(310) 评论(0) 推荐(0) 编辑
摘要: Download Download the install file from Download MATLAB, Simulink, Stateflow, and Other MathWorks Products Unzip and open downloaded directoy Install 阅读全文
posted @ 2016-12-15 03:32 CasperWin 阅读(2667) 评论(0) 推荐(0) 编辑
摘要: Problem "No module named catkin_pkg.package" on catkin_make w/ Indigo I have the problem after anaconda is installed. I get an error because of the di 阅读全文
posted @ 2016-12-15 02:19 CasperWin 阅读(1844) 评论(0) 推荐(0) 编辑
摘要: In Ubuntu 14.04 ... ROS environment ROS Indigo; Text Editor gedit vi/vim emac Sublime Text 3 C++ IDE Netbeans 8.2 QtCreator Python IDE Pycharm Spyder 阅读全文
posted @ 2016-12-14 07:50 CasperWin 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Here are the procedures we are to follow, Download the source code of an official Python release. Configure the build appropriately for our machine. C 阅读全文
posted @ 2016-12-14 03:31 CasperWin 阅读(428) 评论(0) 推荐(0) 编辑
摘要: Coding Before everything we need programming skills in C++ and Python. Book: Modern C++ Programming with Test-Driven Development. Talk NVIDIA at CES 2 阅读全文
posted @ 2016-12-13 08:49 CasperWin 阅读(409) 评论(0) 推荐(0) 编辑
摘要: Introducing IPython Notebook IPython isn't a different programming language, it's just a set of computer programs for working with the Python language 阅读全文
posted @ 2016-12-13 08:42 CasperWin 阅读(135) 评论(0) 推荐(0) 编辑
摘要: TensorFlow TensorFlow Tutorial Learn Tensorflow TensorFlow based Libraries Keras Among all the Python deep learning libraries, Keras is favorite. We l 阅读全文
posted @ 2016-12-13 06:44 CasperWin 阅读(292) 评论(0) 推荐(0) 编辑
摘要: Apparently, this ongoing work is to make a preparation for futural research on Deep Reinforcement Learning. The goal of this work is to build a simula 阅读全文
posted @ 2016-12-09 10:40 CasperWin 阅读(882) 评论(0) 推荐(0) 编辑
摘要: Heap 堆(英语:Heap)是计算机科学中一类特殊的数据结构的统称。堆通常是一个可以被看做一棵树的数组对象。在队列中,调度程序反复提取队列中第一个作业并运行,因为实际情况中某些时间较短的任务将等待很长时间才能结束,或者某些不短小,但具有重要性的作业,同样应当具有优先权。堆即为解决此类问题设计的一种 阅读全文
posted @ 2016-12-06 06:28 CasperWin 阅读(1566) 评论(0) 推荐(0) 编辑