CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - Alignment A

搜索资源列表

  1. Virtual UART

    0下载:
  2. 采用430的TIMERB的CCR1做发送,TimerA 的CCR1作接受的虚拟串口程序,达到真实的串口效果。在430的13x,14x,15x,16x系列里中总共可以虚拟2个串口。-TIMERB use of the 430 to do this alignment, the alignment TimerA for acceptance of virtual serial procedures to achieve real results serial. In the 430 18x, 14x
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1495
    • 提供者:马小哈
  1. 2410-2

    0下载:
  2. 这是本人经过一个多月的努力完成的精美的S3C2410核心板。所有IO全部引出,布局合理,走线美观,数据线等长,下载后看了,便知道了。-After more than a month of efforts to complete the exquisite S3C2410 core plate. All IO all leads, rational layout, alignment beautiful, long lines of data download read, we knew.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:43668
    • 提供者:赵蕴夫
  1. ucgui-enhanced

    0下载:
  2. 在windowsxp下用ADS1.2编译,列表框做了修改,增加了对齐功能,新加了文本框,按钮控件可以显示2排了.-in windowsxp using ADS1.2 compiled a list box changes increase the alignment functions, plus a new text box, a button can control two shows scheduled.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:707064
    • 提供者:bobby
  1. ARM_data_alignment_principle

    0下载:
  2. 講述ARM下的字符數據對齊方式的內容,以及采用字節對齊方式的原理及需要對齊的原因和考慮硬件內存情況下不需要對齊的方法。-On ARM under the character data alignment, as well as the use of byte alignment principle and alignment required to consider the causes and circumstances do not require hardware memory align
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-26
    • 文件大小:444034
    • 提供者:Jeff LAR
  1. probaligngui_beta_1.3.tar

    0下载:
  2. A multiple sequence alignment program
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1794865
    • 提供者:szbd
  1. KMA199E

    0下载:
  2. KMA199E是一款磁阻角度传感器,采用预编程、预调准、即用型传感器系统。本资料包含测试代码(ADS 1.2环境),中文数据手册,中文应用手册,应用电路等。-KMA199E is a magnetoresistive angle sensor, using pre-programmed, pre-alignment, that is-to-use sensor systems. This information contains test code (ADS 1.2 environment),
  3. 所属分类:uCOS

    • 发布日期:2017-05-13
    • 文件大小:3271272
    • 提供者:祝剑波
  1. jishi

    0下载:
  2. 本项目设计采用了6位数码管显示电路,在设计6位LED显示时,为了简化电路,降低成本,采用动态显示的方式,6个LED显示器共用一个8位的I/O,6位LED数码管的位选线分别由相应的P2.0--P2.5控制,而将其相应的段选线并联在一起,由一个8位的I/O口控制,即P0。译码显示电路将“时”,“分”,“秒”计数器的输出状态经显示译码器译码,通过6位LED七段显示器显示出来。达到定时电路时根据计时系统的输出状态产生的一个脉冲信号,然后去触发蜂鸣器发生器来实现闹铃。校时电路是用来对“时”,“分”,“秒”
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:21353
    • 提供者:David
  1. dw

    0下载:
  2. 一种新的传递对准方案与仿真Transfer Alignment, a new and Simulation-Transfer Alignment, a new and Simulation
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:470105
    • 提供者:ski
  1. LM3S615_cn

    0下载:
  2. LM3S615 微控制器包含以下的产品特性: 􀁺 32 位RISC 性能 - 采用为小型嵌入式应用方案而优化的32 位ARM® CortexTM M3 v7M 结构 - 可兼容Thumb® 的Thumb-2 专用指令集处理器内核,可提高代码密度 - 50-MHz 工作频率 - 硬件除法和单周期乘法 - 集成了嵌套向量中断控制器(NVIC)以提供明确的中断处理 - 29 个中断,带8 个优先级 - 存储器保护单元(MPU)为受保护的操作系
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-09
    • 文件大小:2131150
    • 提供者:周文杰
  1. structure-padding

    0下载:
  2. Data structure padding: Although the compiler (or interpreter) normally allocates individual data items on aligned boundaries, data structures often have members with different alignment requirements. To maintain proper alignment the translator nor
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-27
    • 文件大小:827
    • 提供者:lyff
  1. buju

    0下载:
  2. 很多编译器有“使结构体字,双字或四字对齐”的选项。但是,还是需要改善结构体成员的对齐,有些编译器可能分配给结构体成员空间的顺序与他们声明的不同。但是,有些编译器并不提供这些功能,或者效果不好。所以,要在付出最少代价的情况下实现最好的结构体和结构体成员对齐,建议采取下列方法:-Many compiler structure word, double-or quadword aligned " option. But still need to improve the alignment o
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:3728
    • 提供者:franda
  1. miaobiaojishi

    1下载:
  2. 用Proteus仿真实现数字钟 要求秒表显示时分秒。 支持秒表基本控制,启动,停止,复位 用Keil C51编程实现上述功能 用Keil与Proteus联调 -Proteus simulation is used to implement digital clock Ask a stopwatch shows minutes. Support a stopwatch basic control, start, stop, reset Use Keil C51 pr
  3. 所属分类:Other Embeded program

    • 发布日期:2014-04-17
    • 文件大小:53248
    • 提供者:陈洋君
  1. dongtaixianshi

    0下载:
  2. 实现动态显示程序设计 用STC最小系统实现数码管和发光二极管的显示控制。 用Keil C51编程实现上述功能 用Keil与Proteus联调-Proteus simulation is used to implement digital clock Ask a stopwatch shows minutes. Support a stopwatch basic control, start, stop, reset Use Keil C51 programming to
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-11
    • 文件大小:65617
    • 提供者:陈洋君
  1. Source

    0下载:
  2. TFT3.5触摸彩屏的校正程序 屏幕直接插到12864接口,1脚端对齐,最后会空2脚。 触摸屏连接到开发板对应如下: CLK==P1.0 CS ==P1.1 DIN==P1.2 BUSY 不用连接 DOUT==P1.4 IRQ ==P1.5。 开机会出现第一个校正光标,精确点击矫正后会出现第二个矫正光标,再次精确点击,完成矫正。然后可以在屏幕上画图,由于51速度限制,画线速度不能太快,否则会出现虚线。程序没有提供任何识别功能。点击右下角可以清屏,用于重新画图。
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:12304
    • 提供者:陈庆章
  1. ADNS3080DemoTest

    0下载:
  2. ADNS-3080 测试例程based on: Example of AP_OpticalFlow library by Randy Mackay. DIYDrones.com-The ADNS-3080 is a high performance addition to Avago Technologies’ popular ADNS family of optical mouse sensors. The ADNS-3080 is based on a new, faste
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-23
    • 文件大小:9248
    • 提供者:jonta
  1. DAC_SimpleConversion

    0下载:
  2. STM32F4简单的DAC使用例程 This example provides a short descr iption of how to use the DAC peripheral to do a simple conversation in 8 bits right alignment of 0xFF value-This example provides a short descr iption of how to use the DAC peripheral to do a
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:30454
    • 提供者:zhangpei
  1. IR

    0下载:
  2. verilog编程,红外线接收测试 用市面上通用的(只需几元)的红外线遥控器,对准板上U10,按下1-9数字键,在数码管上显示对应数字。-The infrared receiving test With the market general (only a few yuan) of the infrared remote controller, an alignment plate U10, press 1-9 key, the corresponding digital display
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:1939
    • 提供者:suzhangzhan
  1. wendukongzhi

    0下载:
  2. 温度控制系统的设计与实现 第一阶段我们已经完成了电源板、变送器和驱动器。 本学期的第二阶段要求是完成温度控制系统的设计与实现。 电路设计 ⑴ 核心单元—单片机应用电路 ⑵ 模拟量接口—A/D、D/A 电路 ⑶ 人机交互单元—显示、键盘控制电路 程序设计 ⑴ 控制模/数转换进行温度数据采集。 ⑵ 控制数/模转换改变控温元件工作状态,进行温度控制。 ⑶ 控制键盘与显示器,进行控制温度设定和测量温度显示。 ⑷ 将温度数据转换为显示温度数值的算法程序。
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:794488
    • 提供者:xuyaowen
搜珍网 www.dssz.com