12 2013 档案

摘要:cmake -G"Visual Studio 9 2008 Win64"以上命令得用cd命令切换到顶层CMakeLists.txt的当前目录,才能生效以下是CMakeLists.txt的代码 1 cmake_minimum_required(VERSION 2.8) 2 3 PROJECT(FFI) 4 5 add_definitions(-D_CRT_SECURE_NO_WARNINGS) 6 add_definitions(-D_LIB) 7 8 #包含工程所需要的头文件路径 9 include_directories(${PROJECT_SOURCE_DIR}/inc 阅读全文
posted @ 2013-12-27 16:41 foo__hack 阅读(4422) 评论(0) 推荐(0)
摘要:IntroductionI want to present an important and interesting topic in computer science, the Finite State Machine (FSM). In this part we start with the basics, gaining an understanding of what FSMs are and what they can be used for. This part is very elementary, so please be patient. In subsequent part 阅读全文
posted @ 2013-12-09 17:04 foo__hack 阅读(2305) 评论(2) 推荐(0)
摘要:http://blog.csdn.net/liuyi1985/article/details/2174328 阅读全文
posted @ 2013-12-09 11:59 foo__hack 阅读(867) 评论(0) 推荐(0)
摘要:在工程属性的页面下,点击Build Events,在Build Events下点击Post-Build Event。然后再Command Line里面输入以下命令:editbin /SUBSYSTEM:CONSOLE “$(OUTDIR)\FileName.exe”TIPS:以上命令行其中FileN... 阅读全文
posted @ 2013-12-09 10:13 foo__hack 阅读(1490) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/8605765/dma-transfer-data-ratehttp://www.docin.com/p-200241159.html 阅读全文
posted @ 2013-12-09 10:03 foo__hack 阅读(291) 评论(0) 推荐(0)
摘要:1 /***************************************** 2 Author:foo_hack 3 4 This is File named:Setup.h 5 6 The Funtion Implement in Setup.cpp 7 8 ... 阅读全文
posted @ 2013-12-09 09:54 foo__hack 阅读(3174) 评论(0) 推荐(0)
摘要:我用的是ImageMagickWand的接口,因为这接口比Core接口更上层,所以官方文档推荐用。抽取整个图像文件字节数据:http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=20664抽取图像像素的字节数据:http://... 阅读全文
posted @ 2013-12-05 16:40 foo__hack 阅读(3214) 评论(0) 推荐(0)
摘要:http://blog.sina.com.cn/s/articlelist_1685243084_3_1.htmlBAR寄存器http://zhidao.baidu.com/link?url=rELIW0LIW6CVt80Rl2VYXSzlteNT4zGR9E-Zx84sRJ-F1QQWi8IhoaqxIbi3LR2wDKY7enECxSmtrSblHTbDIaPCI总线的存储器读写总线事务http://blog.csdn.net/dxq136363/article/details/7742250PowerPC PCI-E调试相关资料小结http://blog.csdn.net/juana1/ 阅读全文
posted @ 2013-12-04 15:42 foo__hack 阅读(243) 评论(0) 推荐(0)