亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Image-<b>Descriptions</b>-for-Browsing-a

  • USB Demonstration for DK3200 w

    The μPSD32xx family, from ST, consists of Flash programmable system devices with a 8032 MicrocontrollerCore. Of these, the μPSD3234A and μPSD3254A are notable for having a complete implementationof the USB hardware directly on the chip, complying with the Universal Serial Bus Specification, Revision1.1.This application note describes a demonstration program that has been written for the DK3200 hardwaredemonstration kit (incorporating a μPSD3234A device). It gives the user an idea of how simple it is to workwith the device, using the HID class as a ready-made device driver for the USB connection.IN-APPLICATION-PROGRAMMING (IAP) AND IN-SYSTEM-PROGRAMMING (ISP)Since the μPSD contains two independent Flash memory arrays, the Micro Controller Unit (MCU) can executecode from one memory while erasing and programming the other. Product firmware updates in thefield can be reliably performed over any communication channel (such as CAN, Ethernet, UART, J1850)using this unique architecture. For In-Application-Programming (IAP), all code is updated through theMCU. The main advantage for the user is that the firmware can be updated remotely. The target applicationruns and takes care on its own program code and data memory.IAP is not the only method to program the firmware in μPSD devices. They can also be programmed usingIn-System-Programming (ISP). A IEEE1149.1-compliant JTAG interface is included on the μPSD. Withthis, the entire device can be rapidly programmed while soldered to the circuit board (Main Flash memory,Secondary Boot Flash memory, the PLD, and all configuration areas). This requires no MCU participation.The MCU is completely bypassed. So, the μPSD can be programmed or reprogrammed any time, anywhere, even when completely uncommitted.Both methods take place with the device in its normal hardware environment, soldered to a printed circuitboard. The IAP method cannot be used without previous use of ISP, because IAP utilizes a small amountof resident code to receive the service commands, and to perform the desired operations.

    標簽: Demonstration 3200 USB for

    上傳時間: 2014-02-27

    上傳用戶:zhangzhenyu

  • 基于FPGA+DSP模式的智能相機設計

    針對嵌入式機器視覺系統向獨立化、智能化發展的要求,介紹了一種嵌入式視覺系統--智能相機。基于對智能相機體系結構、組成模塊和圖像采集、傳輸和處理技術的分析,對國內外的幾款智能相機進行比較。綜合技術發展現狀,提出基于FPGA+DSP模式的硬件平臺,并提出智能相機的發展方向。分析結果表明,該系統設計可以實現脫離PC運行,完成圖像獲取與分析,并作出相應輸出。 Abstract:  This paper introduced an embedded vision system-intelligent camera ,which was for embedded machine vision systems to an independent and intelligent development requirements. Intelligent camera architecture, component modules and image acquisition, transmission and processing technology were analyzed. After comparing integrated technology development of several intelligent cameras at home and abroad, the paper proposed the hardware platform based on FPGA+DSP models and made clear direction of development of intelligent cameras. On the analysis of the design, the results indicate that the system can run from the PC independently to complete the image acquisition and analysis and give a corresponding output.

    標簽: FPGA DSP 模式 智能相機

    上傳時間: 2013-10-24

    上傳用戶:bvdragon

  • PCB Design Considerations and Guidelines for 0.4mm and 0.5mm WLPs

    Abstract: Using a wafer-level package (WLP) can reduce the overall size and cost of your solution.However when using a WLP IC, the printed circuit board (PCB) layout can become more complex and, ifnot carefully planned, result in an unreliable design. This article presents some PCB designconsiderations and general recommendations for choosing a 0.4mm- or 0.5mm-pitch WLP for yourapplication.

    標簽: Considerations Guidelines and Design

    上傳時間: 2013-11-09

    上傳用戶:ls530720646

  • 基于FPGA+DSP模式的智能相機設計

    針對嵌入式機器視覺系統向獨立化、智能化發展的要求,介紹了一種嵌入式視覺系統--智能相機。基于對智能相機體系結構、組成模塊和圖像采集、傳輸和處理技術的分析,對國內外的幾款智能相機進行比較。綜合技術發展現狀,提出基于FPGA+DSP模式的硬件平臺,并提出智能相機的發展方向。分析結果表明,該系統設計可以實現脫離PC運行,完成圖像獲取與分析,并作出相應輸出。 Abstract:  This paper introduced an embedded vision system-intelligent camera ,which was for embedded machine vision systems to an independent and intelligent development requirements. Intelligent camera architecture, component modules and image acquisition, transmission and processing technology were analyzed. After comparing integrated technology development of several intelligent cameras at home and abroad, the paper proposed the hardware platform based on FPGA+DSP models and made clear direction of development of intelligent cameras. On the analysis of the design, the results indicate that the system can run from the PC independently to complete the image acquisition and analysis and give a corresponding output.

    標簽: FPGA DSP 模式 智能相機

    上傳時間: 2013-11-14

    上傳用戶:無聊來刷下

  • Demo程序經Keil701編譯后

    Demo程序經Keil701編譯后,代碼量為7-8K,可直接在KeilC51上仿真運行。 使用方法:解壓后雙擊yy項目,點調試即可在串口仿真看到結果。 Demo程序創建了3個任務A、B、C優先級分別為2、3、4,A每秒顯示一次,B每3秒顯示一次,C每6秒顯示一次。從顯示結果看,顯示3個A后顯示1個B,顯示6個A和2個B后顯示1個C,結果顯然正確。用戶可以仿照范例運用更多系統API函數寫出自己的程序。只要程序中有顯示語句就可以用軟件仿真器看結果。注意:系統提供的顯示函數是并發的,他不是直接顯示到串口,而是先輸出到顯存,用戶不必擔心IO慢速操作影響程序運行。串口輸入也采用了同樣的技術,他使得用戶在CPU忙于處理其他任務時照樣可以盲打輸入命令。 將EXL2-shell目錄下的文件覆蓋yy目錄下的同名文件,將word.c、yyshell.c、yyshellsub.c、mystring.c加入項目,刪除yy1.c,編譯后調試即可。輸入help可得到在線幫助,具體命令用法見文章說明。 yangye網友推薦http://www.sics.se/~adam/lwip/網站學習TCPIP,該網站開放源代碼的lwip是專為8bit和16bitMCU設計的TCPIP協議棧,已在多種CPU上移植成功,推薦大家下載。

    標簽: Demo Keil 701 程序

    上傳時間: 2014-11-01

    上傳用戶:hopy

  • 最新的支持向量機工具箱

    最新的支持向量機工具箱,有了它會很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Learning Theory", Springer-Verlag, New York, ISBN 0-387-94559-8, 1995. [2] J. C. Platt, "Fast training of support vector machines using sequential minimal optimization", in Advances in Kernel Methods - Support Vector Learning, (Eds) B. Scholkopf, C. Burges, and A. J. Smola, MIT Press, Cambridge, Massachusetts, chapter 12, pp 185-208, 1999. [3] T. Joachims, "Estimating the Generalization Performance of a SVM Efficiently", LS-8 Report 25, Universitat Dortmund, Fachbereich Informatik, 1999.

    標簽: 支持向量機 工具箱

    上傳時間: 2013-12-16

    上傳用戶:亞亞娟娟123

  • RSA算法 :首先, 找出三個數, p, q, r, 其中 p, q 是兩個相異的質數, r 是與 (p-1)(q-1) 互質的數...... p, q, r 這三個數便是 person_key

    RSA算法 :首先, 找出三個數, p, q, r, 其中 p, q 是兩個相異的質數, r 是與 (p-1)(q-1) 互質的數...... p, q, r 這三個數便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 這個 m 一定存在, 因為 r 與 (p-1)(q-1) 互質, 用輾轉相除法就可以得到了..... 再來, 計算 n = pq....... m, n 這兩個數便是 public_key ,編碼過程是, 若資料為 a, 將其看成是一個大整數, 假設 a < n.... 如果 a >= n 的話, 就將 a 表成 s 進位 (s

    標簽: person_key RSA 算法

    上傳時間: 2013-12-14

    上傳用戶:zhuyibin

  • C++完美演繹 經典算法 如 /* 頭文件:my_Include.h */ #include <stdio.h> /* 展開C語言的內建函數指令 */ #define PI 3.141

    C++完美演繹 經典算法 如 /* 頭文件:my_Include.h */ #include <stdio.h> /* 展開C語言的內建函數指令 */ #define PI 3.1415926 /* 宏常量,在稍后章節再詳解 */ #define circle(radius) (PI*radius*radius) /* 宏函數,圓的面積 */ /* 將比較數值大小的函數寫在自編include文件內 */ int show_big_or_small (int a,int b,int c) { int tmp if (a>b) { tmp = a a = b b = tmp } if (b>c) { tmp = b b = c c = tmp } if (a>b) { tmp = a a = b b = tmp } printf("由小至大排序之后的結果:%d %d %d\n", a, b, c) } 程序執行結果: 由小至大排序之后的結果:1 2 3 可將內建函數的include文件展開在自編的include文件中 圓圈的面積是=201.0619264

    標簽: my_Include include define 3.141

    上傳時間: 2014-01-17

    上傳用戶:epson850

  • 一元稀疏多項式計算器[加法和乘法] 問題描述: 設計一元系數多項式計數器實現兩個多項式間的加法、減法。 基本要求: (1) 輸入并建立多項式 (2) 輸出多項式

    一元稀疏多項式計算器[加法和乘法] 問題描述: 設計一元系數多項式計數器實現兩個多項式間的加法、減法。 基本要求: (1) 輸入并建立多項式 (2) 輸出多項式,輸出形式為整數序列:n,c1,e1,c2,e2……cn,en,其中n是多項式的項數,ci,ei分別為第i項的系數和指數。序列按指數降序排列。 (3) 多項式a和b相加,建立多項式a+b,輸出相加的多項式。 (4) 多項式a和b相減,建立多項式a-b,輸出相減的多項式。 用帶表頭結點的單鏈表存儲多項式。 測試數據: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)

    標簽: 多項式 加法 稀疏 乘法

    上傳時間: 2013-12-03

    上傳用戶:561596

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    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

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线观看日韩一区| 欧美激情视频免费观看| 在线观看亚洲精品| 国产亚洲a∨片在线观看| 国产午夜精品一区二区三区欧美| 国产精品久久久久天堂| 国产亚洲精品aa| 亚洲国产日韩欧美综合久久| 日韩视频一区二区三区在线播放免费观看 | 亚洲欧美综合一区| 亚洲欧美激情视频在线观看一区二区三区| 一本色道久久综合一区| 篠田优中文在线播放第一区| 久久综合九色综合久99| 女人香蕉久久**毛片精品| 欧美午夜精品久久久久久孕妇 | 亚洲午夜一区| 午夜久久电影网| 欧美 日韩 国产 一区| 国产精品久久久久久影院8一贰佰| 国产一区二区无遮挡| 亚洲高清一二三区| 久久亚洲色图| 亚洲一区在线免费| 久久久久亚洲综合| 欧美日韩精品免费观看| 欧美黄色网络| 国产精品亚洲综合天堂夜夜| 国产欧美一区二区白浆黑人| 国产精品免费aⅴ片在线观看| 欧美午夜精品久久久久久浪潮| 欧美日韩一区二区免费视频| 国产亚洲精品久久久久婷婷瑜伽 | 欧美日韩国产黄| 欧美日韩不卡视频| 国产亚洲一本大道中文在线| 在线性视频日韩欧美| 久久亚洲综合| 久久综合狠狠综合久久综合88| 亚洲影院在线观看| 欧美一区二区三区在线播放| 欧美成人久久| 国产精品高潮视频| 一区二区日韩伦理片| 六月天综合网| 国产精品国产三级欧美二区| 日韩特黄影片| 欧美精品一区三区| 国产九区一区在线| 在线亚洲欧美专区二区| 欧美一区二区精美| 国产精品视频免费| 亚洲欧美国产毛片在线| 国产精品视频久久一区| 亚洲六月丁香色婷婷综合久久| 久久国产主播| 一区二区三区在线观看欧美| 久久网站热最新地址| 国产一区二区精品久久| 欧美激情亚洲另类| 亚洲国产精品日韩| 欧美黑人多人双交| 99国产精品| 欧美日韩国产精品自在自线| 99视频日韩| 国产精品久久久久久久久免费| 国产精品99久久久久久久久| 欧美日韩99| 亚洲欧美日韩精品在线| 国产精品尤物| 免费一级欧美片在线观看| 99re视频这里只有精品| 欧美日韩aaaaa| 在线综合亚洲欧美在线视频| 国产日韩欧美一区二区三区在线观看| 久久久久一区二区三区| 亚洲毛片在线观看| 国产欧美大片| 欧美sm重口味系列视频在线观看| av成人激情| 国产亚洲毛片| 欧美日本国产| 久久精品国产成人| 一区二区视频免费在线观看| 欧美日韩亚洲系列| 久久精品水蜜桃av综合天堂| 亚洲人成在线观看网站高清| 国产欧美日本一区二区三区| 久久亚洲一区二区三区四区| a91a精品视频在线观看| 国产精品一区二区a| 欧美成人亚洲| 亚洲欧美成人网| 一区二区免费看| 亚洲高清在线观看一区| 欧美黄色日本| 欧美专区18| 一本色道久久综合狠狠躁篇怎么玩 | 亚洲精品少妇30p| 欧美视频一区在线观看| 老色鬼久久亚洲一区二区 | 国产一区美女| 欧美日韩第一区| 久久九九全国免费精品观看| 亚洲精品日韩综合观看成人91 | 欧美一区成人| 国产一区二区三区无遮挡| 久久国产加勒比精品无码| 日韩午夜在线观看视频| 国产美女精品人人做人人爽| 免费观看不卡av| 黑人巨大精品欧美一区二区小视频 | 国产精品捆绑调教| 在线看无码的免费网站| 久久国产一区二区| 亚洲男女自偷自拍| 国产精品区免费视频| 亚洲黄页视频免费观看| 亚洲国产精品久久久久秋霞影院| 国产精品亚洲产品| 一区二区三区视频在线观看| 欧美精品激情blacked18| 亚洲高清视频一区| 久久久久久久999精品视频| 一色屋精品亚洲香蕉网站| 欧美第一黄网免费网站| 影音先锋久久精品| 久久九九热re6这里有精品| 欧美精品一区二区精品网| 91久久久久久| 欧美日韩精品一区视频 | 国产精品毛片va一区二区三区 | 在线观看一区二区视频| 久久久久九九视频| 亚洲乱码国产乱码精品精98午夜| 欧美日韩国产电影| 久久久精品五月天| 99国产精品自拍| 国产精品久久久亚洲一区| 免费不卡在线视频| 99精品免费网| 狠狠入ady亚洲精品经典电影| 欧美日韩国产区一| 中文精品视频一区二区在线观看| 国产欧美亚洲一区| 国产精品第2页| 欧美精品乱码久久久久久按摩| 久久精品国产欧美亚洲人人爽| 狠狠88综合久久久久综合网| 快she精品国产999| 亚洲欧美精品suv| 黄色成人小视频| 欧美日韩国产区一| 欧美一区二区精品| 亚洲一级片在线看| 一本综合久久| 在线看欧美日韩| 欧美视频在线观看免费网址| 久久福利电影| 亚洲成色777777女色窝| 欧美精品1区2区| 欧美久久久久久久久| 欧美成人一区二区三区| 国产精品成人免费| 欧美激情网友自拍| 亚洲在线1234| 99国产麻豆精品| 狠狠色综合网站久久久久久久| 欧美视频中文在线看| 久久久久国产精品麻豆ai换脸| 亚洲精品国精品久久99热| 国产欧美日韩麻豆91| 欧美视频一区二区| 国产精品高潮粉嫩av| 国产精品网站在线观看| 国产午夜久久久久| 极品日韩久久| 日韩一级在线观看| 亚洲综合欧美日韩| 欧美一区二区三区男人的天堂| 欧美一区二区高清| 久久精品国产亚洲一区二区| 亚洲欧美日韩精品综合在线观看| 亚洲一区二区三区精品视频| 亚洲一区二区三区久久 | 国产日韩一区二区三区在线| 国产欧美日韩综合| 国产精品美女主播| 国产亚洲欧美一区在线观看| 国产精品亚洲第一区在线暖暖韩国| 国产精品福利网站| 久久婷婷亚洲| 久久成年人视频| 欧美在线一二三四区| 亚洲午夜久久久久久久久电影院| 亚洲国产精品一区二区第四页av | 日韩一区二区精品| 亚洲系列中文字幕| 亚洲伊人久久综合| 欧美在线观看视频一区二区三区 |