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

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

Experiment

  • The concept of the Altera Nios II embedded processor implementation inside Field Programmable Gate A

    The concept of the Altera Nios II embedded processor implementation inside Field Programmable Gate Array [FPGA] of the CCD camera for the “Pi of the Sky” Experiment is presented. The digital board of the CCD camera, its most important components, current implementation of firmware [VHDL] inside the FPGA and the role of external 8051 microcontroller is briefly described. The main goal of the presented work is to get rid of the external microcontroller and to design new system with Nios II processor built inside FPGA chip. Constraints for implementing the design into the existing camera boards are discussed. New possibilities offered by a larger FPGA for next generation of cameras are considered.

    標簽: implementation Programmable processor embedded

    上傳時間: 2014-01-02

    上傳用戶:dyctj

  • The major functionality added in this release includes: - Rootless mode in X11 - Widget Templt

    The major functionality added in this release includes: - Rootless mode in X11 - Widget Templtes [both compiled and XML] As always, this isn t meant to be a stable release, it is only provided so people can more easily Experiment with PicoGUI and possibly help in its development. Some of the more significant known bugs: - The PicoGUI laucher may not work right now, it s undergoing some change. - Several of the apps included here are not finished, not started, or otherwise broken. - There is a redrawing bug that may cause flickering on some platforms

    標簽: functionality Rootless includes release

    上傳時間: 2014-01-03

    上傳用戶:gxmm

  • 用三點法實現機器人三維位置測量的研究

    用三點法實現機器人三維位置測量的研究摘 要 :提 出 了一 種 微 小 爬 壁 機 器 人 三 維 位 置 測 量 的新 方 法 。筆 者 通 過 深 入 分 析 研 究各 種 位 置 測 控 方 法 與 系 統 ,提 出采 用單 目視 覺方 法 中的 聚 焦法 ,以 CCD作 為 傳 感 器 ,用 三 點 法 實現 對 機 器 人 的 三 維 位 置 測 量 。 驗 證性 實驗 結果表 明 ,本研 究提 出的測 量原 理和 系統是 正 確 可行 的 。 關鍵詞 :機 器人 ;位置 測量 ;CCD傳 感 器 ;單 目視 覺 ;攝 像 機 標 定 中 圖分 類 號 :TP242.6 文 獻 標 識 碼 :B Abstract:A new 3D position measurementmethod Ofa wall—climbing micro robothas been researched.Researc— hing on the various position measuring and controlling method,theauthorhasputforwardanewprojecttomeas— ure the 3D position of the robot,in which the focusing method with singlecamera and CCD sensorhasbeen used to getthe position information.The elementary Experiment has verified the principle and the system. Key words:robot;position detection;CCD sensor;single camera vision;camera caiibration 位置測量技 術是智 能機 器人 的關鍵 技術 ,是各 種 機器人控 制系統 中極 為重 要 的環節 ,也 是 國內外研 究 的熱點所 在。 按 照測試 系統 與被 測機 器 人 的關 系 ,可 以將位 置 測量技術 分為接觸 式和非接觸式 兩大類 。接觸 式測量 系統 由于在測 量過程 中或多或少地 對機器人施 加 了載 荷 ,因而僅適用于靜 態 位置測 量 。而動 態 位 置測量 系 統 主要分 5類 :①激光跟蹤 系統 ;@ CCD交 互測量 收 稿 日期 :2001—07—03 基 金項 目:國家 863高科技 研 究 資助 項 目(9804-06);教 育 部 高 等 學校 骨干教 師 資助 計 3t,j項 目 作者 簡 介 :張 智海 (1973一 ),男 ,工 學碩 士 ,主 要 研 究 方 向 為 智 能 機 器人 測 控 技 術 。 系統 ;③ 超聲波 測量 系統 ;④ PSD(positionsensitivede— vice)位 置 測 量 系統 ;⑤ 帶 有 接 近覺 傳 感 器 的 測量 系 統 。位置測量 還可 以從另一個分類 角度劃分為主動式 測量和被動 式測 量 。主動式測 量主要可 以分為結 構光方法和激光 自動聚焦法兩類 。被 動式測量 主要 可 以分為雙 目視 覺 、三 目視覺 、單 目視覺 等方法 。 對 比以上各種方法 的 優缺 點 ,針對 筆者 研制 的微 小爬壁機器人 的空 間三 維位 置 測量 的要 求 ,測量 系統 必須滿足尺 寸小 、分 辨率 高 、穩定 性 和可 靠性 好 、時 間 響應快等特 點 ,提 出了采用 單 目視覺方法 中的聚焦法 , 選用 CCD作 為傳感器 ,用 三點法實現對機器人 的三維 位置測量 ,并用 Matlab和 V

    標簽: 機器人

    上傳時間: 2022-02-12

    上傳用戶:

  • 高清電子書-C++ Primer Plus 第6版英文版 1438頁

    高清電子書-C++ Primer Plus, 第6版英文版 1438頁Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the traditional procedural programming.The fifth edition of this book described the language as set forth in the ISO C++ standards, informally known as C++99 and C++03, or, sometimes as C++99/03. (The 2003 version was largely a technical correction to the 1999 standard and didn’t add any new features.) Since then, C++ continues to evolve.As this book is written, the international C++ Standards Committee has just approved a new version of the standard.This standard had the informal name of C++0x while in development, and now it will be known as C++11. Most contemporary compilers support C++99/03 quite well, and most of the examples in this book comply with that standard. But many features of the new standard already have appeared in some implementations, and this edition of C++ Primer Plus explores these new features. C++ Primer Plus discusses the basic C language and presents C++ features, making this book self-contained. It presents C++ fundamentals and illustrates them with short, to-the-point programs that are easy to copy and Experiment with.You learn about input/output (I/O), how to make programs perform repetitive tasks and make choices, the many ways to handle data, and how to use functions.You learn about the many features C++ has added to C, including the followi

    標簽: C++

    上傳時間: 2022-02-19

    上傳用戶:trh505

  • 基于FPGA設計的相關論文資料大全 84篇

    基于FPGA設計的相關論文資料大全 84篇用FPGA實現FFT的研究 劉朝暉  韓月秋 摘 要 目的 針對高速數字信號處理的要求,給出了用現場可編程門陣列(FPGA)實現的 快速傅里葉變換(FFT)方案.方法 算法為按時間抽取的基4算法,采用遞歸結構的塊浮點運 算方案,蝶算過程只擴展兩個符號位以適應雷達信號處理的特點,乘法器由陣列乘法器實 現.結果 采用流水方式保證系統的速度,使取數據、計算旋轉因子、復乘、DFT等操作協 調一致,在計算、通信和存儲間取得平衡,避免了瓶頸的出現.結論 實驗表明,用FPGA 實現高速數字信號處理的算法是一個可行的方案. 關鍵詞 離散傅里葉變換; 快速傅里葉變換; 塊浮點運算; 可編程門陣列 分類號 TP39; TN957.511 Implementation of FFT with FPGA Technology Liu Zhaohui  Han Yueqiu (Department of Electronics Engineering, Beijing Institute of Technology, Beijing 100081) Abstract Aim To propose a scheme for implementing FFT with FPGA in accor-dance with the requirement for high speed digital signal processing. Methods The structure of FPGA and requirement of system were considered in the Experiment, radix-4 algorithm of DIT and recursive structure were adopted. The group float point arithmetic operation was used in the butterfly and the array multiplier was used to realize multiplication. Results The pipeline pattern was used to ensure the system speed, it made fetching data, calculating twiddle factor, complex multiplication and D

    標簽: fpga

    上傳時間: 2022-03-23

    上傳用戶:

  • 用IAP技術在線升級STM32單片機固件

    針對嵌入式產品程序更新問題,提出了一種基于IAP技術的STM32單片機在線固件升級方案,設計了STM32單片機最小系統硬件電路和USB轉串口通信電路,并給出了Bootloader程序、APP程序、PC上機程序的實現流程.實驗結果表明,該方案具有簡單實用、穩定性高、維護成本低和設備使用效率高的特點,適用于嵌入式產品升級.For the problem of updating embedded products program,an online firmware upgrade scheme of STM32 single chip microcomputer based on IAP technology is proposed.This scheme not only elaborates the principle of IAP technology in detail but also provides the design of the minimum system hardware circuit of STM32 MCU,the design of USB for serial communication circuit,and the implementation flow of Bootloader program,APP program and PC program.The Experiment results show that the scheme is simple,practical and highly stable.In addition,it can be used to actual embedded product upgrading,significantly reducing maintenance costs and improving the efficiency of equipment.

    標簽: iap stm32 單片機

    上傳時間: 2022-03-25

    上傳用戶:

  • 基于AT89C52的農業溫濕度智能控制系統設計

    設計了農業溫濕度智能控制系統,該系統采用DHT11溫濕度傳感器作為溫濕度采集模塊,單片機選用AT89C52代替并調用Virtual terminal模擬串口通信,LCD1604液晶顯示器實時顯示溫濕度,實現了溫濕度的測量、顯示,可自動控制加熱、降溫、加濕、通風,實現溫濕度控制以及超限報警處理,并利用Proteus與Keil進行實際電路的仿真。試驗表明,該系統實現了可靠的溫濕度監控。We described the design of an intelligent control system of agriculture temperature and humidity.The system uses DHT11 temperature and humidity sensor as the temperature and humidity acquisition module.The SCM adopts AT89C52 to replace and call the virtual terminal for simulating serial communication.LCD1604 displays temperature and humidity in real time,which implements the measurement and display of temperature and humidity.The system is able to automatically control heating,cooling,humidification and ventilation,to achieve temperature and humidity control and over-limit alarm processing.The system also uses Proteus and Keil for actual circuit simulation.The Experiment shows that the system is capable of reliable temperature and humidity monitoring.

    標簽: at89c52 溫濕度智能控制系統

    上傳時間: 2022-03-26

    上傳用戶:aben

  • 基于LabVIEW和單片機的自動控制系統綜合實驗

    設計了自動控制系統綜合實驗案例“基于LabVIEW和單片機的溫度控制系統設計”。實驗系統硬件部分由單片機、溫度傳感器、D/A轉換模塊、調壓模塊和電烤箱組成,設計了單片機與各個模塊之間的接口電路。軟件部分采用LabVIEW軟件實現控制算法,并設計監控界面實現參數設定、溫度數據實時監控等功能。設計了單片機與LabVIEW軟件之間的串口通信程序,實現了輸入、輸出數據的傳輸。通過綜合實驗系統設計,使學生得到控制系統設計和實驗調試等綜合能力的訓練。A comprehensive Experimental case of the automatic control system is presented,which is the design of the temperature control system based on LabVIEW and SCM.The hardware part of the Experimental system is composed of the SCM,temperature sensor,D/A conversion module,voltage regulating module and electric oven.The interface circuit between the SCM and each module is designed.In the software part,LabVIEW software is used to realize the control algorithm,and the monitoring interface is designed to realize the functions of parameter setting,temperature data real-time monitoring,etc.The serial communication program between the SCM and LabVIEW software is designed to realize the transmission of input and output data.Through the design of this comprehensive Experimental system,students can get the comprehensive ability training for the control system design,Experiment debugging,etc.

    標簽: labview 單片機 自動控制系統

    上傳時間: 2022-03-27

    上傳用戶:qdxqdxqdxqdx

  • 基于STM32的智能小車四輪驅動控制系統設計

    在傳統智能小車驅動電路設計中,較多考慮使用直流電機還是步進電機,電機功率、能耗等性能參數。使用具有armCortexM4內核的STM32嵌入式平臺控制四輪的4個直流電機。文章基于PWM技術及PID算法,對四輪進行精準地速度、轉向及啟??刂?實驗表明此小車具有優越各種地形適應能力。In the traditional intelligent car drive circuit design,DC motor or stepping motor,motor power,energy consumption and other performance parameters are considered.The four DC motors with four wheels are controlled by STM32 embedded platform with arm Cortex M4 kernel.Based on the PWM technology and PID algorithm,the accurate ground speed,steering,and start-stop control of the four wheels are carried out.The Experiment shows that the vehicle has the superior adaptability to all kinds of terrains.

    標簽: stm32 智能小車 控制系統

    上傳時間: 2022-04-02

    上傳用戶:

  • 基于Multisim和LabVIEW的虛實結合數字電路實驗教學

    實驗教學一直是工科教學中不可或缺的組成部分,對培養學生的動手能力,獨立思考能力,創新思維與發散思維具有重要的作用。針對目前電路教學實驗中電路仿真實驗與實物電路實驗各自獨立,無法統一問題,提出將仿真電路實驗與實物電路實驗有機的結合同步操作,并使用Web發布實現遠程實驗操作。采用Multisim作為電路實驗仿真平臺,NI Eiviss II作為實物電路實驗硬件平臺,運用LabVIEW整合Multisim電路仿真實驗與實物電路實驗,實現仿真與實物實驗有機結合,兩種實驗可同步進行。學生在仿真實驗中先可探索實驗,然后做實物實驗。同時運用LabVIEW開發出實驗過程人機交互操作接口界面,使用過程中效果良好。Experimental teaching has always been an indispensable part of engineering education.And it always plays an important role in cultivating students'practical ability,independent thinking ability,innovative thinking and divergent thinking.But simulation Experiment and physical Experiment cannot be unified in the circuit teaching Experiment at present.In order to solve this problem,this paper proposes to combine organically the simulation circuit Experiment with physical circuit Experiment,and synchronously operate them.This paper uses the WEB publishing to achieve remote Experimental operation.Multisim is used as the circuit simulation platform,and NI Eiviss II is used as the physical circuit hardware platform.Multisim circuit simulation Experiment and physical circuit Experiment are implemented by LabVIEW to realize the combination of simulation Experiment and physical Experiment.Students do explore Experiments in simulation Experiment firstly,and then do physical Experiment.And this paper uses LabVIEW to develop the Experimental man-machine interface.

    標簽: multisim labview

    上傳時間: 2022-04-05

    上傳用戶:

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产乱肥老妇国产一区二| 欧美aⅴ99久久黑人专区| 小嫩嫩精品导航| 国产精品羞羞答答| 久久激情视频| 亚洲福利在线看| 欧美日韩视频在线第一区| 一本久久青青| 国产欧美一区二区精品忘忧草 | 老司机午夜免费精品视频 | 国产欧美日韩视频一区二区| 亚洲女女做受ⅹxx高潮| 国产伦一区二区三区色一情| 久久综合久色欧美综合狠狠 | **性色生活片久久毛片| 欧美日韩综合| 久久国产主播| 99热免费精品在线观看| 国产在线乱码一区二区三区| 欧美国产日韩亚洲一区| 欧美一区二区大片| 亚洲精品中文字幕有码专区| 国产精品久久久一区二区| 久久免费精品视频| 亚洲午夜一区二区三区| 亚洲电影天堂av| 国产精品亚洲综合一区在线观看| 噜噜噜久久亚洲精品国产品小说| 亚洲天堂免费在线观看视频| 一区二区在线观看av| 国产精品乱人伦一区二区| 欧美jizz19性欧美| 欧美一区二区在线| 一区二区三区精品在线| 亚洲精品1区2区| 狠狠久久亚洲欧美专区| 国产精品无人区| 欧美视频一区二区三区四区| 免费欧美高清视频| 久久久综合视频| 欧美在线一区二区| 亚洲欧美影院| 午夜免费久久久久| 亚洲少妇最新在线视频| 亚洲黄色大片| 亚洲国产天堂久久综合网| 国产亚洲精品aa| 国产精品永久免费在线| 欧美性猛交一区二区三区精品| 欧美第十八页| 欧美交受高潮1| 欧美高潮视频| 久久只有精品| 美女主播视频一区| 美女露胸一区二区三区| 裸体一区二区三区| 久久综合福利| 狼狼综合久久久久综合网 | 亚洲综合成人在线| 一区二区成人精品 | 国产精品爽黄69| 国产精品资源在线观看| 国产精品久久久久久av下载红粉| 欧美日韩亚洲网| 国产精品家庭影院| 国产精品精品视频| 国产欧美日韩麻豆91| 黄色成人av| 亚洲大胆av| 亚洲乱码国产乱码精品精| 亚洲精品黄网在线观看| 91久久久精品| 亚洲一区二区伦理| 性久久久久久久久久久久| 欧美一区二区三区视频| 久久蜜桃av一区精品变态类天堂| 久久久精品五月天| 免费一级欧美在线大片| 欧美精品一区二区三区在线播放| 欧美人牲a欧美精品| 国产精品亚洲综合| 狠狠色综合日日| 亚洲九九精品| 久久经典综合| 欧美激情中文字幕一区二区| 欧美亚洲第一页| 国际精品欧美精品 | 黄色成人av在线| 亚洲国产精品电影在线观看| 99国产精品久久久| 久久精品中文字幕免费mv| 欧美国产激情二区三区| 国产精品久久久一本精品| 韩国一区二区三区美女美女秀| 亚洲欧洲三级| 久久久久久免费| 欧美日韩一区二区三区在线| 黄色影院成人| 亚洲资源av| 欧美激情 亚洲a∨综合| 国产丝袜美腿一区二区三区| 亚洲精品一区中文| 久久久999精品视频| 欧美视频免费| 亚洲激情自拍| 久久亚洲一区二区三区四区| 欧美三区在线| 最新国产乱人伦偷精品免费网站| 午夜精品亚洲一区二区三区嫩草| 牛牛国产精品| 极品av少妇一区二区| 亚洲欧美乱综合| 欧美日韩亚洲一区二区三区四区 | 136国产福利精品导航网址| 亚洲欧美日韩国产综合在线| 欧美成人69| 影视先锋久久| 久久久久久久综合| 国产区亚洲区欧美区| 亚洲免费在线观看| 欧美色另类天堂2015| 亚洲免费福利视频| 久久这里有精品视频| 国产一区日韩欧美| 久久国产精品电影| 国产精品自拍三区| 亚洲一区二区三区激情| 欧美日韩免费在线观看| 91久久精品国产| 欧美国产激情| 亚洲精品123区| 欧美激情综合在线| 亚洲另类在线一区| 狂野欧美一区| 亚洲全部视频| 欧美精品一区在线播放| 日韩视频欧美视频| 欧美日本一区二区三区| 日韩亚洲视频| 欧美性大战xxxxx久久久| 亚洲午夜久久久久久尤物| 国产精品久久777777毛茸茸| 亚洲网站在线| 国产毛片久久| 久久综合狠狠综合久久激情| 亚洲电影第1页| 欧美日韩ab片| 亚洲一区免费视频| 国产欧美日韩麻豆91| 久久亚洲国产精品一区二区| 亚洲福利专区| 欧美日韩美女| 午夜精品区一区二区三| 国产色产综合产在线视频| 久久久蜜桃一区二区人| 在线播放豆国产99亚洲| 欧美人成网站| 先锋影音国产精品| 国内久久婷婷综合| 欧美精品xxxxbbbb| 亚洲一区免费| 伊人夜夜躁av伊人久久| 欧美国产日产韩国视频| 国产精品―色哟哟| 久久综合网络一区二区| 日韩视频在线一区二区| 国产精品久久午夜夜伦鲁鲁| 亚洲欧美制服另类日韩| 伊人色综合久久天天| 国产精品对白刺激久久久| 久久精视频免费在线久久完整在线看 | 一区二区三区www| 久久性天堂网| 亚洲欧美亚洲| 亚洲高清自拍| 国产精品久久久久久久久借妻 | 久久精品网址| 日韩一区二区精品在线观看| 国产精品视频免费| 久久综合色影院| 久久精品电影| 一区二区三区欧美视频| 国内精品久久久久影院薰衣草| 欧美精品国产一区| 久久九九国产精品怡红院| 在线一区亚洲| 尤物在线精品| 国产精品羞羞答答| 欧美日韩亚洲一区二区三区在线观看 | 欧美系列精品| 噜噜噜躁狠狠躁狠狠精品视频| 亚洲小视频在线观看| 亚洲国产高清一区二区三区| 国产欧美日韩精品一区| 亚洲欧美大片| 99视频在线精品国自产拍免费观看| 国产亚洲精品美女| 国产伦精品一区二区三区高清| 欧美另类极品videosbest最新版本 | 最新成人av网站|