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

summary

  • KEIL 无限制完全破解版及教程使用指南

        Keil C51是美国Keil Software公司出品的51系列兼容单片机C语言软件开发系统,与汇编相比,C语言在功能上、结构性、可读性、可维护性上有明显的优势,因而易学易用。Keil提供了包括C编译器、宏汇编、连接器、库管理和一个功能强大的仿真调试器等在内的完整开发方案,通过一个集成开发环境(uVision)将这些部分组合在一起。运行Keil软件需要WIN98、NT、WIN2000、WINXP等操作系统。如果你使用C语言编程,那么Keil几乎就是你的不二之选,即使不使用C语言而仅用汇编语言编程,其方便易用的集成环境、强大的软件仿真调试工具也会令你事半功倍。       指南包含的内容:1.在KEIL中生成*.AMS文件最简单方法、2.在把汇编程序导入KEIL简单方法、3.在KEIL中生成*.HEX16进制文件的方法,4.平凡老师的C语言教程、5.其他一些教程、6.本站全系列在线时时硬件仿真器的使用方法,包括PZ仿真器专业版、A380仿真器、AZ综合系统内含的仿真器使用方法简介。       其中里面包含的有:KEIL 无限制完全破解、KEIL使用指南、仿真软件KEIL使用教程

    标签: KEIL 无限制 完全破解版 使用指南

    上传时间: 2013-11-09

    上传用户:xuanchangri

  • 基于XGATE进行Manchester译码的方法

    Using the XGATE for Manchester DecodingTable of Contents 1 Introduction                         1.1 XGATE Module in S12X               2 Decoding Algorithm                        3 Software Implementation                   3.1 Frame Scheme                       3.2 Operating Modes and Demo             3.3 Files summary                        3.4 Complete Mode Flowchart              4 Manchester Encoder                      4.1 Devices Used                        5 Conclusion  Appendix A Noise Elements During RF Transmissions in the Manchester Decoding ImplementationA.1 Types of Noise                      A.2 Effects of Noise                      A.3 Workaround for Noise Effects          

    标签: Manchester XGATE 译码

    上传时间: 2013-10-15

    上传用户:wqq123456

  • 机电类比法在传感器中的相关分析

    机电类比法是一种把机械量通过一定的计算等效类比为电量的方法,其在对电子机械系统的分析中应用非常广泛。它能够把一个较复杂的机械系统类比为我们熟知的电路系统来进行分析,从而使问题的分析得到简化。本文通过对振弦式传感器的分析介绍了机电类比法,并对使用电路进行了相关的分析。 summary:The electromechanical analogy is assort of analysis which is to analogize the mechanical system by using circuit system , it applied widely in the filed of analysis the electronic-mechanical system. The analysis can take a complex mechanical system analogous to a circuitry that we well-known, which can simplify the problems. In the paper, the electro-mechanical analogy method is briefly introduced by analysis the vibrating wire sensor,and have a correlation analysis about the circuit we used.关键词: 机电类比法  振弦式传感器  频率  振荡  反馈Keyword:electro-mechanical analogy method,vibrating wire sensor,frequency,  oscillation, feedback 0  引言振弦式传感器是属于频率式传感器的一种。所谓频率式传感器就是能直接将被测量转换为振动频率信号的传感器,这类传感器一般是通过测量振弦、振筒、振梁、振膜等弹性振体或石英晶体谐振器的固有谐振频率来达到测量引起谐振频率变化的被测非电量的目的,其也称为谐振式传感器[1]。在分析该类传感器中,由于其涉及到频率,就容易让人联想到在电子技术中接触到的RLC振荡电路。因此可以尝试着用类比的方法使之对应起来分析,即机电类比法分析。

    标签: 机电 传感器 类比法

    上传时间: 2013-11-16

    上传用户:paladin

  • WebServices_WebSphere_Version_5 Objectives § Web Services Overview • What are Web Services?

    WebServices_WebSphere_Version_5 Objectives § Web Services Overview • What are Web Services? • Roles and Functions of Web Services § Web Services Runtime • Base Support • IBM WebSphere UDDI Registry (Private UDDI) • Web Services Gateway (WSGW) § Problem Determination § Web Services Security § Technical Previews § summary

    标签: Services WebServices_WebSphere_Version Objectives Web

    上传时间: 2015-06-15

    上传用户:cx111111

  • Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi

    Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    标签: Programming Reference Standard Template

    上传时间: 2014-01-18

    上传用户:netwolf

  • 英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa

    英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    标签: Programming Reference Standard Tutorial

    上传时间: 2015-09-02

    上传用户:Breathe0125

  • 基于RSS的新闻阅读器 什么是RSS?比较普遍的说法有两种

    基于RSS的新闻阅读器 什么是RSS?比较普遍的说法有两种,一种是“Rich Site summary”或“RDF Site summary”,另一种是“Really Simple Syndication”,中文分别称作“丰富站点摘要”,“RDF站点摘要”和“简易信息聚合”。RSS是某一站点用来和其它站点之间共享和同步信息内容的一种简易方式。网络用户只要使用支持RSS的新闻聚合工具软件,就能在不打开某个网站页面的情况下阅读支持RSS输出的网站内容,并可以方便地实现对某类信息的全程跟踪、即时更新以及网上搜索。在不远的将来,RSS作为一种全新的资讯传播方式,势必对互联网上的信息接收与发布、新闻出版、电子商务、互动交流等领域产生难以估量的影响。 ++++++外文

    标签: RSS 新闻 阅读器 比较

    上传时间: 2013-12-03

    上传用户:gyq

  • tServer task executes functions at low priority (254). serverSend funtion is used to send a requ

    tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. As a result SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.

    标签: serverSend functions executes priority

    上传时间: 2015-09-21

    上传用户:tianjinfan

  • palm编成,这种书很少,有兴趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/J

    palm编成,这种书很少,有兴趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools

    标签: Programming Developer oreilly safari

    上传时间: 2013-12-10

    上传用户:litianchu

  • 我编写的八数码问题C++实现

    我编写的八数码问题C++实现,This file contains a summary of what you will find in each of the files that make up your 8_num application.

    标签: 编写 数码

    上传时间: 2014-12-04

    上传用户:Zxcvbnm