摘要: The program cannot start because libgcc_s_dw2-1.dll is missing from your computer. Try reinstalling the program to fix this problem 原因:使用CLion编译的程序是用c 阅读全文
posted @ 2017-03-25 21:57 liutianchen 阅读(9432) 评论(0) 推荐(1) 编辑
摘要: prequisites 导入包 阅读全文
posted @ 2017-03-19 19:59 liutianchen 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 看了很久网上没有现成的代码和好一点的图,因此当一回搬运工。转自stackoverflow 布斯乘法器的Mips实现方法: 网上的图太糊了,我重新做了以下,仅供参考。 本贴永久地址:http://www.cnblogs.com/liutianchen/p/6535776.html 阅读全文
posted @ 2017-03-11 18:19 liutianchen 阅读(2711) 评论(0) 推荐(1) 编辑
摘要: Windows下的IntelliJ + OpenCV开发环境搭建 基于IntelliJ IDEA 15 和 OpenCV 3.1.0 1. 在OpenCV官网下载OpenCV安装程序,双击解压到目标目录,譬如 C:\opencv 2. 添加系统Path环境变量 3. 打开IntelliJ ,选择Fi 阅读全文
posted @ 2017-03-04 22:01 liutianchen 阅读(2725) 评论(0) 推荐(0) 编辑
摘要: Java种的Integer是int的包装类型 1. Integer 是int的包装类型,数据类型是类,初值为null 2. 初始化时 3. 类的自动装箱与自动拆箱 1)自动装箱 2)自动拆箱 3)自动拆箱与装箱中的享元模式 -128~128(8bit数字)的值,被装箱之后内存将会复用,(即不同名称8 阅读全文
posted @ 2017-02-21 12:53 liutianchen 阅读(2129) 评论(0) 推荐(0) 编辑
摘要: JAVA IO Diagram |-- ByteArrayInputStream |-- BufferedInputStream |-- FileInputStream |-- DataInputStream |-- FilterInputStream <----... 阅读全文
posted @ 2017-02-20 22:09 liutianchen 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Intel Galileo development Documentation Author:Liutianchen 1552227, Department of Computer Science,Electronical and Information Engineering Institutio 阅读全文
posted @ 2017-01-29 19:30 liutianchen 阅读(448) 评论(0) 推荐(0) 编辑
摘要: Intel Galileo开发板 Debian镜像 在原发布者的基础上进行了更新,附带开发入门套件,打包内容: -intel_galileo_debian_xfce4镜像 -约3GB -putty -firmwire updater 固件更新工具 -win32diskmanager烧写工具 考虑到g 阅读全文
posted @ 2017-01-29 19:29 liutianchen 阅读(397) 评论(0) 推荐(0) 编辑
摘要: VGA端口时序发生器,适用于Xilinx公司Nexys4开发板。 Nexys4开发板支持4096色RGB显示输出。 请使用时钟IP核发生VGA显示需要的时钟频率。频率对应的时序参数表可从Tiny VGA网站查阅。 转载请注明出处。 原文地址:http://www.cnblogs.com/liutia 阅读全文
posted @ 2017-01-17 13:42 liutianchen 阅读(794) 评论(0) 推荐(0) 编辑
摘要: Step 1 从Qt官网下载 qt-opensource-linux-x64...run 在linux命令行中给予文件可执行权限 Step 2 指定qt安装目录,然后结束 为防止缺少qt所需的相关图形库,安装 Step 3 编辑根目录下的bashrc文件,添加全局变量语句 更新bashrc并检验效果 阅读全文
posted @ 2016-11-25 00:26 liutianchen 阅读(1369) 评论(0) 推荐(0) 编辑