parent
162648a4e7
commit
fd0a71f397
|
|
@ -173,7 +173,7 @@ void ElementHashtable::SetFDSet(const QVector<QString> &FDSet)//FeeDer集合
|
|||
|
||||
void ElementHashtable::ShowContainerInfo(const QString& fileName)
|
||||
{
|
||||
QString relPath="./../output/";
|
||||
QString relPath="D:/MyPro/cimforreduceloss/testHasttable/output/";
|
||||
relPath+=fileName+".txt";
|
||||
QFile file(relPath);
|
||||
if(file.open(QFile::WriteOnly|QFile::Text))
|
||||
|
|
|
|||
|
|
@ -10,15 +10,15 @@ int main(int argc, char *argv[])
|
|||
QCoreApplication a(argc, argv);
|
||||
// LoadMapping lm;
|
||||
// lm.load("D:/Project/佛山项目/数据/搭网架参数文件/泰安/泰安负荷","D:/Project/佛山项目/数据/匹配的数据","D:/Project/佛山项目/数据/exception.txt");
|
||||
LoadInfo loadInfo;
|
||||
loadInfo.setLoadPath("D:/Project/佛山项目/数据/搭网架参数文件/泰安/泰安负荷/718发展线/专变/威灵电机工业园电房1.csv");
|
||||
loadInfo.updateByTime(QTime(0,15,0));
|
||||
std::cout<<loadInfo.getPA()<<std::endl;
|
||||
// LoadInfo loadInfo;
|
||||
// loadInfo.setLoadPath("D:/Project/佛山项目/数据/搭网架参数文件/泰安/泰安负荷/718发展线/专变/威灵电机工业园电房1.csv");
|
||||
// loadInfo.updateByTime(QTime(0,15,0));
|
||||
// std::cout<<loadInfo.getPA()<<std::endl;
|
||||
// ReadWrite aa;
|
||||
// RegexExtract re;
|
||||
// re.extract("D:/Project/佛山项目/数据/df8003/df8600/exportfiles/exportmodel_pw.xml");
|
||||
// re.exportBlocks("./a");
|
||||
return a.exec();
|
||||
// return a.exec();
|
||||
ElementHashtable eleReader;
|
||||
eleReader.Parse("D:/Project/佛山项目/数据/df8003/df8600/exportfiles/exportmodel_pw.xml","D:/Project/佛山项目/佛山收资/exportmodel_zwyth20141204/exportmodel_zwyth.xml");
|
||||
// eleReader.GoPath();
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#include <iostream>
|
||||
Task::Task()
|
||||
{
|
||||
this->taskFile="./../task.txt";
|
||||
this->taskFile="D:/MyPro/cimforreduceloss/testHasttable/task.txt";
|
||||
}
|
||||
|
||||
void Task::doAgainstTaskFile(ElementHashtable &eleHT)
|
||||
|
|
|
|||
Loading…
Reference in New Issue