摘要: 下载主程序:MPlayer-1.0pre8.tar.bz2官方解码器:essential-20071007.tar.bz2官方win32_CODES-all:windows-essential-20071007.zip皮肤:Orange-1.3.tar.bz2下载网址: http://www.mplayerhq.hu/homepage/design7/dload.htmlSTEP2. 安装codecs: tar vjxf essential-20071007.tar.bz2mv essential-20071007 /usr/lib/codes(or /usr/lib/codecs,this 阅读全文
posted @ 2012-10-28 19:08 MFT 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 上代码//折磨一会子#include <iostream>#include <vector>#include <map>#include <string>#include<fstream>#include <stack>using namespace std;int main() {// int num; ifstream fin("11", ios_base::binary); // // // map<int,vector<string> > m; // string w;/ 阅读全文
posted @ 2012-10-28 15:31 MFT 阅读(182) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <process.h>#include <iostream.h>#include <memory.h>#include <string.h>#include <iostream.h>#include <fstream.h>void main(){ FILE *fp; int count=0; char *str="\n"; char buff[256]; fp=fopen("1.txt","r"); 阅读全文
posted @ 2012-10-28 02:40 MFT 阅读(127) 评论(0) 推荐(0) 编辑