摘要: digraph g { label="hello world example" bgcolor="#00FFD529"//RGBA h [label="Hello",shape=folder,color=blue,fontsize=30,style=filled,fillcolor=pink] w 阅读全文
posted @ 2017-05-12 17:34 fndefbwefsowpvqfx 阅读(143) 评论(0) 推荐(0) 编辑
摘要: https://code.visualstudio.com/Docs/editor/tasks https://code.visualstudio.com/docs/editor/tasks-appendix 阅读全文
posted @ 2017-05-12 16:10 fndefbwefsowpvqfx 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Graphviz (dot) language support for Visual Studio Code 安装graphviz,添加bin目录到path task.json keybinding 阅读全文
posted @ 2017-05-12 16:06 fndefbwefsowpvqfx 阅读(174) 评论(0) 推荐(0) 编辑
摘要: https://code.visualstudio.com/docs/getstarted/theme-color-reference 阅读全文
posted @ 2017-05-11 17:57 fndefbwefsowpvqfx 阅读(176) 评论(0) 推荐(0) 编辑
摘要: https://www.google.com/culturalinstitute/beta/ 阅读全文
posted @ 2017-05-11 16:58 fndefbwefsowpvqfx 阅读(366) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Widget_toolkit 阅读全文
posted @ 2017-05-11 16:53 fndefbwefsowpvqfx 阅读(123) 评论(0) 推荐(0) 编辑
摘要: https://en.wikibooks.org/wiki/LaTeX/Lengths 阅读全文
posted @ 2017-04-26 17:08 fndefbwefsowpvqfx 阅读(163) 评论(0) 推荐(0) 编辑
摘要: \documentclass{article} \usepackage{xeCJK} \setCJKmainfont[BoldFont=SimHei]{SimSun} \setCJKfamilyfont{hei}{SimHei} \setCJKfamilyfont{kai}{KaiTi} \setCJKfamilyfont{fang}{FangSong} \newcommand{\hei}{\... 阅读全文
posted @ 2017-04-26 17:02 fndefbwefsowpvqfx 阅读(482) 评论(0) 推荐(0) 编辑
摘要: from https://gamedev.stackexchange.com/questions/44319/what-animation-technique-is-used-in-dont-starve Q While playing a few games in my personal time 阅读全文
posted @ 2017-04-24 14:28 fndefbwefsowpvqfx 阅读(271) 评论(0) 推荐(0) 编辑
摘要: #include “sdl.h” #include SDL_Window* sdlwindow=NULL; const int SCREEN_WIDTH=640; const int SCREEN_HEIGHT=480; SDL_Surface* g_pDisplaySurface = NULL; SDL_Event g_Event; SDL_Rect g_Rect; Uint8 g_Red... 阅读全文
posted @ 2017-04-24 12:01 fndefbwefsowpvqfx 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 制作任意形状的窗口。 阅读全文
posted @ 2017-04-24 11:46 fndefbwefsowpvqfx 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/wangpingfang/article/details/8141635 对于大多数Qt应用,我们在QWidget的paintEvent方法中创建和构造一个QPainter画图,或者在QGLWidget中的paintGL使用OpenGL函数画图,这是最常 阅读全文
posted @ 2017-04-24 11:38 fndefbwefsowpvqfx 阅读(228) 评论(0) 推荐(0) 编辑
摘要: http://www.cfanz.cn/index.php?c=article&a=read&id=25860 阅读全文
posted @ 2017-04-21 17:42 fndefbwefsowpvqfx 阅读(88) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/List_of_widget_toolkits https://en.wikipedia.org/wiki/List_of_platform-independent_GUI_libraries 阅读全文
posted @ 2017-04-20 11:16 fndefbwefsowpvqfx 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1 隐藏控制台命令窗口 2将控制台入口改为Win32入口 阅读全文
posted @ 2016-08-10 10:20 fndefbwefsowpvqfx 阅读(181) 评论(0) 推荐(0) 编辑
摘要: https://ctan.org/pkg/:A https://ctan.org/tex-archive/systems/texlive/Images https://ctan.org/mirrors mir­ror.lzu.edu.cn (Lanzhou, Gansu) http mir­rors 阅读全文
posted @ 2016-07-14 20:22 fndefbwefsowpvqfx 阅读(1060) 评论(0) 推荐(0) 编辑
摘要: Chart http://asciiflow.com/ GL http://docs.gl/ https://developer.arm.com/solutions/graphics-and-gaming/apis/opengl-es https://developer.apple.com/libr 阅读全文
posted @ 2016-06-24 16:59 fndefbwefsowpvqfx 阅读(326) 评论(0) 推荐(0) 编辑
摘要: from 阅读全文
posted @ 2016-06-24 16:23 fndefbwefsowpvqfx 阅读(233) 评论(0) 推荐(0) 编辑
摘要: bison flex https://sourceforge.net/projects/winflexbison/ https://github.com/lexxmark/winflexbison https://github.com/westes/flex 阅读全文
posted @ 2016-06-24 10:46 fndefbwefsowpvqfx 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: 根目录 src/ 编译后的文件如何使用: bin:lua luac include:lua.h luaconf.h lualib.h lauxlib.h lua.hpp lib:liblua.a man/man1:lua.1 luac.1 在工程里使用的时候,只需要include和lib就可以。 工 阅读全文
posted @ 2016-06-23 09:56 fndefbwefsowpvqfx 阅读(904) 评论(0) 推荐(0) 编辑