提 出了一種 網(wǎng)絡(luò) 化嵌 入 式 數(shù) 控 系統(tǒng) , 系統(tǒng) 采 用 A RM 4 - D S P結(jié) 構(gòu) , 實現(xiàn) 了數(shù) 控 系統(tǒng) 的 小型 化 、 網(wǎng)絡(luò) 化 、 智能化 和 集成 化 。詳 細(xì)介 紹 了嵌入 式數(shù) 控 系統(tǒng) 內(nèi) CNC主控 單元 與 伺 服 驅(qū)動 及 I /0邏輯 控 制 等各 單 元 間的通信 、 車 間級 工 業(yè) 以太 網(wǎng)絡(luò) 的通信 和 i n t r a n e t / I n t e r n e t網(wǎng)絡(luò) 通信 , 并給 出 了關(guān)鍵 實現(xiàn)技 術(shù)。
標(biāo)簽: 網(wǎng)絡(luò)
上傳時間: 2013-11-25
上傳用戶:as275944189
提 出了一種 網(wǎng)絡(luò) 化嵌 入 式 數(shù) 控 系統(tǒng) , 系統(tǒng) 采 用 A RM 4 - D S P結(jié) 構(gòu) , 實現(xiàn) 了數(shù) 控 系統(tǒng) 的 小型 化 、 網(wǎng)絡(luò) 化 、 智能化 和 集成 化 。詳 細(xì)介 紹 了嵌入 式數(shù) 控 系統(tǒng) 內(nèi) CNC主控 單元 與 伺 服 驅(qū)動 及 I /0邏輯 控 制 等各 單 元 間的通信 、 車 間級 工 業(yè) 以太 網(wǎng)絡(luò) 的通信 和 i n t r a n e t / I n t e r n e t網(wǎng)絡(luò) 通信 , 并給 出 了關(guān)鍵 實現(xiàn)技 術(shù)。
標(biāo)簽: 網(wǎng)絡(luò)
上傳時間: 2013-12-27
上傳用戶:huannan88
Tornado 的manuals 很全面,國內(nèi)的書大部分是翻譯的它。經(jīng)常需要查閱的。Tornado Online Manuals GDB User s Guide GNU Make User s Guide GNU Toolchain Release Notes GNU Toolkit User s Guide for Pentium GNU Toolkit User s Guide for Simulators, 68K, and SH Tornado API Guide Tornado API Reference Tornado Getting Started Guide (Windows Version) Tornado Migration Guide Tornado Reference Tornado Release Notes Tornado SETUP SDK Developer s Guide Tornado User s Guide (Windows Version) USB Developer s Kit Programmer s Guide USB Developer s Kit Release Notes VxWorks API Reference VxWorks BSP Developer s Guide VxWorks BSP Developer s Reference VxWorks BSP Reference VxWorks Errno Code List VxWorks Network Programmer s Guide VxWorks Programmer s Guide VxWorks for Pentium Architecture Supplement WindView User s Guide WindView User s Reference
標(biāo)簽: Tornado Manuals manuals Online
上傳時間: 2016-05-16
上傳用戶:13215175592
本程序是一個行計算器(即對表達(dá)式求值)。計算器能實現(xiàn)加、減、乘、除、取余(%)和乘方(^)運(yùn)算;能實現(xiàn)三角函數(shù)(正弦函數(shù)sin和余弦函數(shù)cos),求10為底的對數(shù)log,求2為底的對數(shù)ln,求e的指數(shù)冪exp,其參數(shù)也可以是合法的表達(dá)式; 計算器并能對表達(dá)式的合法性進(jìn)行測試,錯誤的能給出表達(dá)式錯誤的信息。 ] 輸入文件格式:第一行是一個正整數(shù)N,表示有多少行表達(dá)式。接下來的N行每一行是 一個表達(dá)式。表達(dá)式使用由浮點數(shù)(只用小數(shù)點表示)和運(yùn)算符表示。 輸出格式:每個行輸出一個表達(dá)式的結(jié)果(浮點輸出結(jié)果使用小數(shù)點表示法表示,)
上傳時間: 2016-05-27
上傳用戶:aeiouetla
本程序為模擬可校時的時鐘程序;clk--時鐘信號,rst--清零信號,set_en--校時 使能信號,faster--快進(jìn)信號,slower--快退信號,hour--小時校時,min--分鐘校 時,(hh,hl,ml,mh,sh,sl)--時,分,秒顯示信號。 校時的時候,秒清零。
標(biāo)簽: faster set_en slower 信號
上傳時間: 2013-12-06
上傳用戶:x4587
屬用者輸入一數(shù)字n,程式便會產(chǎn)生一個4n*4n的魔術(shù)方陣,魔術(shù)方陣除顯示於螢?zāi)簧蟻K會產(chǎn)生一檔案magic.txt檔案中同樣會有魔術(shù)方陣
標(biāo)簽:
上傳時間: 2016-06-10
上傳用戶:924484786
定時器程序 采用89c2051 2001.10 ****************** ****************** 偽定義 ****************** SL EQU 30H SL存放秒的個位數(shù) SH EQU 31H SH存放秒的十位數(shù) ML EQU 32H ML存放分的個位數(shù) MH EQU 33H MH存放分的十位數(shù) HL EQU 34H HL存放時的個位數(shù) HH EQU 35H HH存放時的十位數(shù)
標(biāo)簽: 89c2051 2001.10 定時器 定義
上傳時間: 2014-01-04
上傳用戶:qq1604324866
This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not written to be comprehensible without the explanation in that book. Prints out one arm configuration to reach given target. Assumes number of links >= 3. Input: nlinks Number of links L1 L2 ... Ln Link lengths x0 y0 target0 x1 x2 target1
標(biāo)簽: Computational described Geometry Chapter
上傳時間: 2014-01-25
上傳用戶:yan2267246
Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CMOS checksum | | /E - Program Embedded Controller Block | | /K - Program all non-critical blocks | | /Kn - Program n th non-critical block only(n=0-7) | | /Q - Silent execution | | /REBOOT - Reboot after programming | | /X - Don t Check ROM ID | | /S - Display current system s ROMID | | /Ln - Load CMOS defaults
標(biāo)簽: Program Destroy Block NVRAM
上傳時間: 2016-07-26
上傳用戶:wfl_yy
For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in root project folder. After compile process all binary files will be copy into build forlder. For additional information please visit web site http://www.m-g.ru/corba To subscribe on news about MT_DORB send e-mail with subject subscribe to corba@m-g.ru We recommend that you place the MTDORB_UCUtils.dll ( or MTDORB_UCUtils.so for Linux) in the Windows\System directory (or Windows\System32 for WinNT and Win2K and /lib for Linux). Main MTDORB author: Oleg V. Safonov <safonov@m-g.ru>
標(biāo)簽: build project Before apache
上傳時間: 2016-08-20
上傳用戶:zhenyushaw
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1