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

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

DOCUMENTATION

文件編制是一種關于裝配的資料。
  • LUFA (Lightweight USB Framework for AVRs) is my first foray into the world of USB. Originally based

    LUFA (Lightweight USB Framework for AVRs) is my first foray into the world of USB. Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AT90USBXXX AVR microcontroller series, released under the permissive MIT License (see DOCUMENTATION or project source for full license details). Currently, the AT90USB1286, AT90USB1287, AT90USB646, AT90USB647, AT90USB162, AT90USB82, ATMEGA16U4 and ATMEGA32U4 AVR microcontrollers are supported by the library. Supported boards are the USBKEY, STK525, STK526, ATAVRUSBRF01 and the RZUSBSTICK.

    標簽: Lightweight Originally Framework USB

    上傳時間: 2013-12-17

    上傳用戶:源碼3

  • These are precompiled demonstration programs of the Onix toolkit. They do not include the Onix tool

    These are precompiled demonstration programs of the Onix toolkit. They do not include the Onix toolkit but are examples of very simple applications written with the toolkit. They are designed to show both how Onix works and also to show how easy it is to integrate the Onix toolkit into a project. While they show many of the features of the Onix toolkit, they don t show all of them. Please consult our DOCUMENTATION, available at our website, to see many of the features Onix gives you. We have included online the full DOCUMENTATION for the Onix toolkit.

    標簽: Onix demonstration precompiled the

    上傳時間: 2014-11-26

    上傳用戶:xinzhch

  • openssl源碼

    openssl源碼 The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related DOCUMENTATION.

    標簽: ssl、openssl、網絡、安全

    上傳時間: 2015-02-26

    上傳用戶:cjm3345

  • distmesh

    matlab有限元網格劃分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see DOCUMENTATION below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the DOCUMENTATION.

    標簽: matlab有限元網格劃分程序

    上傳時間: 2015-08-12

    上傳用戶:凜風拂衣袖

  • wangluo ppt

    最小二乘法曲面擬合,包括C程序及說明文件。對于搞三維重建的有一定幫助-Least squares surface fitting, including the C procedures and DOCUMENTATION. For engaging in three-dimensional reconstruction to some extent help the

    標簽: 通信網

    上傳時間: 2015-11-28

    上傳用戶:schhqq

  • Tcl_and_The_Tk_Toolkit

    This manuscript is a partial draft of a book to be published in early 1994 by AddisonWesley (ISBN 0-201-63337-X). Addison-Wesley has given me permission to make drafts of the book available to the Tcl community to help meet the need for introductory DOCUMENTATION on Tcl and Tk until the book becomes available. Please observe the restrictions set forth in the copyright notice above: you’re welcome to make a copy for yourself or a friend but any sort of large-scale reproduction or reproduction for profit requires advance permission from Addison-Wesley

    標簽: Toolkit

    上傳時間: 2020-07-05

    上傳用戶:

  • #SFML —簡單快速的多媒體庫

    #SFML —簡單快速的多媒體庫 SFML是一種簡單,快速,跨平臺和面向對象的多媒體API。它提供對窗口,圖形,音頻和網絡的訪問。它是用C ++編寫的,并且具有針對各種語言(例如C,.Net,Ruby,Python)的綁定。 ##作者   -Laurent Gomila-主要開發人員(laurent@sfml-dev.org)   -Marco Antognini-OS X開發人員(hiura@sfml-dev.org)   -Jonathan De Wachter — Android開發人員(dewachter.jonathan@gmail.com)   -Jan Haller(bromeon@sfml-dev.org)   -Stefan Schindler(tank@sfml-dev.org)   -LukasDürrenberger(eXpl0it3r@sfml-dev.org)   -binary1248(binary1248@hotmail.com)   -阿圖·莫雷拉(Artur Moreira)(artturmoreira@gmail.com)   -Mario Liebisch(mario@sfml-dev.org)   -SFML社區的許多其他成員 ## 下載 您可以在[SFML的網站](https://www.sfml-dev.org/download.php)上獲得最新的官方版本。您還可以從[Git存儲庫](https://github.com/SFML/SFML)獲取當前的開發版本。 ##安裝 按照[tutorials](https://www.sfml-dev.org/tutorials/)的說明進行操作,SFML支持的每個平臺/編譯器都有一個。 ## 學習 有很多學習SFML的地方:   * [官方教程](https://www.sfml-dev.org/tutorials/)   * [在線API文檔](https://www.sfml-dev.org/DOCUMENTATION/)   * [社區Wiki](https://github.com/SFML/SFML/wiki/)   * [社區論壇](https://en.sfml-dev.org/forums/)([法語](https://fr.sfml-dev.org/forums/)) ##貢獻 SFML是一個開源項目,它需要您的幫助才能繼續發展和改進。如果您想參與其中并提出一些其他功能,提交錯誤報告或提交補丁,請查看[貢獻準則](https://www.sfml-dev.org/contribute.php)。

    標簽: SFML 多媒體

    上傳時間: 2021-01-25

    上傳用戶:

  • 51單片機控制fm1702射頻讀卡芯片讀寫mifa...

    說明:  51單片機控制fm1702射頻讀卡芯片讀寫mifare1卡全套資料。包括電路圖,pcb板圖,上、下位機軟件及源碼,stc單片機下載軟件,各種資料文檔等。(51 SCM control fm1702 RF reader chip card reader mifare1 a full set of data. Including the circuit diagram, pcb board map, the upper and lower-bit machine software and source code, stc SCM download software, all kinds of information DOCUMENTATION.)

    標簽: 51單片機 fm1702 射頻芯片

    上傳時間: 2022-05-27

    上傳用戶:

  • MSP430 bootloader文檔+源碼

    說明:  msp430F系列單片機bootloader原理與實現完整版源碼、文檔及說明(Msp430F series microcontroller bootloader principle and implementation of the full version of the source code, DOCUMENTATION and instructions)

    標簽: msp430 IAP

    上傳時間: 2022-06-06

    上傳用戶:kingwide

  • 國產codec x-power AC101 用戶指南

    This DOCUMENTATION is the original work and copyrighted property of X-Powers. Reproduction in whole orin part must obtain the written approval of X-Powers and give clear acknowledgement to the copyrightowner.

    標簽: AC101

    上傳時間: 2022-06-28

    上傳用戶:xsr1983

主站蜘蛛池模板: 伊春市| 丹巴县| 沭阳县| 三台县| 清流县| 博湖县| 工布江达县| 崇左市| 卢湾区| 沿河| 孝昌县| 盱眙县| 保康县| 新竹市| 顺义区| 贵州省| 永宁县| 砀山县| 洛南县| 东海县| 舞阳县| 襄城县| 溧水县| 桓台县| 上栗县| 武安市| 彭山县| 高要市| 曲周县| 新田县| 武威市| 忻城县| 融水| 钟祥市| 策勒县| 岐山县| 陇西县| 福贡县| 图木舒克市| 沾益县| 陆川县|