码迷,mamicode.com
首页 >  
搜索关键字:unable to open text file    ( 125696个结果
linux + ffmpeg + eclipse 调试
使用linux + ffmpeg + eclipse调试步骤OS : ubuntu 12.04Eclipse : 3.7.2为Eclipse安装cdt插件,使其支持c/c++导入ffmpeg项目File —-> Import —-> c / c++ —-> Existing Code as Make...
分类:系统相关   时间:2014-05-01 01:17:00    阅读次数:754
FFMPEG + SDL音频播放分析
目录[hide]1抽象流程:2关键实现:2.1main()函数2.2decode_thread()读取文件信息和音频包2.3stream_component_open():设置音频参数和打开设备2.4audio_callback(): 回调函数,向SDL缓冲区填充数据2.5audio_decode_...
分类:其他好文   时间:2014-05-01 00:48:04    阅读次数:325
ffmpeg windows 雪花声解决方法
替换所有文件里的为即可。我用ffmpeg-0.6.3版测试时,好像mathimf.h文件和其他文件有冲突,需要修改源码。和qdm2.c文件中的 QDM2Complex *complex;声明相冲突,修改为QDM2Complex *complex1;即可。和g726.c文件中的static int16...
分类:Windows程序   时间:2014-05-01 00:24:20    阅读次数:589
groovy 简单的弹出菜单popupmenu程序
import groovy.swing.* import javax.swing.* import java.awt.* def swing = new SwingBuilder()swing.frame(title:"hello",show:true){ panel() { def mm=swi....
分类:其他好文   时间:2014-05-01 00:20:13    阅读次数:342
wav文件格式分析详解
wav文件格式分析详解文章转载自:http://blog.csdn.net/BlueSoal/article/details/932395一、综述 WAVE文件作为多媒体中使用的声波文件格式之一,它是以RIFF格式为标准的。RIFF是英文Resource Interchange File Forma...
分类:其他好文   时间:2014-04-30 23:43:19    阅读次数:610
origin 8.5 曲线拟合,延长曲线范围
1. 输入数据并选择Y轴数据 2 非线性拟合Analysis—Fitting—Nonlinear Curve Fit—Open Dialog3.选择拟合曲线类型在origin7.5中选择曲线类型和表达式比较直观,8.5好像反而不太直观了。固定某个参数可在Parameters中设置。点击Fit开始拟合...
分类:其他好文   时间:2014-04-30 23:04:23    阅读次数:936
HZAU_Parser
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package gao.hzau; import java.awt.Color; import java.awt.FileDialog; import java.awt.Font; import j...
分类:其他好文   时间:2014-04-27 21:34:04    阅读次数:492
hdu 1033
别人眼中的水题啊!!! 理解题意真是困难啊,以图片形式说明: /************************************************************************* File Name: 1030.cpp Author: yubo Mail: yuzibode@126.com Created Time: 2...
分类:其他好文   时间:2014-04-27 21:34:00    阅读次数:358
二叉树的链表实现(递归)
/************************************************************************* File Name: bitree.cpp Author: yubo Mail: yuzibode@126.com Created Time: 2014年04月27日 星期日 23时45分04秒 学...
分类:其他好文   时间:2014-04-27 21:27:00    阅读次数:373
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!      解决方法: setenforce 0...
分类:移动开发   时间:2014-04-27 21:18:05    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!