編程實現MCP2510 的CAN 總線通訊;兩個UP-NetARM3000 通過CAN 總線相連接。ARM 監視串行口,將接收到的字符發送 給另一個開發板并通過串口顯示(計算機與開發板是通過超級終端通訊的)。即按PC 鍵盤通 過超級終端發送數據,開發板將接收到的數據通過CAN 總線轉發,再另一個PC 的超級終 端上顯示數據
上傳時間: 2015-04-18
上傳用戶:zuozuo1215
說明:這個程序與溫控儀設置方式一樣。SET選擇設置模式;LEFT鍵選擇需要設置的位;UP鍵加置數,如果按住UP鍵不放就自動向上計數,最大值999;DOWN鍵減置數,如果按住DOWN鍵不放就自動向下計數,一直到0。待設置的位是高亮顯示的。
上傳時間: 2013-12-16
上傳用戶:225588
This file contains a summary of what you will find in each of the files that make up your hpauth application.
標簽: contains summary hpauth files
上傳時間: 2015-05-03
上傳用戶:wang5829
This file contains a summary of what you will find in each of the files that make up your xxxlogon application.
標簽: contains xxxlogon summary files
上傳時間: 2015-05-03
上傳用戶:wangyi39
MATLAB編寫的仿真小程序,關于STEP CONCROL的,仿真出CONTROL執行后的圖形
標簽: CONCROL CONTROL MATLAB STEP
上傳時間: 2013-12-24
上傳用戶:helmos
這是基于UP-ARM2410開發板的實驗,這是第一次實驗,目的是熟悉ADS調試工具以及JTAG工具
上傳時間: 2014-01-23
上傳用戶:dave520l
Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as Bitmaps and TestData directories. This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile. The point data shapefile consists of 41859 point features from 1996 GDT data, in decimal degrees. The table of zips that can be used in the batch match consists of 38 records, entitled "few_zips.dbf". More specifcs are found at the top of each form and are provided throughout the code.
標簽: directory writeable Geocode project
上傳時間: 2013-12-19
上傳用戶:wangchong
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
標簽: available libraries Although nearly
上傳時間: 2014-01-22
上傳用戶:zhoujunzhen
Intel PX27x board bring up (BBU) program (ARM source code)
標簽: program source Intel board
上傳時間: 2013-12-02
上傳用戶:yy541071797
Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is a layer of code between the Windows CE kernel and the hardware of your target device. You develop an OAL to communicate data between your operating system (OS) and your target device and include code to handle interrupts, timers, and so on.
標簽: develop OAL Step-by-step adaptation
上傳時間: 2014-01-07
上傳用戶:songnanhua