上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
摘要: https://blog.csdn.net/hezeshi/article/details/27318933 / https://blog.csdn.net/beckle_ye/article/details/4698431 https://www.cnblogs.com/hellcat/p/966 阅读全文
posted @ 2019-06-12 08:54 kuaqi 阅读(114) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-06-11 17:11 kuaqi 阅读(9) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-06-05 19:11 kuaqi 阅读(0) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/alansss/article/details/81320548 最近需要将写好的matlab代码转成基于OpenCV的代码,然后再封装成dll进行发布。一开始直接看基于OpenCV的dll生成,但是都不太成功,故而先试试没有OpenCV的dll生成。 主 阅读全文
posted @ 2019-06-05 18:56 kuaqi 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 如果操作路径不能包含文件的完整路径,系统将会在windows的目录中进行查找; GetPrivateProfileString(L"Text", L"Chinese", L"xx", strBuffer.GetBuffer(50), 50, strIniFile) 阅读全文
posted @ 2019-06-05 18:00 kuaqi 阅读(274) 评论(0) 推荐(0) 编辑
摘要: GetModuleFileName(NULL, strBuffer.GetBufferSetLength(101), 100); // 得到程序的路径+文件名+后缀 AfxMessageBox(LPCTSTR(strBuffer)); strBuffer.ReleaseBuffer(); int i 阅读全文
posted @ 2019-06-05 16:58 kuaqi 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 获取指定模块路径,获取的路径结果包括模块的名字; GetCurrentDirectory 阅读全文
posted @ 2019-06-05 16:54 kuaqi 阅读(243) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/mengfanrong/p/4382111.html https://blog.csdn.net/qq_24127015/article/details/83342641 https://blog.csdn.net/zhiweiyouzhishengh 阅读全文
posted @ 2019-06-04 17:53 kuaqi 阅读(258) 评论(0) 推荐(0) 编辑
摘要: ShellExecute()\ShellExecute():打开一个应用、文件、文件夹等,可用于重启动程序; GetModuleFileName() \GetModuleFileName() :获取指定模块的路径; 阅读全文
posted @ 2019-06-04 17:51 kuaqi 阅读(158) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/tshua/p/5741009.html 用#include可以包含其他头文件中变量、函数的声明,为什么还要extern关键字? 如果我想引用一个全局变量或函数a,我只要直接在源文件中包含#include<xxx.h> (xxx.h包含了a的声明)不就 阅读全文
posted @ 2019-06-04 10:48 kuaqi 阅读(1708) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页