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

EEP-ROM

  • 用20个示例项目的方式介绍Matlab/Simulink。内容包括: *Contains over 20 hands-on projects in MATLAB(with code) integra

    用20个示例项目的方式介绍Matlab/Simulink。内容包括: *Contains over 20 hands-on projects in MATLAB(with code) integrated throughout the book *Includes a complete introduction to Simulink *Accompanied by a CD-ROM containing MATLAB examples, source code, third party simulations & projects *Suitable for self-study and professional licensing exams *Designed for the reader who does not have extensive math and programming experience *Contains many practical applications of MATLAB and Simulink

    标签: Contains Simulink hands-on projects

    上传时间: 2014-01-03

    上传用户:hj_18

  • 为了方便读者整理 8051 相关专题制作报告

    为了方便读者整理 8051 相关专题制作报告,需要使用到的 8051 基本资料电子文件 51.TXT 收录于此目录中,读者可以依需要自行应用,加入到自己的报告中,但仅限于学校的学生制作报告用,不得移做它用,并遵守知识产权使用的所有规定。其中文字内容取材至 "单芯片 8051 实作入门",书号 P2277,文魁图书出版。 8051 基本资料如下: □8051 主要特性 □8051 引脚说明 □8051 中断服务常式的进入点 □8051 特殊目的寄存器 □8051 内部控制寄存器 at89c51 为 ATMEL 所生产的可电气烧录清洗的 8051 相容单芯片,其内部程序代码容量为4KB 8051主要功能列举如下: □ 为一般控制应用的 8 位单芯片 □ 晶片内部具时钟振荡器(传统最高工作频率可至 12MHz) □ 内部程式存储器(ROM)为 4KB □ 内部数据存储器(RAM)为 128B □ 外部程序存储器可扩充至 64KB □ 外部数据存储器可扩充至 64KB □ 32 条双向输入输出线,且每条均可以单独做 I/O 的控制 □ 5 个中断向量源 □ 2 组独立的 16 位定时器 □ 1 个全多工串行通信端口 □ 8751 及 8752 单芯片具有数据保密的功能 □ 单芯片提供位逻辑运算指令

    标签: 8051 报告

    上传时间: 2016-10-29

    上传用户:plsee

  • AT89C51SND1C是AT89C51核心的处理器

    AT89C51SND1C是AT89C51核心的处理器,包含一个MP3解码器,完全兼容8051的Keil C51编译环境,适合8051使用者的MP3解码应用。本代码在基本代码基础上增加了LCD驱动部分,需要比较多的RAM和ROM资源,大家按照自己的系统资源情况,选择基本版本代码还是扩展LCD的代码。

    标签: 89C C51 AT 89

    上传时间: 2014-12-03

    上传用户:sz_hjbf

  • TMS320C6711的上电自检 This source code is ultimately used to create a JEDEC programming file used * to p

    TMS320C6711的上电自检 This source code is ultimately used to create a JEDEC programming file used * to program the Flash ROM on the C6711 DSK.

    标签: used programming ultimately source

    上传时间: 2013-12-12

    上传用户:wl9454

  • Design patterns are elegant, adaptable, and reusable solutions to everyday software development prob

    Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns. This tutorial begins with clear and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example programs. These programs are illustrated with screen shots and UML diagrams displaying how the classes interact. Each of these programs is available on the companion CD-ROM and can be run, examined, edited, and applied.

    标签: development adaptable solutions patterns

    上传时间: 2014-09-07

    上传用户:wangchong

  • Please read this document before attempting to compile and run the libraries and applications! The p

    Please read this document before attempting to compile and run the libraries and applications! The projects must be compiled in a particular order. Standard support questions are about compiler and/or linker errors that are generated when users try to compile the projects in the wrong order. Other information of interest is available here, so read the entire document fi rst. Wild Magic Version 2.1 is what ships with the fi rst printing of the Game Physics book. Some of the applications that are referenced in the book did not make it onto the CD–ROM for the book. Version 2.2 contains those applications, plus more

    标签: applications attempting and libraries

    上传时间: 2014-01-16

    上传用户:Late_Li

  • 一个用自己写的编译器编译的操作系统内核. 有包含中断和不包含中断两个版本. 还有简单的用户应用程序。 因为该代码原目的是下载到硬件上使用

    一个用自己写的编译器编译的操作系统内核. 有包含中断和不包含中断两个版本. 还有简单的用户应用程序。 因为该代码原目的是下载到硬件上使用,所以kernel必须限制在该硬件可接受的8k rom之内。作者对优化代码大小也下了相当的功夫。 为了保证程序可以运行,这里附带了编译该操作系统的编译器。

    标签: 中断 编译器 编译 操作系统

    上传时间: 2014-01-11

    上传用户:youlongjian0

  • 辅助说明: 代码交流 QQ59771230 email:choudaxian@163.com 注意事项: 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么样的

    辅助说明: 代码交流 QQ59771230 email:choudaxian@163.com 注意事项: 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么样的 2) LCD 指令中的MODE SET中的OR AND XOR 有图层的味道  3) DJNZ+指令C0H(DATA AND WRITE)与相同的数据时就会出错 4) CHAR ADN PIC分别清除 5) 几何图形绘制与实现图形 6) 菜单优化设计,结构体:上,下,上一组,下一组,指向函数的指针 显示的内容: 16*16汉字:欢迎使用福莱特电气有限公司产品 12*12汉字:进入主界面并且可以反显 8*8字符:FULL-RIGHT 并对所显示的汉字进行卷屏显示 关键是如何方便在屏上确定的位置上显示确定的汉字 要使占用ROM,RAM小的前提下

    标签: choudaxian 59771230 GRAPHIC email

    上传时间: 2016-12-28

    上传用户:xauthu

  • ucos2 is a file system for embedded applications which can be used on any media, for which you can p

    ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.

    标签: which applications can for

    上传时间: 2017-01-04

    上传用户:偷心的海盗

  • ucos2 is a file system for embedded applications which can be used on any media, for which you can p

    ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.

    标签: which applications can for

    上传时间: 2017-01-04

    上传用户:13517191407