數控車床編程實例視頻
http://www.swansc.com/cn/cnc/haasvf.htm 去這網站看看應該有的
小巨人數控編程視頻
#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]; } //內部使用遞歸 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; }
數控編程方面有哪些好的視頻教程
還有一個是UG以下是UG論壇http://www.ugsnx.com/
求CNC數控編程教程視頻
http://91sheji.tech.topzj.com/thread-27607-1-1.html
西門子PLC的編程教學視頻哪有?
天天自動化PLC培訓中心 最近有的 學西門子PLC視頻培訓 還免費送教儀一套,具體情況你可以去了解一下的,
誰有數控編程的視頻教程????
我經常看視頻教程 這是我看的教程網址鏈接http://www.youku.com/playlist_show/id_2766473.html 還有CAD制圖的教程 http://v.youku.com/v_playlist/f3015851o1p0.html 就我自己的體會 看固然重要 實踐操作還得跟上 要不看完過些天就沒印象了呵呵 希望對你有所幫助 祝你愉快
求,數控車床編程(法拉克系統),教程,視頻.
G00X100Z100 M03S500 T0101 G00X20Z2 G71U2R1 G71P1Q2U0.5W0.2F100 N1G00X0Z0 G03X10Z-5R5F60 G01X12 W-10 X18W-10 N2Z-30 G70P1Q2 G00X100Z100 M30 法蘭克編程方式,你可以學習
數控加工編程免費視頻教程
數控機床故障診斷與維修 http://www.qq15.cn/Article/ShowArticle.asp?ArticleID=2531
求歐姆龍PLC編程的視頻教程
歐姆龍PLC 66課時 wmv格式視頻 http://pan.baidu.com/share/link?uk=2399251152&shareid=350311#dir 希望用處順祝愉快 謝謝 請采納.
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