2011-1-3 20:19:53 阅读435 评论0 32011/01 Jan3
2010-12-5 0:52:53 阅读142 评论0 52010/12 Dec5
2010-11-2 16:23:22 阅读46 评论0 22010/11 Nov2
2010-9-15 0:04:32 阅读104 评论0 152010/09 Sept15
209.85.225.101 docs.google.com 74.125.127.100 writely.google.com 74.125.127.139 spreadsheets.google.com 91.198.174.234 upload.wikimedia.org
2010-8-21 23:20:30 阅读114 评论0 212010/08 Aug21
cue.h
/********************************************************* *****This programe interprete cue file in ape audio****** ***since there is no music player do this job in linux*** *****created by ChenXie,if you has any problem,**********2010-8-21 16:03:09 阅读46 评论0 212010/08 Aug21
昨天从燕子bt上下了个梁静茹的所有专辑,ape格式的,可以里面有某某论坛打的广告,看差很烦人,于是就想用c将它们批处理一下,本来sed一句话就ok了,但为了练习一下c的字符串处理,自虐呀!!
#include <stdio.h> #include <string.h> #include <sys/types.h> #include <dirent.h> void deleteAdvertise(const char *filename) { char content[1024]; char *t_content; char newcontent[1024]; int index = 0; const char *advertising="[捌零音乐论坛]"; 2010-6-4 19:20:34 阅读256 评论0 42010/06 June4
2010-3-27 21:33:32 阅读648 评论0 272010/03 Mar27
2010-3-19 11:28:12 阅读100 评论0 192010/03 Mar19
2010-2-27 12:22:25 阅读1187 评论0 272010/02 Feb27
| \usepackage{listings} \definecolor{gray}{rgb}{0.8,0.8,0.8} \lstset{
|