數(shù)控車床編程實(shí)例視頻
http://www.swansc.com/cn/cnc/haasvf.htm 去這網(wǎng)站看看應(yīng)該有的
小巨人數(shù)控編程視頻
#include #include void Merge(int sourceArr[],int tempArr[], int startIndex, int midIndex, int endIndex) { int i = startIndex, j=midIndex+1, k = startIndex; while(i!=midIndex+1 && j!=endIndex+1) { if(sourceArr[i] >= sourceArr[j]) tempArr[k++] = sourceArr[j++]; else tempArr[k++] = sourceArr[i++]; } while(i != midIndex+1) tempArr[k++] = sourceArr[i++]; while(j != endIndex+1) tempArr[k++] = sourceArr[j++]; for(i=startIndex; i<=endIndex; i++) sourceArr[i] = tempArr[i]; } //內(nèi)部使用遞歸 void MergeSort(int sourceArr[], int tempArr[], int startIndex, int endIndex) { int midIndex; if(startIndex < endIndex) { midIndex = (startIndex + endIndex) / 2; MergeSort(sourceArr, tempArr, startIndex, midIndex); MergeSort(sourceArr, tempArr, midIndex+1, endIndex); Merge(sourceArr, tempArr, startIndex, midIndex, endIndex); } } int main(int argc, char * argv[]) { int a[8] = {50, 10, 20, 30, 70, 40, 80, 60}; int i, b[8]; MergeSort(a, b, 0, 7); for(i=0; i<8; i++) printf("%d ", a[i]); printf("\n"); return 0; }
數(shù)控編程方面有哪些好的視頻教程
還有一個(gè)是UG以下是UG論壇http://www.ugsnx.com/
求CNC數(shù)控編程教程視頻
http://91sheji.tech.topzj.com/thread-27607-1-1.html
西門子PLC的編程教學(xué)視頻哪有?
天天自動(dòng)化PLC培訓(xùn)中心 最近有的 學(xué)西門子PLC視頻培訓(xùn) 還免費(fèi)送教儀一套,具體情況你可以去了解一下的,
誰有數(shù)控編程的視頻教程????
我經(jīng)常看視頻教程 這是我看的教程網(wǎng)址鏈接http://www.youku.com/playlist_show/id_2766473.html 還有CAD制圖的教程 http://v.youku.com/v_playlist/f3015851o1p0.html 就我自己的體會(huì) 看固然重要 實(shí)踐操作還得跟上 要不看完過些天就沒印象了呵呵 希望對(duì)你有所幫助 祝你愉快
求,數(shù)控車床編程(法拉克系統(tǒng)),教程,視頻.
G00X100Z100 M03S500 T0101 G00X20Z2 G71U2R1 G71P1Q2U0.5W0.2F100 N1G00X0Z0 G03X10Z-5R5F60 G01X12 W-10 X18W-10 N2Z-30 G70P1Q2 G00X100Z100 M30 法蘭克編程方式,你可以學(xué)習(xí)
數(shù)控加工編程免費(fèi)視頻教程
數(shù)控機(jī)床故障診斷與維修 http://www.qq15.cn/Article/ShowArticle.asp?ArticleID=2531
求歐姆龍PLC編程的視頻教程
歐姆龍PLC 66課時(shí) wmv格式視頻 http://pan.baidu.com/share/link?uk=2399251152&shareid=350311#dir 希望用處順祝愉快 謝謝 請(qǐng)采納.
plc編程視頻教程哪里有
這里有 http://www.soso.com/q?gid=&cin=&sc=web&bs=plc&ch=w.uf&num=10&site=&w=plc%B1%E0%B3%CC%CA%D3%C6%B5%BD%CC%B3%CC