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

amr-c-code

  • 介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducin

    介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducing the advanced register based CPU architecture i.e., the MCS 251 microcontroller architecture. The register based CPU supports a 40-byte register file. In addition, the 8xC251SA/SB/SP/SQ microcontroller has 256-Kbyte expanded external code/data memory space and 64-Kbyte stack space. The new controller is also specially designed to execute C code efficiently. More importantly, the 8xC251SA/SB/SP/SQ maintains binary code compatibility with MCS 51 microcontrollers but at the same time allows the use of the powerful MCS 251 microcontroller instruction set, with many new 8, 16 and 32 bit instructions available. The 8xC251SA/SB/SP/SQ has 512 bytes or 1 Kbyte of on-chip data RAM options and is available in 16 Kbytes and 8 Kbytes of on-chip ROM/OTPROM or ROMless options.

    标签: architecture introducin peripheral improves

    上传时间: 2015-03-15

    上传用户:ccclll

  • This book is intended for "hands-on" developers or advanced students interested in understanding the

    This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient concurrent networked applications quickly and easily. Our numerous C++ code examples reinforce the design concepts and illustrate concretely how to use the core classes in ACE right away. We also take you "behind the scenes" to understand how and why the IPC and concurrency mechanisms in the ACE toolkit are designed the way they are. This material will help to enhance your design skills and to apply C++ and patterns more effectively in your own object-oriented networked applications.

    标签: understanding developers interested advanced

    上传时间: 2015-08-09

    上传用户:epson850

  • Basic Compression Library by Marcus Geelnard Release 1.2.0 2006-07-22 Introduction The Ba

    Basic Compression Library by Marcus Geelnard Release 1.2.0 2006-07-22 Introduction The Basic Compression Library is a library of well known compression algorithms implemented in portable ANSI C code. For more information about the Basic Compression Library, please read the manual (doc/manual.pdf) and, of course, the source code.

    标签: Introduction Compression Geelnard Library

    上传时间: 2015-10-06

    上传用户:kjl

  • This document contains a general overview in the first few sections as well as a more detailed refer

    This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package. Note that this is not a conversion of SVMstruct to Python. It is merely an embedding of Python in existing C code. All code other than the user implemented API functions is still in C, including optimization.

    标签: document contains detailed overview

    上传时间: 2013-12-14

    上传用户:希酱大魔王

  • This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate

    This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++ You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.

    标签: intermediate you quickly dummy

    上传时间: 2014-01-09

    上传用户:wpwpwlxwlx

  • 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

    上传用户:凛风拂衣袖

  • MiniCore

    An Arduino core for the ATmega328, ATmega168, ATmega88, ATmega48 and ATmega8, all running a [custom version of Optiboot for increased functionality](#write-to-own-flash). This core requires at least Arduino IDE v1.6.2, where v1.8.5+ is recommended. <br/> **This core gives you two extra IO pins if you're using the internal oscillator!** PB6 and PB7 is mapped to [Arduino pin 20 and 21](#pinout).<br/> If you're into "generic" AVR programming, I'm happy to tell you that all relevant keywords are being highlighted by the IDE through a separate keywords file. Make sure to test the [example files](https://github.com/MCUdude/MiniCore/tree/master/avr/libraries/AVR_examples/examples) (File > Examples > AVR C code examples). Try writing a register name, <i>DDRB</i> for instance, and see for yourself!

    标签: MiniCore

    上传时间: 2021-02-22

    上传用户:

  • 英飞凌 XC167等MCU集成开发工具DAvE 软件下载 part1

    DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。 戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的方式和你需要的各功能模块,自动生成C-code驱动功能与适当的单片外围设备和中断的控制。 DAvE会直接与编译器的IDE互动。资料分为两个部分,全部下载完即可解压打开:part1:http://dl.21ic.com/download/dave_mothersystem_v2_2r2-294931.html part2:http://dl.21ic.com/download/dave_mothersystem_v2_2r2-294933.html 

    标签: DAvE xc167 mcu

    上传时间: 2022-07-21

    上传用户:ooaaooxx

  • VIP专区-嵌入式/单片机编程源码精选合集系列(114)

    VIP专区-嵌入式/单片机编程源码精选合集系列(114)资源包含以下内容:1. FREESCALE 9S08AW60 串口调试程序.2. saa7113视频解码芯片外围电路设计原理图.3. 这是在用的AD7705源程序.4. 红外线遥控原理以及单片机制作自学习遥控器详细设计思路.5. 在微波整体集成电路设计、理论和描述特性的一条新颖的路线的PDF学术论文.6. 对于内部具有D /A转换器的单片机,采用其自备的D /A转换器产生需要的信号是最经 济的方法。C8051F020是Cygnal公司最新的一款功能强大的内部具有D /A转换器的单片机。介绍了 采用查.7. 液晶6963模块 240*64,外接PS2键盘,多级菜单.这是我工作中的一个程序,有兴趣的可以看.8. 这是一个i2c程序,经过多次应用都能成功实现功能,而且简要实用.9. 本电子书是很多嵌入式开发经典文章和技巧使用的PDF格式的书籍.10. 168线SD内存条电路原理图资料,好像是台湾人写的.11. FPGA可促進嵌入式系統設計改善即時應用性能.12. fat32文件系统格式说明 十分详尽.13. fat32和fat16文件系统格式说明.14. 讲解嵌入式开发的入门书!非常不错,值得一看!.15. TMS320C6000CSLAPIReferenceGuideRev.I的pdf.16. s7300 400 step7 plc仿真软件说明.17. with avr mega 8515 in the C-code AVR.18. Altera原装MAX_II开发板原理图,是用protel绘制的.19. zlg7290是一个能够8*8的键盘驱动芯片.20. 主要介绍各种芯片原理、功能、及其使用方法.21. 对芯片MCP2551的中文使用说明.22. 嵌入式T9输入法的源代码.23. BMP头文件的源代码.24. 自己收集整理和调试OK的三个Game源代码.25. S24C10最小系统原理图 包括FLASH SRAM等.26. 一个电平转换芯片的资料74LVC4245,它在以太网中也发挥了很大的作用,对WEB开发人员有借鉴的价值.27. mmc卡的specification标准的英文版的.28. TMS320C2812全套例程.29. 这是用于lpc2106的自带ADC功能的演示,利用KEIL FOR ARM 开发,可以参考学习..30. megal16在codevision下关于1602的驱动程序.31. 分布式多DSP系统的CPCI总线接口设计和驱动开发.32. 电子音量pT2314原程序 需要的朋友请赶快.33. 用protel dxp绘制三分频原理图和pcb电路板等.34. Bootloader(引导装载器)是用于初始化目标板硬件.35. OKI DEMO FLASH WRITE PROGRAM.36. OKI 675050 hardware accelerator sample program.37. verilog的一些源代码.38. i.mx31 3DS平台Nandboot引导程序源码.39. c8051f24是个教学的程序.40. < ALTERA FPGA/CPLD 高级篇>>光盘资料中 体会“面积和速度的平衡与互换” 例程.

    标签: RFID 无线 射频识别技术

    上传时间: 2013-07-17

    上传用户:eeworm

  • 1.3_DAVE_V2.1.RAR

    DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。 戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的方式和你需要的各功能模块,自动生成C-code驱动功能与适当的单片外围设备和中断的控制。 DAvE会直接与编译器的IDE互动。

    标签: 电容器

    上传时间: 2013-07-14

    上传用户:eeworm