| 查看: 1332 | 回复: 5 | |||
[交流]
【求助】菜鸟求助c语言读文件小问题
|
|
2 UGC12889 0.00047 47.27450 3.1 13.31 1.546 0.498 1.314 ~ 0.85 0.100 ~ -21.05 72.458 10.869 0.61 0.61 4 PGC000004 0.00096 23.08764 5.0 15.39 0.851 0.078 0.186 ~ 0.219 0.015 ~ -18.68 63.264 13.918 0.39 0.40 6 PGC000006 0.00058 15.88165 -1.0 15.23 0.457 0.169 0.324 ~ 0.708 0.082 ~ -19.46 84.181 18.520 0.34 0.35 7 PGC000007 0.00122 -0.08326 -3.2 15.54 0.575 0.093 0.467 ~ 0.813 0.056 ~ -19.46 97.347 21.416 0.33 0.34 10 PGC000010 0.00217 -0.04057 -3.2 15.56 0.562 0.078 0.446 ~ 0.794 0.037 ~ -19.46 98.250 21.615 0.29 0.31 12 PGC000012 0.00240 -6.37390 1.1 14.05 1.045 0.336 0.199 ~ 0.19 0.022 ~ -20.79 92.153 13.823 0.36 0.37 txt文件,格式如上,空格是分隔符。读出期中六列分辨存为数组。 我写的程序如下: 提示 memory error22 (就是扩展的时候出错了。)。请好心人帮帮忙。 #include #include #include #define BUF 1024 #define pi 3.14159 /* The function reads stings from a txt file. Here, we read GWGCCatalog.txt.(see main function) */ int readevent( FILE *pFile, int **pgc, char **name, double **rag, double **decg, double **absmag, double **dist) { void *pgc1, *name1, *rag1, *decg1, *absmag1, *dist1; char *temp, *temp1; /* these two variables can be overwritten. */ int i=0, n=1024; /* n is the buffer. */ if ( !(*pgc=(int *)malloc(n*sizeof(int)))|| !(*name=(char *)malloc(n*100))|| !(*rag=(double *)malloc(n*sizeof(double)))|| !(*decg=(double *)malloc(n*sizeof(double)))|| !(*absmag=(double *)malloc(n*sizeof(double)))|| !(*dist=(double *)malloc(n*sizeof(double)))|| !(temp=(char *)malloc(n*100)) ) /* assume the longth of all strings less than 300 */ printf("memory error11\n" ;while (!feof(pFile)) { fscanf(pFile, "%d %s %e %e %s %s %s %s %s %s %s %s %s %e %e %s %s %s", *pgc+i, *name+i*100, *rag+i, *decg+i, temp, temp, temp, temp, temp, temp, temp, temp, temp, *absmag+i, *dist+i, temp, temp, temp); i++; if (i==(n-1)) /*the number of lines is going to be longer than buffer. */ { if(!(pgc1=realloc(*pgc, 2*n*sizeof(int)))|| !(name1=realloc(*name, 2*n*100))|| !(rag1=realloc(*rag, 2*n*sizeof(double)))|| !(decg1=realloc(*decg, 2*n*sizeof(double)))|| !(absmag1=realloc(*absmag, 2*n*sizeof(double)))|| !(dist1=realloc(*dist, 2*n*sizeof(double)))|| !(temp1=realloc(temp, 2*n*100))) { printf("memory error22\n" ; }*pgc=pgc1; *name=name1; *rag=rag1; *decg=decg1; *absmag=absmag1; *dist=dist1; temp=temp1; n*=2; } /*double the buffer*/ } free(temp); return i; /* Returning i tell us the accurate number.*/ } int main() { int i, n; /* n is the number of lines in GWGCCatalog.txt. n1 is that in skymap.txt */ int *pgc; char *name=NULL; double *rag, *decg, *absmag, *dist; FILE *pFile, *out; if ( !( pFile=fopen("GWGCCatalog.txt", "r" )) {printf ("cannot open the GWGCCatalog.txt file\n" ;return 1;} if ( !( out=fopen("goutput.txt", "w" )) {printf ("cannot open the goutput.txt file\n" ;return 1;} n=readevent(pFile, &pgc, &name, &rag, &decg, &absmag, &dist); for (i=0; i free(pgc); free(name); free(rag); free(decg); free(absmag); free(dist); fclose(pFile); fclose(out); } |
» 猜你喜欢
宿州学院学报
已经有5人回复
青B发送上会通知了吗
已经有14人回复
博士申请
已经有5人回复
4,4二甲基联苯干啥用,有懂得吗
已经有4人回复
西安交大新媒学院副院长用撤稿论文结题
已经有7人回复
论文撤稿了
已经有9人回复
化学专业申博
已经有5人回复
招收2026级博士生
已经有5人回复
医学类期刊求推荐
已经有6人回复
26/27申博自荐
已经有10人回复
» 本主题相关价值贴推荐,对您同样有帮助:
C语言变量问题,求助大侠!!
已经有17人回复
c语言高手请进,请勿灌水,谢谢!(关于读写文件的问题)
已经有6人回复
【求助】菜鸟问题 输入流
已经有12人回复
在网上求助计算化学问题时的注意事项-Sobereva
已经有6人回复
【求助】菜鸟求助 matlab 近红外光谱小波变换问题
已经有10人回复
【求助】求一个关于文件读写的c语言小程序
已经有3人回复
【求助】VC++.NET编程,MFC基于对话框应用程序编写
已经有18人回复
» 抢金币啦!回帖就可以得到:
【帮转急招】深大计算机/电子信息博士 王牌专业,大牛团队!
+5/750
坐标北京,诚征女友
+2/390
西安电子科技大学保研: 挑战高速IP设计NVMe,RDMA及NVMe-oF
+1/288
广东工业大学自动化学院国家特聘专家苏春翌教授招收2026年博士后及硕博研究生(推免)
+1/82
山东第一医科大学泰山学者团队2026年招收副教授、博士后(不限专业)
+1/80
寻找做兼职的同学,长期的(长三角:血管介入医疗器械方面兼职)
+1/40
【博士招生】江西理工大学招收博士研究生
+1/32
浙江理工大学国家级高层次人才团队招收能源光电催化材料方向博士生(截止5月31号)
+2/28
上海理工大学-赵斌教授课题组招收申请考核制博士【新能源材料】
+1/18
郑州大学·安徽高等研究院 2026年博士招生(申请考核制)
+1/13
【急招】 北京工业大学 能动第二批博士申请-杰青课题组1-2名额,25日截止!!
+1/12
紧急招收2026年秋季入学博士生1名(湘潭大学 固体废弃物低碳利用湖南省工程研究中心)
+1/10
上海交通大学化学化工学院张智涛课题组诚聘博士后
+1/9
南京农业大学2026年申请考核制博士招生:最后一批啦!
+1/8
吸波粉体电磁参数模具加工
+1/8
北理工国家杰青团队招博士后
+1/8
紧急招收2026年秋季入学博士生1名(河北工大/北京科技大学联合 增材制造/生物材料)
+1/5
张兆威教授课题组长期招聘科研助理
+1/5
【通知】北京信息科技大学仪器科学与光电工程学院招收博士研究生(2026),还有名额!
+1/3
【有偿访谈招募】高才通来港后,你过得还好吗?
+1/1
2楼2011-02-24 11:47:13
3楼2011-02-24 12:09:25
4楼2011-02-24 14:27:42
5楼2011-02-24 14:28:31
★ ★ ★ ★ ★
余泽成(金币+5): 谢谢参与应助! 2011-02-27 15:06:14
nenyan(金币+5): 不错不错 2011-02-28 07:35:09
余泽成(金币+5): 谢谢参与应助! 2011-02-27 15:06:14
nenyan(金币+5): 不错不错 2011-02-28 07:35:09
|
呵呵,不麻烦。比如你上面的数据可以用bash shell 很容易写成mathematica的输入形式 { {1,2,3,4,5,6,7,……}, {1,2,3,4,5,6,7,……}, . . . . {1,2,3,4,5,6,7,……}, {1,2,3,4,5,6,7,……} } 然后用mathematica的Get来读入,mathematica有一大堆功能强大的函数来处理数据,非常高效,呵呵。 比如你的数据文件名为urfile 1)##以下命令行让数据以逗号为间隔,存成urfile_for_Ma cat urfile |awk '{$1=$1;print}'|sed 's/ /,/g' >urfile_for_Ma 2)##以下命令给数据行添加{} sed -i 's/^/{/' urfile_for_Ma #给所有数据行首添加{ sed -i 's/$/},/' urfile_for_Ma #数据行末尾添加}, sed -i '1s/^/{/' urfile_for_Ma #第一行首再加个{ sed -i '$s/,$/}/' urfile_for_Ma #最后一行行尾的“,”换成“}” 搞定。可以用mathematica来处理了。 p.s.: 当然可以把这些命令放一个脚本文件里比如叫form_change,执行一下就ok了. 你还可以在脚本里定义变量 urfile=$1 然后再调用$urfile这个变量,这样你就可以用form_change urfile来执行,不用每次处理不同的文件都要改脚本文件里的文件名,省事很多 [ Last edited by bitgreen on 2011-2-25 at 05:17 ] |
6楼2011-02-25 05:16:26












;
回复此楼