随笔分类 -  Windows

摘要:思路 libvlc解码转码出RGBA和播放音频,再将RGBA量化为黑(' ')白(' ')两个颜色并输出到屏幕。 效果视频 "https://www.bilibili.com/video/BV1N64y1u7BD" 代码仓库 "https://github.com/gongluck/Characte 阅读全文
posted @ 2020-04-05 14:02 gongluck 阅读(485) 评论(0) 推荐(0) 编辑
摘要:生成目录: 缓存目录: 调试目录: 这样文件就都按项目和平台区分好了。 阅读全文
posted @ 2020-03-25 09:18 gongluck 阅读(380) 评论(0) 推荐(0) 编辑
摘要:代码地址 "https://github.com/gongluck/Code snippet/tree/master/cpp/code%20conversion" 需求 编码转换在实际开发中经常遇到,通常是ANSI、Unicode和Utf 8之间相互转换。实现也有很多种,有查表法、使用C++11、使 阅读全文
posted @ 2020-03-24 09:54 gongluck 阅读(2778) 评论(0) 推荐(0) 编辑
摘要:代码地址 "https://github.com/gongluck/Code snippet/tree/master/cpp/config" 需求 开发中,读取配置文件信息必不可少。Windows平台有现成的API可用,也很方便。但是一旦项目迁移到Linux平台下,原先在Windows平台下的代码就 阅读全文
posted @ 2020-03-24 09:40 gongluck 阅读(1405) 评论(0) 推荐(0) 编辑
摘要:前言 一直听闻QML无比强大好用,工作中需要扣一个同时播放视频的Demo,所以就趁这个机会研究了一下。 效果图和源码 "源码仓库" 主要设计 主页面QML 程序窗口共有4个播放器,最下层有1个,剩下3个作为子控件放在其上方。 播放器QML 使用QML提供的MediaPlayer和VideoOutpu 阅读全文
posted @ 2020-03-03 15:57 gongluck 阅读(2559) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git C++ //第14章 探索虚拟内存.cpp: 定义应用程序的入口点。 // include "stdafx.h" include "第14章 探索虚拟内存.h" int APIEN 阅读全文
posted @ 2018-08-18 16:12 gongluck 阅读(204) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git 阅读全文
posted @ 2018-07-19 16:02 gongluck 阅读(136) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git 阅读全文
posted @ 2018-07-19 14:12 gongluck 阅读(263) 评论(0) 推荐(1) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git 阅读全文
posted @ 2018-07-19 14:11 gongluck 阅读(315) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git C++ //第10章 同步设备IO与异步设备IO.cpp: 定义应用程序的入口点。 // include "stdafx.h" include "第10章 同步设备IO与异步设备I 阅读全文
posted @ 2018-07-19 13:36 gongluck 阅读(442) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git C++ //第9章 用内核对象进行线程同步.cpp: 定义应用程序的入口点。 // include "stdafx.h" include "第9章 用内核对象进行线程同步.h" i 阅读全文
posted @ 2018-07-19 13:34 gongluck 阅读(208) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git C++ //第8章 用户模式下的线程同步.cpp: 定义应用程序的入口点。 // include "stdafx.h" include "第8章 用户模式下的线程同步.h" LON 阅读全文
posted @ 2018-06-24 16:04 gongluck 阅读(212) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git 阅读全文
posted @ 2018-06-13 10:11 gongluck 阅读(299) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git 阅读全文
posted @ 2018-06-08 16:13 gongluck 阅读(181) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git 阅读全文
posted @ 2018-06-08 16:11 gongluck 阅读(248) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git C++ //第4章 进程.cpp: 定义应用程序的入口点。 // include "stdafx.h" include "第4章 进程.h" include pragma warn 阅读全文
posted @ 2018-06-08 16:09 gongluck 阅读(310) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git 阅读全文
posted @ 2018-06-08 16:06 gongluck 阅读(150) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git 阅读全文
posted @ 2018-05-23 23:05 gongluck 阅读(197) 评论(0) 推荐(0) 编辑
摘要:Github https://github.com/gongluck/Windows Core Program.git 阅读全文
posted @ 2018-05-23 22:58 gongluck 阅读(393) 评论(0) 推荐(0) 编辑