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

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

updated

  • The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa

    The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB main ROM to be updated by the loader program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit timer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security

    標簽: microcontroller programmable in-system W78E58B

    上傳時間: 2017-04-27

    上傳用戶:yiwen213

  • servlet api全解 This document is built from the HTML documentations available at java.sun.com. It is

    servlet api全解 This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of original documentations become available. To download updates and many other WinHelp and HTMLHelp Java documentations for free, visit Franck Allimant s web site : http://www.confluent.fr/javadoc/indexe.html (in English) http://www.confluent.fr/javadoc (in French)

    標簽: documentations available document servlet

    上傳時間: 2013-12-14

    上傳用戶:784533221

  • Novell.Press.Linux.Kernel.Development linux內核開發的經典書籍之一 The Linux kernel is one of the most interes

    Novell.Press.Linux.Kernel.Development linux內核開發的經典書籍之一 The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development

    標簽: Linux Development interes Novell

    上傳時間: 2017-06-06

    上傳用戶:songyue1991

  • Short description: GUI Ant-Miner is a tool for extracting classification rules from data. It is an u

    Short description: GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas. GUI Ant-Miner differs from the original algorithm as follows: It has a friendly graphical user interface, makes possible the use of ant populations within the Ant Colony Optimization (ACO) concept, data input file is standardized with the well-known Weka system, and runs on virtually any operating system since it is written in Java.

    標簽: classification description extracting Ant-Miner

    上傳時間: 2013-12-18

    上傳用戶:gonuiln

  • This C++ code example demonstrates how to localise an application to adapt to the selected phone lan

    This C++ code example demonstrates how to localise an application to adapt to the selected phone language. The example application has two sets of localised strings (English and German) for the application name, labels, text, and image. The application also includes number, currency, date, and time localisation, in which the TLocale method is used for localisation even if the selected phone language is neither one of the two application languages. The updated example has been tested to support S60 5th Edition and touch UI.

    標簽: demonstrates application to localise

    上傳時間: 2013-12-17

    上傳用戶:shanml

  • This C++ application demonstrates how to display Chinese characters from resource files. The applica

    This C++ application demonstrates how to display Chinese characters from resource files. The application supports internationalization and localization. In the updated version also the context-sensitive help has been added. The application supports following languages: English, Taiwan Chinese, Taiwan English, HongKong Chinese, HongKong English, Mainland Chinese, and Mainland English. Main classes: TFontSpec, CCnvCharacterSetConverter

    標簽: demonstrates application characters resource

    上傳時間: 2014-01-09

    上傳用戶:hakim

  • This C++ example demonstrates how to play (a maximum of 16) simultaneous voices. The example has eig

    This C++ example demonstrates how to play (a maximum of 16) simultaneous voices. The example has eight blocks moving on the screen and playing sounds when they collide with a wall or with each other. The updated example has been tested to support S60 5th Edition and touch UI. Important classes: CMdaAudioOutputStream, TMdaAudioDataSettings, MMdaAudioOutputStreamCallback, RThread, RSemaphore, RMutex

    標簽: example demonstrates simultaneous maximum

    上傳時間: 2014-11-17

    上傳用戶:yt1993410

  • Take a strategic approach to software construction—and produce superior products—with this fully upd

    Take a strategic approach to software construction—and produce superior products—with this fully updated edition of Steve McConnell s critically praised and award-winning guide to software development best practices.

    標簽: construction strategic approach software

    上傳時間: 2013-12-16

    上傳用戶:ve3344

  • 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

    上傳用戶:凜風拂衣袖

  • read_segy_file_legacy

    read_segy_file_legacy Function reads a SEG-Y file and outputs a seismic structure Last updated: April 6, 2007: fix bug in reading of user-specified header

    標簽: read_segy_file_legacy

    上傳時間: 2019-04-04

    上傳用戶:wc12

主站蜘蛛池模板: 兴仁县| 观塘区| 松江区| 土默特右旗| 太和县| 石景山区| 商南县| 集安市| 磐石市| 共和县| 凤山市| 镇赉县| 武穴市| 延津县| 秭归县| 屏边| 阿克苏市| 阳泉市| 榆树市| 梅河口市| 上栗县| 乌兰察布市| 资兴市| 磐石市| 张家港市| 周至县| 临武县| 宁阳县| 锡林郭勒盟| 金溪县| 临安市| 吴江市| 周宁县| 宽城| 手机| 乡宁县| 海晏县| 罗平县| 德庆县| 公主岭市| 高台县|