For nearly a hundred years telecommunications provided mainly voice services and very low speed
data (telegraph and telex). With the advent of the Internet, several data services became mainstream
in telecommunications; to the point that voice is becoming an accessory to IP-centric data networks.
Today, high-speed data services are already part of our daily lives at work and at home (web surfing,
e-mail, virtual private networks, VoIP, virtual meetings, chats...). The demand for high-speed data
services will grow even more with the increasing number of people telecommuting.
Control systems are becoming more important every day. At the beginning, the in-
dustry used sequential controls for solving a lot of industrial applications in control
systems, and then the linear systems gave us a huge increase in applying automatic
linear control on industrial application. One of the most recent methods for control-
ling industrial applications is intelligent control, which is based on human behavior
or concerning natural process.
VIP專區-嵌入式/單片機編程源碼精選合集系列(65)資源包含以下內容:1. DM9161應用電路原理圖來自DAVICOM網站。需要的可以自由下載.2. ALTERA CPLD器件的配置與下載,貢獻給初學習者,非長有用.3. This design package includes reference materials for creating a
USB - PS/2 combination mouse that a.4. 字符表示的十六進制數轉化為相應的整數   
錯誤則返回    -1   .5. C51的12864m.6. 8個字LED點陣的顯示程序.7. 51+ch375超級經典的U盤讀寫程序嘿嘿趕快下載把.8. PWM控制電機C程序-已通過實驗測試
PWM控制精確控制電機的轉動..9. C51串口單工通訊程序一成功通過測試,請放心下載.10. 來自網上好心人的好東東,關于SD卡讀寫的,內附protel原理圖.11. 設計輸入
! 多種設計輸入方法
– Quartus II
• 原理圖式圖形設計輸入
• 文本編輯
– AHDL, VHDL, Verilog
• 內存編輯
.12. 全是FPGA的例子 對大家應該有好處 大家趕快下把 知識不等人.13. 此為編程代碼示例.14. 此為編程代碼示例.15. 我在spartan-3e starter kit 的板上實現了mc8051.16. 完成MP3播放功能.17. 一個關于實時時鐘驅動方面的程序(ARM7).18. 遍歷二叉樹的4個非遞歸算法
vc編程基礎.19. 快速排序的非遞歸算法
vc編程練習.20. 雷達高頻接收機.21. 我的開發板的所有測試程序.22. ps2的驅動.23. 密度測試儀的源碼.24. 本程序主要內容18b20+s52+uart單點測溫詳細c51程序.25. CPLD 9536 程序
我自己用的代碼.
VHDL語言.26. AMD嵌入式處理器AU1200開發板原理圖.27. cpld3128開發板的原理圖 很有用,已經做成PCB,需要的話可以聯系我.28. ertfs文件系統里面既有完整ucos程序.29. 基于atmega128的交通信號燈控制程序.30. 利用軟件編寫的I2C傳輸界面程序,適用于現有4位機等匯編語言中!.31. I2C控制程序,供大家學習參考,使用時根據自己的系統修改..32. This designs uses a Nios II system to demonstrate how to read from the SD card. The software reads W.33. his design is the initial design when the board is powered-up. It increments a counter and displays.34. 用于多于9個串口的ce驅動程序。時間倉促。可以參考.35. CSD卡的dos驅動程序源碼.36. ADT700的小程序.37. 嵌入式的小程序.38. 基于cpld的hdb3編碼器
基于cpld的hdb3編碼器.39. 基于cpld的交通燈設計
?赾pld的交通燈設計.40. 用于ARM9系列的S3C2440A的bootloader,Linux平臺.
Here s the code! Too many people ask for this
Using this code you can save an image item as a jpeg image, specifying the quality of it. Jpeg quality is the same as compression so the lower the quality, the smaller the file size. It s simple to use
A general technique for the recovery of signicant
image features is presented. The technique is based on
the mean shift algorithm, a simple nonparametric pro-
cedure for estimating density gradients. Drawbacks of
the current methods (including robust clustering) are
avoided. Feature space of any nature can be processed,
and as an example, color image segmentation is dis-
cussed. The segmentation is completely autonomous,
only its class is chosen by the user. Thus, the same
program can produce a high quality edge image, or pro-
vide, by extracting all the signicant colors, a prepro-
cessor for content-based query systems. A 512 512
color image is analyzed in less than 10 seconds on a
standard workstation. Gray level images are handled
as color images having only the lightness coordinate
Image Compression
A collection of simple routines for image compression using different techniques.
圖象壓縮的不同方法
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
IMCOMPR:
Image compression based on Singular Value Decomposition.
The given codes can be also used in 2D noise suppression.
Notes:
The function "conv2fft" performs a 2D FFT-based convolution.
Type "help conv2fft" on Matlab command window for more informations.