您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. c c++嵌入式系统编程

  2. 介绍了嵌入式系统编程的过程,以及嵌入式方面的专业网址
  3. 所属分类:硬件开发

    • 发布日期:2009-12-12
    • 文件大小:1048576
    • 提供者:qingqiuziyan
  1. Programming Embedded Systems in C and C++

  2. 经典嵌入式编程教程 This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and imple
  3. 所属分类:C++

    • 发布日期:2009-12-28
    • 文件大小:451584
    • 提供者:zdq823
  1. C和C++嵌入式编程

  2. Michael Barr的一种很经典的关于嵌入式编程的书。相当不错
  3. 所属分类:硬件开发

    • 发布日期:2010-04-14
    • 文件大小:1048576
    • 提供者:welllight
  1. C和C%2B%2B嵌入式系统编程

  2. Michael Barr 是Netrino 公司(一个嵌入式系统共享软件和软件工程服务提 供商)的创始人兼总裁。Netrino 公司鼓励所有职员通过为杂志撰稿和在业界会 议演讲来分享自己的专业知识。这些资料可以在公司的网站 http://www.netrino.com 找到。
  3. 所属分类:C

    • 发布日期:2010-08-21
    • 文件大小:1048576
    • 提供者:lihao9001
  1. Programming Embedded Systems with C and GNU Development Tools

  2. 嵌入式系统编程(第二版) Michael Barr & Anthony Massa "这本生动而又好读的书,是为那些第一次深入嵌入式系统软件开发领域探险的人们所准备的最佳入门读物。它搜罗了程序员在嵌入式开发过程中必须了解的所有重要话题并于一本书里同时呈现。“
  3. 所属分类:硬件开发

    • 发布日期:2011-02-04
    • 文件大小:1048576
    • 提供者:owenzhang1990
  1. 如何制作与使用 .RES 资源文件

  2. '这是从资源文件里调用msvbvm60.dll 注册的代码 '本代码是放在模块 Moudule1.bas 里面,不是放在Form1里面的. '要注册.dll .ocx最好是放在.bas里面,并把启动项设为Sub Main '否则有可能在还没进入窗体执行注册的动作前,就产生错误而中断了 '尤其是98系统之下的msvbvm60.dll '先建立一个资源文件, 在 Custom 101 装载 msvbvm60.dll Global winsys$, appdisk$, aa$ Sub Main()
  3. 所属分类:VB

    • 发布日期:2011-02-18
    • 文件大小:2048
    • 提供者:qq506124204
  1. c c++嵌入式系统编程

  2. Michael Barr关于嵌入式方面的书 入门级
  3. 所属分类:硬件开发

    • 发布日期:2011-03-04
    • 文件大小:2097152
    • 提供者:sxbkn
  1. Examples in C and C+++ windows

  2. Examples in c and C++ Windows for the book Programming Embedded Systems in C and C++ written by Michael Barr
  3. 所属分类:C/C++

    • 发布日期:2012-02-16
    • 文件大小:117760
    • 提供者:dannylo1
  1. C/C++嵌入式系统编程

  2. Programming Embedded System in C and C++中文版 内容涵盖整个嵌入式系统的各个方面,虽然在存储器的部分内容如今已经很少涉及,但是对理解整个系统也是很有帮助。 整本书的内容前后串联,帮助理解嵌入式甚至计算机系统很有帮助。
  3. 所属分类:嵌入式

    • 发布日期:2012-03-01
    • 文件大小:2097152
    • 提供者:chieffon
  1. C/C++嵌入式系统编程 Micbael Barr 著

  2. 通过阅读示例你会从这本书里得到最大的收获,但是应该只把它们作为理解重要概念的工具。记住不要的在任问一个电路板或芯片的细节里面。在理解了全面的概念以后,你将能够把它应用在你所碰到的任何嵌人式系统中。
  3. 所属分类:嵌入式

    • 发布日期:2013-01-08
    • 文件大小:2097152
    • 提供者:francesc4
  1. C/C++嵌入式系统编程

  2. 《C/C++嵌入式系统编程》,Micbael Barr写的一本很经典的书。
  3. 所属分类:C

    • 发布日期:2013-06-08
    • 文件大小:1048576
    • 提供者:nbtmanud
  1. Embedded_C_Coding_Standard

  2. Barr Group's Embedded C Coding Standard was developed from the ground up to minimize bugs in firmware, by focusing on practical rules that keep bugs out--while also improving the maintainability and portability of embedded software.
  3. 所属分类:C

    • 发布日期:2013-07-22
    • 文件大小:2097152
    • 提供者:jianghaiyoushan
  1. Embedded C Coding Standard

  2. Embedded C Coding Standard Michael Barr 2008 Rules and guidelines for writing C in embedded systems. Indentation, Procedures, Variable Naming.
  3. 所属分类:C

    • 发布日期:2014-06-04
    • 文件大小:2097152
    • 提供者:electronjunkie
  1. 给定一个单词列表L,它们都是相同的长度,并且一个字符串,S,找到S的子串的起始位置,它是L上的每个单词的串联,没有任何插入的字符。

  2. Example: L:“fooo”, “barr”, “wing”, “ding”, “wing” S:“lingmindraboofooowingdingbarrwingmonkeypoundcake”   fooowingdingbarrwing Answer:13 L:“mon”, “key” S:“monkey” monkey Answer:0 L:“a”, “b”, “c”, “d”, “e” S:“abcdfecdba”   ecdba  Answer:5
  3. 所属分类:Java

    • 发布日期:2017-11-07
    • 文件大小:2048
    • 提供者:wqswqs123123
  1. Embedded Systems Dictionary

  2. Review "...a valuable desktop reference to the confusing plethora of terms...[it] will find a place on my desktop!" -- Bruce Powel Douglass, Ph.D., chief evangelist, I-Logix "...an incredible piece of work...Definitions are very clearly described an
  3. 所属分类:嵌入式

    • 发布日期:2017-11-26
    • 文件大小:5242880
    • 提供者:artemis_melete
  1. Programming Embedded Systems in C and C++.pdf

  2. “This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation
  3. 所属分类:C++

    • 发布日期:2009-01-09
    • 文件大小:986112
    • 提供者:nirvana_xun80
  1. c&c++嵌入式系统编程

  2. 一本经典的书,Michael Barr写的,这本书就是要教你怎样在嵌入式系统中使用C 和C 的派生语言,C++。
  3. 所属分类:硬件开发

    • 发布日期:2009-03-03
    • 文件大小:1048576
    • 提供者:topfire128
  1. Programming Embedded Systems in C and C++

  2. 好书,思想很不错.搞嵌入式必看,特别是DSP编程,TI推荐基础书.
  3. 所属分类:硬件开发

    • 发布日期:2009-03-06
    • 文件大小:451584
    • 提供者:kamui54
  1. ASIC设计- ASIC Design in the Silicon Sandbox Keith Barr

  2. Analog and digital circuits combined in an IC are considered mixed-signal designs. Integrating the two types of circuitry can be challenging, but these designs can provide system-on-a-chip (SOC) functionality that, once designed into a product, can
  3. 所属分类:C++

    • 发布日期:2009-03-08
    • 文件大小:5242880
    • 提供者:id2007
  1. 高速DSP系统设计参考.pdf

  2. AboutthisManual Thisdocumentcontainsthefollowingchapters: • Chapter1providesinformationaboutthechallengesofhighspeedDSP,audio,video,and communicationsystems. • Chapter2providesinformationabouttransmissionlinesinhighspeedDSPsystems. • Chapter3provide
  3. 所属分类:硬件开发

    • 发布日期:2019-05-24
    • 文件大小:3145728
    • 提供者:drjiachen
« 1 23 4 »