新闻中心

EEPW首页 > EDA/PCB > 设计应用 > Protel到Allegro/CCT格式转换

Protel到Allegro/CCT格式转换

作者:时间:2012-05-08来源:网络收藏

FILE fp1, fp2;

AfxMessageBox(hello);

fp1=fopen(pick.txt, rt);

if (fp1==NULL) AfxMessageBox(Can not open the file!!!);

fp2=fopen(place.txt,wt);

if (fp2==NULL) AfxMessageBox(Can not create the file!!!);

char refdes[5], Pattern[5];

float midx,midy,refx,refy,padx,pady,rotation;

char tb[1];

char tmp=';

fprintf(fp2,%sn, # script);

fprintf(fp2,%sn, version 13.6);

fprintf(fp2,%sn, place refdes);

while (!feof(fp1)) ;

char yy=tb[0];

if (yy!=‘T‘) fprintf(fp2, pop mirrorn);

fprintf(fp2, pick %f %f n, padx,pady);

fprintf(fp2, next n);

};

fprintf(fp2, done);

fclose(fp1);

fclose(fp2);

以上简单介绍了转化的方法,希望能对读者的设计工作有所帮助。


上一页 1 2 下一页

评论


相关推荐

技术专区

关闭