虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

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