AlgebraMaster

Modern C++ 创造非凡 . 改变世界 一起铲除毒瘤KPI

导航

03 2017 档案

C++ 模式设计
摘要:只写了MinGw/Linux API部分。所有相关的代码都是参考C++ API C++ 11智能指针参考http://blog.csdn.net/zy19940906/article/details/50470087 <1>Pimpl pointer to the implementation 计算 阅读全文

posted @ 2017-03-26 17:32 gearslogy 阅读(482) 评论(1) 推荐(0)

ffmpeg
摘要:转换格式ffmpeg -i input.mp4 -vcodec h264 output.mp4 ffmpeg -i input.mp4 -vcodec mpeg4 output.mp4 这个支持微信播放 转换ts 合并2 合并frames single image add audio to your 阅读全文

posted @ 2017-03-21 23:54 gearslogy 阅读(635) 评论(0) 推荐(0)

VDB R&D
摘要:VDB Data value visualize: 结论从houdini得知. API常用文字: interior:内部 Narrow-band:窄带 background:窄带外 SDF: XY plane Data visualize: { (1)用法:vdb sdf levelset球,采样其 阅读全文

posted @ 2017-03-13 17:26 gearslogy 阅读(2580) 评论(0) 推荐(0)

QML 从入门到放弃
摘要:发现了一个问题: QML: 如果你发现了你的main.cpp是这个就会爆上面错误。 修改为: ..........QML web:直接给跪下了 https://qmlweb.github.io/ <1>Simple: import QtQuick 2.0 Rectangle { id:rootTan 阅读全文

posted @ 2017-03-03 11:15 gearslogy 阅读(41114) 评论(1) 推荐(1)