新聞中心

EEPW首頁 > EDA/PCB > 設(shè)計(jì)應(yīng)用 > Protel到Allegro/CCT格式轉(zhuǎn)換

Protel到Allegro/CCT格式轉(zhuǎn)換

作者: 時(shí)間:2012-05-08 來源:網(wǎng)絡(luò) 收藏

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);

以上簡單介紹了轉(zhuǎn)化的方法,希望能對讀者的設(shè)計(jì)工作有所幫助。


上一頁 1 2 下一頁

關(guān)鍵詞: Allegro Protel CCT 格式轉(zhuǎn)換

評論


相關(guān)推薦

技術(shù)專區(qū)

關(guān)閉