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

Programming-A-Tutorial-guide-symb

  • RFID in the Supply Chain A Guide to Selection

    It was the publisher’s idea that I write RFID in the Supply Chain: A Guide to Selection and Implementation . Not only am I editor of Enterprise Inte- gration System , Second Edition Handbook and author of The Complete Book of Middleware , I also had some innovative business process and project management ideas on improving the effectiveness of integrating enterprise systems with information on product traceability, the scope of which has been widened by the RFID technology mandates. 

    标签: Selection Supply Chain Guide RFID the in to

    上传时间: 2020-06-08

    上传用户:shancjb

  • PICKIT™ 2 PROGRAMMER-TO-

    PICKIT™ 2 PROGRAMMER-TO-GO USER GUIDE The PICkit 2 Programmer-To-Go functionality allows a PIC MCU memory image to be downloaded into the PICkit 2 unit for later programming into a specific PIC MCU. No software or PC is required to program devices once the PICkit 2 unit is set up for Programming-To-Go. A USB power source for the PICkit 2 is all that is needed.

    标签: PROGRAMMER-TO PICKIT 8482

    上传时间: 2013-10-29

    上传用户:ca05991270

  • Emulating a synchronous serial

    The C500 microcontroller family usually provides only one on-chip synchronous serialchannel (SSC). If a second SSC is required, an emulation of the missing interface mayhelp to avoid an external hardware solution with additional electronic components.The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using optimized SW routines with a performance up to 25KBaud in Slave Mode with half duplex transmission and an overhead less than 60% atSAB C513 with 12 MHz. Due to the implementation in C this performance is not the limitof the chip. A pure implementation in assembler will result in a strong reduction of theCPU load and therefore increase the maximum speed of the interface. In addition,microcontrollers like the SAB C505 will speed up the interface by a factor of two becauseof an optimized architecture compared with the SAB C513.Moreover, this solution lays stress on using as few on-chip hardware resources aspossible. A more excessive consumption of those resources will result in a highermaximum speed of the emulated interface.Due to the restricted performance of an 8 bit microcontroller a pin compatible solution isprovided only; the internal register based programming interface is replaced by a set ofsubroutine calls.The attached source files also contain a test shell, which demonstrates how to exchangeinformation between an on-chip HW-SSC and the emulated SW-SSC via 5 external wiresin different operation modes. It is based on the SAB C513 (Siemens 8 bit microcontroller).A table with load measurements is presented to give an indication for the fraction of CPUperformance required by software for emulating the SSC.

    标签: synchronous Emulating serial

    上传时间: 2014-01-31

    上传用户:z1191176801

  • C# Network Programming by Richard Blum ISBN:0782141765 Sybex ?2003 (647 pages) This book helps newco

    C# Network Programming by Richard Blum ISBN:0782141765 Sybex ?2003 (647 pages) This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language抯 network classes, the Winsock interface, and DNS resolution.

    标签: Programming 0782141765 Network Richard

    上传时间: 2014-01-06

    上传用户:WMC_geophy

  • source codes for point to multi-point Bluetooth transaction in Symbian OS. A good beginning to learn

    source codes for point to multi-point Bluetooth transaction in Symbian OS. A good beginning to learn Socket programming in Symbian OS.

    标签: multi-point transaction Bluetooth beginning

    上传时间: 2014-01-09

    上传用户:qweqweqwe

  • 《代码大全》的英文版名称是 Code Complete: A Practical Handbook of Software Construction。 它获得1993年美国软件开发杂志Jolt大奖

    《代码大全》的英文版名称是 Code Complete: A Practical Handbook of Software Construction。 它获得1993年美国软件开发杂志Jolt大奖,被美国包括MIT在内的十多所大学作为计算机软件学科的教材。 作者Steve McConnell的另外三本著作是 Rapid Development,Software Project Survival Guide ,After the Gold Rush 。 本软件设计实用手册内容覆盖了开发过程中最重要部分的艺术性和科学性。 其焦点在于成功的程序设计技术。

    标签: Construction Practical Complete Handbook

    上传时间: 2015-02-17

    上传用户:songnanhua

  • A document about audio,include Mp3 , Mp3Pro, AAC , AAC+ , EAAC+ , AMR , AMR-WB ,AMR-WB+ .It list det

    A document about audio,include Mp3 , Mp3Pro, AAC , AAC+ , EAAC+ , AMR , AMR-WB ,AMR-WB+ .It list detail information about this audio type.It is a guide to study these audio in advance

    标签: AMR-WB AAC document include

    上传时间: 2015-02-21

    上传用户:lizhen9880

  • vs.lib is a math library in C++ with a set of linear algebra and integrable / differentiable objects

    vs.lib is a math library in C++ with a set of linear algebra and integrable / differentiable objects. vs.lib is a rapid-proto-typing tool which makes programming in numerical applications as easy as writing mathematical expressions.

    标签: differentiable integrable algebra library

    上传时间: 2015-03-03

    上传用户:PresidentHuang

  • access the database using Flash MX. Please remember that Flash is unable to natively access a databa

    access the database using Flash MX. Please remember that Flash is unable to natively access a database. A programming language (ASP in this case) provides the programming logic, while Flash works at the presentation tier of the application.

    标签: access Flash database remember

    上传时间: 2014-01-04

    上传用户:小码农lz

  • Addressbook using double-linked list. This example shows the use of a double-linked list by implemen

    Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science so it s intended mainly for students who want to know about some advanced programming techniques in C. The Code was compiled with MSVC++ 6.0 but it should compile with any ANSI-compliant compiler.

    标签: double-linked list Addressbook implemen

    上传时间: 2014-01-24

    上传用户:asddsd