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

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

Run

  • 基于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

    上傳用戶:無聊來刷下

  • 三菱FX-PLC的通訊協議參考(含有源碼)

    三菱FX-PLC 的通訊協議參考(含有源碼):三菱FX 系列PLC 專用協議通信指令一覽FX 系列PLC 專用協議通信指令一覽以下將詳細列出PLC 專用協議通信的指令指令 注釋BR 以1 點為單位,讀出位元件的狀態WR 以16 點為單位,讀出位元件的狀態,或以1 字為單位讀出字元件的值BW 以1 點為單位,寫入位元件的狀態WW 以16 點為單位,寫入位元件的狀態或以1 字為單位寫入值到字元件BT 以1 點為單位,SET/RESET 位元件WT 以16 點為單位,SET/RESET 位元件,或寫入值到字元件RR 控制PLC 運行RunRS 控制PLC 停止STOPPC 讀出PLC 設備類型TT 連接測試注:位元件包括X,Y,M,S 以及T,C 的線圈等字元件包括D,T,C,KnX,KnY,KnM 等。

    標簽: FX-PLC 三菱 通訊協議 有源

    上傳時間: 2015-01-02

    上傳用戶:gdgzhym

  • 摘要  ? ? ? ?     設計時的自動化加快了編碼

    摘要  ? ? ? ?     設計時的自動化加快了編碼,并保證所有過程都用相同的命名規范和結構來生成。為了在大型 SQL 項目中盡量提高編碼的效率,作者編寫了一系列的設計時(design-time)存儲過程,用它們來生成運行時(Run-time)存儲過程,并一直在工程中使用。最近,作者更新了其存儲過程以便使用 SQL Server 2000 的特性,其中包括用戶定義函數。本文所及內容涵蓋創建并執行這些動態 T-SQL 腳本以使普通的數據庫存儲過程編碼自動化。

    標簽: 計時 自動化 編碼

    上傳時間: 2014-01-11

    上傳用戶:遠遠ssad

  • S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --

    S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --- show or set current time setweek --- set weekday clock --- show system Running clock setmclk --- set system Running clock setbaud ------ set baud rate ipcfg ------ show or set IP address load ------ load file to ram comload ------ load file from serial port Run ------ Run from sdram prog ------ program flash copy ------ copy flash from src to dst address boot ------ boot from flash backup ------ move bios to the top of flash md ------ show memory data move ------ move program from flash to sdram

    標簽: help date show current

    上傳時間: 2015-01-22

    上傳用戶:ANRAN

  • The Gray Watson debugging malloc library is C source code for a drop in replacement for the system m

    The Gray Watson debugging malloc library is C source code for a drop in replacement for the system malloc & other memory manage ment routines. What is unique about this library is that it contains a number of powerful debugging facilities including very comprehensive heap testing and ex- cellent Run-time debugging information.

    標簽: replacement debugging for library

    上傳時間: 2015-02-05

    上傳用戶:TF2015

  • URL編程例子

    URL編程例子,通過IP獲取計算機名字。運行方法:1. Compile: javac GetHost 2. Run: java GetHost 111.111.111.1(your IP or others)

    標簽: URL 編程

    上傳時間: 2015-02-13

    上傳用戶:徐孺

  • a very simple program that prints "Hello World" to the serial port of the 8051. When you can success

    a very simple program that prints "Hello World" to the serial port of the 8051. When you can successfully build and Run this program, you have used the entire toolset including:

    標簽: the program success simple

    上傳時間: 2013-11-26

    上傳用戶:stampede

  • 用java開發終端平臺上的Application程序

    用java開發終端平臺上的Application程序, 比使用C++,Delphi等語言更加容易。 java語言似乎天生就適合團隊開發。但是,擺在廣大java開發者面前的一個難題是,客戶端必須安裝JRE。真的必須安裝JRE嗎?其實你可以不裝,只要使用Java Runner,無論在哪里,你的程序都可以Run起來。

    標簽: Application java 程序

    上傳時間: 2014-11-01

    上傳用戶:qiaoyue

  • 這是一個測試Timer類用法的程序.程序會隨機產生10個時間

    這是一個測試Timer類用法的程序.程序會隨機產生10個時間, 并在時間到的時候出發Task類對象中的Run方法

    標簽: Timer 程序 測試 隨機

    上傳時間: 2015-03-21

    上傳用戶:wl9454

  • 安全小知識:Rundll.exe是病毒嗎?Rundll32.exe和Rundll.exe的區別所謂Rundll.exe

    安全小知識:Rundll.exe是病毒嗎?Rundll32.exe和Rundll.exe的區別所謂Rundll.exe,可以把它分成兩部分,Run(運行)和DLL(動態數據庫),所以,此程序的功能是運行那些不能作為程序單獨運行的DLL文件。而Rundll32.exe則用來運行32位DLL文件。Windows 2000/XP都是NT內核系統,其代碼都是純32位的,所以在這兩個系統中,就沒有Rundll.exe這個程序。

    標簽: Rundll exe 32 病毒

    上傳時間: 2014-01-24

    上傳用戶:caiiicc

主站蜘蛛池模板: 淮南市| 商水县| 博客| 东平县| 黄陵县| 巴塘县| 平度市| 西充县| 昌平区| 溧水县| 化德县| 探索| 奎屯市| 内黄县| 建阳市| 临江市| 耿马| 天气| 天台县| 惠州市| 缙云县| 海安县| 璧山县| 环江| 乌恰县| 南汇区| 保康县| 青田县| 铜山县| 容城县| 安福县| 根河市| 铁力市| 民和| 霍邱县| 轮台县| 绥中县| 宜君县| 阜康市| 和林格尔县| 邵武市|