上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: https://www.cnblogs.com/findumars/p/3907635.html 双击触发对话框事件 阅读全文
posted @ 2018-07-25 10:28 balder_m 阅读(266) 评论(0) 推荐(0)
摘要: 找出图片变换后的映射关系 拷贝一个图片到另一个图片的对应区域 https://blog.csdn.net/hjimce/article/details/45716603 展示图片的时候控制窗口属性 提取某个矩形区域的图片 阅读全文
posted @ 2018-06-15 09:57 balder_m 阅读(385) 评论(0) 推荐(0)
摘要: char* 转换成 LPCTSTR LPCTSTR 转换成 char * 如果是一个路径里面有//,有的时候需要替换为\ char* 转CString 关于字符串处理的文章 https://blog.csdn.net/GoForwardToStep/article/details/53079967 阅读全文
posted @ 2018-06-12 18:02 balder_m 阅读(314) 评论(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 阅读(125) 评论(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 阅读(367) 评论(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 阅读(315) 评论(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 阅读(444) 评论(0) 推荐(0)
摘要: @echo $(wildcard *.cpp) 只能打印出当前目录的cpp文件,不会遍历子目录patsubst:替换 objects := $(patsubst %.c,%.o,$(wildcard *.c))//替换.c 字符为.o字符 foo : $(objects) cc -o foo $(o 阅读全文
posted @ 2018-02-22 14:00 balder_m 阅读(268) 评论(0) 推荐(0)
摘要: https://github.com/ofTheo/videoInput 阅读全文
posted @ 2018-01-22 15:26 balder_m 阅读(108) 评论(0) 推荐(0)
摘要: 源码:https://github.com/ethereum-mining/ethminer/releases 二进制执行文件https://github.com/ethereum-mining/ethminer/releases 下载ethminer-0.12.0-Linux.tar.gz,解压, 阅读全文
posted @ 2018-01-20 16:56 balder_m 阅读(3215) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页