03 2016 档案

摘要:1 /* 2 FFmpeg环境配置: 3 配置包含目录,库目录,附加依赖性 4 添加dll到工程debug文件下 5 */ 6 7 /* 8 libavcodec encoding/decoding library 9 libavfilter graph-based frame editing li 阅读全文
posted @ 2016-03-11 15:00 ht-beyond 阅读(7017) 评论(0) 推荐(1)
摘要:还有窗口自适应大小未完成 1 using System; 2 using System.IO; 3 using System.Collections.Generic; 4 using System.ComponentModel; 5 using System.Data; 6 using System 阅读全文
posted @ 2016-03-11 14:33 ht-beyond 阅读(197) 评论(0) 推荐(0)
摘要:还差:标记图片修改,快捷键自定义,窗口大小自动收放 1 using System; 2 using System.IO; 3 using System.Collections.Generic; 4 using System.ComponentModel; 5 using System.Data; 6 阅读全文
posted @ 2016-03-10 16:06 ht-beyond 阅读(247) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.IO; 3 using System.Collections.Generic; 4 using System.ComponentModel; 5 using System.Data; 6 using System.Drawing; 7 u 阅读全文
posted @ 2016-03-10 15:44 ht-beyond 阅读(247) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.IO; 3 using System.Collections.Generic; 4 using System.ComponentModel; 5 using System.Data; 6 using System.Drawing; 7 u 阅读全文
posted @ 2016-03-09 09:22 ht-beyond 阅读(190) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.IO; 3 using System.Collections.Generic; 4 using System.ComponentModel; 5 using System.Data; 6 using System.Drawing; 7 u 阅读全文
posted @ 2016-03-07 17:36 ht-beyond 阅读(215) 评论(0) 推荐(0)
摘要:根据txt文件中指定的文件名进行文件分类: // 根据txt文件中指定的文件名进行文件分类 #include <stdio.h> #include <stdlib.h> #include <malloc.h> #include <windows.h> #include <io.h> #include 阅读全文
posted @ 2016-03-05 17:32 ht-beyond 阅读(1014) 评论(0) 推荐(0)
摘要:简单记录下。 阅读全文
posted @ 2016-03-05 17:28 ht-beyond 阅读(3137) 评论(0) 推荐(0)