VIP專區-嵌入式/單片機編程源碼精選合集系列(135)資源包含以下內容:1. AT89C52紅外接收c源碼 已經過調試 下載即可使用.2. 步進電機驅動控制技術及其應用設計研究
一編論文.3. Nucleus PLUS source code anasisy. An open source OS which is widely used in embedded development dom.4. 數字系統CAD 開發平臺實驗部分共有6 個實驗.5. 12位ads7816的兩種讀取方式:SPI方式和手動方式.6. 可用于嵌入式編程學習.7. ADE7755應用于單相CPU卡表的硬件設計原理圖.8. 電能表的結構原理介紹和工作原理介紹.9. 這是一個關于C++編程規范的資料.10. C/C++bianchengguifan.11. 賽車程序:先對賽道和賽車建立模型.12. This document teach how you interface the microcontroller to the devices using i2c , spi and serial.13. 我收集的一些I2C的技術文檔和在linux環境的應用分析等.14. 模糊PID在電阻爐溫度控制系統中的應用。提出了FUZZY-PID控制器.15. 在網站上找到的一個比較不錯的字符疊加程序.16. 包的運用.17. 嵌入式高速數據采集器的研制.18. 嵌入式C_C++語言精華文章集錦.19. Visual C++網絡通信協議分析與應用實現代碼.20. 嵌入式C編程語言入門與深入.21. 周立功的PCI51XX CAN卡在VC6.0下的開發示例.22. 飛思卡爾S12系Serial_Peripheral_Interphase_(SPI)應用范例.23. 飛思卡爾S12系列Inter-IC_Bus__(IIC)應用范例.24. 開機時.25. 簡單的程序.26. U2270B組成的讀卡頭原理圖!典型應用電路.27. lpc214x的開發平臺下載軟件
使用lpc214x的開發.28. ZIGBEE1015無線傳感器統會自動刪除debug和release目錄.29. Introduction:
1. Macro1: AddFailureModeCol is used to the test report generated from GNPO Rpt Tools.30. 適合用于嵌入式的zc301攝像頭驅動。解壓縮之后放在/driver/media/video/zc0301目錄下.31. 開源嵌入式圖形軟件FLTK使用 視頻教程.32. jz4740 nand boot source code.
jz4740 nand 引導代碼.33. 用C++寫的一個模擬ATM自動取款機的程序.我這個程序不同于網上現有的那個不能記錄用戶填寫信息的..34. 該電子日歷可顯示年、月、日、星期、時、分的時間信息。 整個系統采用AT89C52作為中央處理芯片.35. 讓你了解AODV在OPNET下怎么運用.36. 基于GPS定位的嵌入式汽車監控器設計.37. 使用手冊.38. Zigbee培訓資料.39. EASYARM2210的原理圖
設計ARM硬件的重要參考.40. 嵌入式平臺的開發全過程 非常易懂
嵌?朧狡教ǖ目⑷?非常易懂.
Wavelets have widely been used in many signal and image processing applications. In this paper, a new
serial-parallel architecture for wavelet-based image compression is introduced. It is based on a 4-tap wavelet
transform, which is realised using some FIFO memory modules implementing a pixel-level pipeline
architecture to compress and decompress images. The real filter calculation over 4 · 4 window blocks is
done using a tree of carry save adders to ensure the high speed processing required for many applications.
The details of implementing both compressor and decompressor sub-systems are given. The primarily analysis
reveals that the proposed architecture, implemented using current VLSI technologies, can process a
video stream in real time.
機電類比法是一種把機械量通過一定的計算等效類比為電量的方法,其在對電子機械系統的分析中應用非常廣泛。它能夠把一個較復雜的機械系統類比為我們熟知的電路系統來進行分析,從而使問題的分析得到簡化。本文通過對振弦式傳感器的分析介紹了機電類比法,并對使用電路進行了相關的分析。 Summary:The electromechanical analogy is assort of analysis which is to analogize the mechanical system by using circuit system , it applied widely in the filed of analysis the electronic-mechanical system. The analysis can take a complex mechanical system analogous to a circuitry that we well-known, which can simplify the problems. In the paper, the electro-mechanical analogy method is briefly introduced by analysis the vibrating wire sensor,and have a correlation analysis about the circuit we used.關鍵詞: 機電類比法 振弦式傳感器 頻率 振蕩 反饋Keyword:electro-mechanical analogy method,vibrating wire sensor,frequency, oscillation, feedback
0 引言振弦式傳感器是屬于頻率式傳感器的一種。所謂頻率式傳感器就是能直接將被測量轉換為振動頻率信號的傳感器,這類傳感器一般是通過測量振弦、振筒、振梁、振膜等彈性振體或石英晶體諧振器的固有諧振頻率來達到測量引起諧振頻率變化的被測非電量的目的,其也稱為諧振式傳感器[1]。在分析該類傳感器中,由于其涉及到頻率,就容易讓人聯想到在電子技術中接觸到的RLC振蕩電路。因此可以嘗試著用類比的方法使之對應起來分析,即機電類比法分析。
Java Clock is a FREE Java applet used to display a clock on your Web pages. You can display either analog or digital clock. The full source code of this applet is also available (visit my home page to download it). You may use this applet on your Web pages WITHOUT paying me fee or royalty as long as credit is given (a link to my home page is enough).
A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from the big endian order used by Java to the little endian order used by the windows and the intel processor.