2016年3月16日

树莓派驱动开发 helloworld

摘要: 编写Makefile 编写main.c 阅读全文

posted @ 2016-03-16 17:16 qwerhq 阅读(1427) 评论(0) 推荐(0)

(转)远程连接树莓派

摘要: sudo apt-get install xrdp 阅读全文

posted @ 2016-03-16 16:18 qwerhq 阅读(200) 评论(0) 推荐(0)

raspberrypi 树莓派 内核编译

摘要: 相关版本信息 安装交叉编译链 下载系统源代码 开始编译 参考官方文档 https://www.raspberrypi.org/documentation/linux/kernel/building.md 阅读全文

posted @ 2016-03-16 13:18 qwerhq 阅读(597) 评论(0) 推荐(0)

2016年3月4日

linux + qt 环境搭建

摘要: 下载地址 install qt huqian@huqian-Lenovo-IdeaPad-Y400:~/XRF$ ls qt-opensource-linux-x64-5.5.1.run SourceFile huqian@huqian-Lenovo-IdeaPad-Y400:~/XRF$ chmo 阅读全文

posted @ 2016-03-04 14:15 qwerhq 阅读(272) 评论(0) 推荐(0)

2015年10月24日

__declspec(dllexport)的作用

摘要: 加了之后发现,用ollydbg导入dll,可以自动判断某个函数是导出函数 阅读全文

posted @ 2015-10-24 11:47 qwerhq 阅读(231) 评论(0) 推荐(0)

2015年7月11日

eclipse 编译参数

摘要: 阅读全文

posted @ 2015-07-11 17:04 qwerhq 阅读(798) 评论(0) 推荐(0)

SDL2 程序 编译 错误 及 解决方案

摘要: main函数应写为int main( int argc, char* args[] )而不是int main()形式 链接库时应注意顺序 mingw32;SDL2main;SDL2; 颠倒会出现错误 应注意SDL 是32bit还是64bit。要与mingw一致 阅读全文

posted @ 2015-07-11 13:17 qwerhq 阅读(763) 评论(0) 推荐(0)

Lazy的SDL教程 翻译----Lesson 22 Timing

摘要: 原文:http://lazyfoo.net/tutorials/SDL/22_timing/index.php Timing 计时 Last Updated 3/10/14 Another important part of any sort of gaming API is the ability to handle time. In this tutorial we'll make... 阅读全文

posted @ 2015-07-11 11:22 qwerhq 阅读(442) 评论(0) 推荐(0)

导航