上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: https://blog.csdn.net/baolinq/article/details/52356947 教程 http://kinect.github.io/tutorial/ 具体的不同数据拉取 https://blog.csdn.net/bbdxf/article/details/4485 阅读全文
posted @ 2018-08-13 12:17 balder_m 阅读(178) 评论(0) 推荐(0) 编辑
摘要: dll钩子检测二维码扫描器和右击事件 关于钩子的官方介绍 https://technet.microsoft.com/zh-cn/library/ms644990(d=printer).aspx https://docs.microsoft.com/zh-cn/windows/desktop/win 阅读全文
posted @ 2018-07-25 18:38 balder_m 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 关于dll的一些知识 https://blog.csdn.net/u011036348/article/details/10947403 导入类 https://www.cnblogs.com/lidabo/p/7121745.html dll导出类的地狱问题 https://www.cnblogs 阅读全文
posted @ 2018-07-25 17:02 balder_m 阅读(90) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/findumars/p/3907635.html 双击触发对话框事件 阅读全文
posted @ 2018-07-25 10:28 balder_m 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 找出图片变换后的映射关系 拷贝一个图片到另一个图片的对应区域 https://blog.csdn.net/hjimce/article/details/45716603 展示图片的时候控制窗口属性 提取某个矩形区域的图片 阅读全文
posted @ 2018-06-15 09:57 balder_m 阅读(366) 评论(0) 推荐(0) 编辑
摘要: char* 转换成 LPCTSTR LPCTSTR 转换成 char * 如果是一个路径里面有//,有的时候需要替换为\ char* 转CString 关于字符串处理的文章 https://blog.csdn.net/GoForwardToStep/article/details/53079967 阅读全文
posted @ 2018-06-12 18:02 balder_m 阅读(301) 评论(0) 推荐(0) 编辑
摘要: mfc https://www.cnblogs.com/staring-hxs/p/3664765.html 使用方法: 1、创建一个互斥器:CreateMutex; 2、打开一个已经存在的互斥器:OpenMutex; 3、获得互斥器的拥有权:WaitForSingleObject、WaitForM 阅读全文
posted @ 2018-06-07 16:07 balder_m 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Command line instructionsGit global setupgit config --global user.name "kaniel"git config --global user.email "kaniel520@foxmail.com"Create a new repo 阅读全文
posted @ 2018-04-27 16:44 balder_m 阅读(334) 评论(0) 推荐(0) 编辑
摘要: const char *fifo_name = "/tmp/my_fifo"; int pipe_fd = -1; int data_fd = -1; int res = 0; const int open_mode = O_WRONLY; int bytes_sent = 0; char buffer... 阅读全文
posted @ 2018-04-27 16:35 balder_m 阅读(302) 评论(0) 推荐(0) 编辑
摘要: vlc.exe --demux rawvideo --rawvid-fps 25 --rawvid-width 480 --rawvid-height 272 --rawvid-chroma I420 ds_480x272.yuv vlc.exe --demux rawvideo --rawvid- 阅读全文
posted @ 2018-03-29 16:19 balder_m 阅读(427) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页