import javaioIOException;
import javaioRandomAccessFile;
public class TestMain {
public static void main(String[] args) {
//原文件路径
String path1 = "F:/1txt";
//新文件路径
String path2 = "F:/2txt";
RandomAccessFile raf1 = null;
RandomAccessFile raf2 = null;
String line = null;
try {
raf1 = new RandomAccessFile(path1, "r");
raf2 = new RandomAccessFile(path2, "rw");
while ((line = raf1readLine()) != null) {
int start = lineindexOf("EMAIL");
int end = lineindexOf("OU=");
String a = linesubstring(start, end);
String b = areplace("ADDRESS", "");
line = linereplace(a, "");
line = b + line;
raf2write(linegetBytes());
raf2write('\n');
}
} catch (Exception e) {
eprintStackTrace();
} finally {
try {
raf1close();
raf2close();
} catch (IOException e) {
eprintStackTrace();
}
}
}
}
该小程序主要实现了两个功能,一是批量导出色谱信号为csv文件, 二根据csv文件自动批量积分,能解决一些峰发生偏移的情况。
程序链接: >
写好了吗?要我帮你写吗?很简单了
你用char 500就溢出了,改为int就可以了
#include<stdioh>
#include<stringh>
struct shuju
{
int a;
int b;
int c;
};
void main()
{
FILEfp;
struct shuju st;
char temp[20];
int value;
fp=fopen("e:/shaotxt","r");
while(!feof(fp))
{
fscanf(fp,"%s%d",temp,&value);
if(strcmp(temp,"aaaaa")==0) sta=value;
else if(strcmp(temp,"bbbbb")==0) stb=value;
else if(strcmp(temp,"ccccc")==0) stc=value;
}
printf("%d %d %d\n",sta,stb,stc);
}
以上就是关于请用JAVA编一个小程序对文本文件进行编辑,能运行给200分全部的内容,包括:请用JAVA编一个小程序对文本文件进行编辑,能运行给200分、安捷伦气相色谱自动积分软件、c语言编写小程序,读取文件内容到制定的数据结构 求助!等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)