05 2023 档案

摘要:五、H264编码 H264在视频采集到输出中属于编解码层次的数据,如下图所示,是在采集数据后做编码压缩时通过编码标准编码后所呈现的数据。1.编解码的必要性1)为什么要压缩节省传输带宽;编码可以将数据进行压缩,减少传输资源浪费。节省存储空间:当显示器正在播放一个1280*720视频,帧率是25,那么一 阅读全文
posted @ 2023-05-30 16:32 泽良_小涛 阅读(529) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; class ThreePhaseOutlet { public: void doThreePhasePlug() { cout << "三相插头接入" << endl; } }; class TwoPhaseOutle 阅读全文
posted @ 2023-05-24 14:06 泽良_小涛 阅读(6) 评论(0) 推荐(0) 编辑
摘要:自己看代码时随手画的 阅读全文
posted @ 2023-05-20 11:43 泽良_小涛 阅读(20) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 #include <string> 3 #include <sstream> 4 #include <typeinfo> 5 using namespace std; 6 template <class T> 7 string iToStr(T val 阅读全文
posted @ 2023-05-19 09:43 泽良_小涛 阅读(5) 评论(0) 推荐(0) 编辑
摘要:自已看代码随手画的 阅读全文
posted @ 2023-05-18 14:31 泽良_小涛 阅读(17) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <sstream> 5 using namespace std; 6 7 template<class T> 8 string ConvertToStri 阅读全文
posted @ 2023-05-18 11:05 泽良_小涛 阅读(6) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 using namespace std; 3 4 class FrameApi { 5 public: 6 virtual void draw() = 0; 7 protected: 8 FrameApi() {}; 9 }; 10 11 class 阅读全文
posted @ 2023-05-16 17:27 泽良_小涛 阅读(3) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <string> using namespace std; class ExportFileApi { public: virtual bool exportData(string data) = 0; protected: ExportFi 阅读全文
posted @ 2023-05-09 09:18 泽良_小涛 阅读(4) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示