
工具
文章平均质量分 76
GeistYp
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
如何改变Visual Assist数据库文件路径(How do I change where VA stores its database?)
原文链接By default Visual Assist X stores its symbol database in the following directory tree:Under Windows 2000 and Windows XP:C:\Documents and Settings\%USERNAME%\Local Settings\Application Da转载 2013-09-13 14:46:31 · 2067 阅读 · 0 评论 -
用FreeImage在图片中添加简单注释
// Read File FIBITMAP * bmp = NULL; FREE_IMAGE_FORMAT fif = FIF_UNKNOWN; fif = FreeImage_GetFileType(fileName.c_str(), 0); if(fif == FIF_UNKNOWN) { // or guess via filename fif =原创 2013-11-25 15:07:29 · 1685 阅读 · 0 评论