会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wwsea
博客园
首页
新随笔
联系
订阅
管理
2019年12月23日
项目代码行数统计工具
摘要: 1.cloc 工具项目地址:https://github.com/AlDanial/cloc 2.CountLines https://www.cr173.com/soft/27344.html 3.SourceCount http://ttl7.pc6.com/lff/SourceCounter.
阅读全文
posted @ 2019-12-23 09:46 wwsea
阅读(4496)
评论(0)
推荐(0)
2019年10月12日
AStyleExtension 3.1 for vs2013 vs2015 vs2017 vs2019
摘要: AStyleExtension 3.1 for vs2013 vs2015 vs2017 vs2019 Supported Visual Studio editions: Visual Studio 2013 Professional (or above) Visual Studio 2015 Pr
阅读全文
posted @ 2019-10-12 08:01 wwsea
阅读(903)
评论(0)
推荐(0)
2019年9月30日
mplayer-ww-wqh重新编译版svn r38152+ffmpeg4.2.1
摘要: 2019.09.29 * 与mplayer r37152同步部分源码格式,修正几处bug,i hope so . 链接:https://pan.baidu.com/s/1U3bDKrhstfTSm7se6eSIIw 提取码:rh2r
阅读全文
posted @ 2019-09-30 15:41 wwsea
阅读(819)
评论(1)
推荐(0)
2019年9月20日
三个mplayer播放器mplayer mpv mplayer-ww
摘要: mplayer 主页:http://www.mplayerhq.hu/design7/news.html下载地址:http://oss.netfarm.it/mplayer/http://mplayerwin.sourceforge.net/downloads.html mpv 主页:https:/
阅读全文
posted @ 2019-09-20 16:18 wwsea
阅读(2264)
评论(0)
推荐(0)
mplayer-ww-wqh重新编译版svn r38151+ffmpeg4.2.1
摘要: 同步mplayer 到svn 38151 同步ffmpeg 到4.2.1 2019.09.25 * gettext-0.18.3.2-2 * gmp-6.1.2-3 * isl-0.18-2 * libasprintf-0.18.3.2-2 * libgettextpo-0.18.3.2-2 * l
阅读全文
posted @ 2019-09-20 14:23 wwsea
阅读(1156)
评论(1)
推荐(0)
2019年9月14日
mplayer-ww-wqh重新编译版svn r37991+ffmpeg3.1.11
摘要: 1.修复原作者37356的播放某些mp4开始灰屏或者快进快退灰屏的问题。 2.修复37877版本引入的某些mp4回退时重新到开头不响应的问题 3.同步mplayer 代码到svn37991 4.同步ffmpeg代码到svn 3.1.11 5.nasm-2.14.02 6.yasm-1.3.0 7.x
阅读全文
posted @ 2019-09-14 21:04 wwsea
阅读(439)
评论(0)
推荐(0)
2019年9月8日
Mplayer ww Wqh修改版本 SVN-r37632-ffmpeg n2.5.11 gcc 4.5.1
摘要: 链接:https://pan.baidu.com/s/1DMSCin18_LFNkL_IR4_ESQ 提取码:3fue
阅读全文
posted @ 2019-09-08 22:25 wwsea
阅读(293)
评论(0)
推荐(0)
2019年9月6日
Mplayer ww 版本 SVN-r37370-ffmpeg n2.5.3 gcc 4.5.1
摘要: 缘起于更换工作环境到新的工作站,于无意中发现旧硬盘里的相关代码,又用着potplayer不爽。想着WW版自从2015年就不开始更新了… 神不在我们身边,所以朝圣的路很远,何不我自成神? 距mplayer最新的SVN版本还有700多个版本……等这些版本编译正常时,将把各种第三方库及GCC进行再一次更新
阅读全文
posted @ 2019-09-06 14:52 wwsea
阅读(943)
评论(0)
推荐(0)
2017年10月14日
C++实现添加文件关联的方法
摘要: // 检测文件关联情况 // strExt: 要检测的扩展名(例如: ".txt") // strAppKey: ExeName扩展名在注册表中的键值(例如: "txtfile") // 返回TRUE: 表示已关联,FALSE: 表示未关联 BOOL CheckFileRelation(const char *strExt, const char *strAppKey) { in...
阅读全文
posted @ 2017-10-14 20:11 wwsea
阅读(2014)
评论(0)
推荐(0)
2017年8月15日
开启3个线程,这3个线程的ID分别为A、B、C,每个线程将自己的ID在屏幕上,要求输出结果必须按ABC的顺序显示:ABCABC
摘要: 1 #include 2 #include 3 #include 4 5 //线程个数 6 const int THREAD_NUM = 3; 7 8 //循环次数 9 const int LOOP = 10; 10 11 //互斥事件 12 HANDLE g_hThreadEvent[THREAD_NUM];//子线程同步事件 13 HANDLE g_Semaph...
阅读全文
posted @ 2017-08-15 08:20 wwsea
阅读(951)
评论(0)
推荐(0)
下一页
公告