基于ATmegal16,检测光栅尺AB两路信号,判别光栅尺的运动方向,程序由本人编写,简洁,主要涉及外部中断的应用
上传时间: 2015-12-21
上传用户:sclyutian
linux2。6移植文档,嵌入式Linux内核移植相关代码分析,嵌入式BootLoader技术内幕,linux系统移植,1-U-BOOT移植实验,2-linux 2.6移植实验,3-根文件系统实验,4-工具链制作实验
上传时间: 2016-01-07
上传用户:王楚楚
MSP430F149单片机,外部中断例程,包括中断初始化、中断服务函数的编写等。
上传时间: 2013-12-10
上传用户:yxgi5
操作系统进程调度算法,这是操作系统实验的必要要做的实验,和最短路和先进先出一样。
上传时间: 2014-12-08
上传用户:sjyy1001
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
功能:实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可以开的太大,这就导致可以记录键盘的按键次数过少, 也就是容错性一般。不过如果正常使用键盘是不会出错的
上传时间: 2016-01-24
上传用户:hjshhyy
广州友善2410开发板-2.6.13内核下键盘驱动:广州友善2410开发板仅提供了2.4.18下的驱动,前些日子升级内核时把键盘驱动也更新了一下!通过外部中断(下降沿)的方式读取键盘按键编码值。同时上传了一个简单的测试程序和Makefile文件
上传时间: 2016-01-30
上传用户:coeus
使用SPCE061A单片机通过4*4键盘控制16档速度,通过外部中断进行速度步进调节
上传时间: 2014-01-21
上传用户:saharawalker
根据光伏电池相关的理论和数学模型,利用PSIM建立一种简单并且准确的光伏阵列模型。同时,在此模型的基础上建立具有MPPT功能的直流变换器仿真模型。比较不同环境下的输出曲线的仿真结果以及实验数据。仿真结果和实验数据吻合,证明了此模型的适用性和准确性
上传时间: 2016-03-03
上传用户:ddddddos
编码本书是作者在多年从事数据库课程教学和科研的基础上,为满足“数据库原理”课程的教学需要,配合《数据库系统概论》(第三版)教材而编写的实验指导书。 全书共九个实验和三个附录。实验部分主要包括:SQL的数据定义DDL,SQL的数据操纵DML,SQL的视图功能,游标操作,数据库备份与恢复,数据库安全性,数据库完整性,综合实验和数据库课程设计。附录包括:实验报告格式,数据库课程设计封面格式和实验大纲。 本书内容循序渐进、深入浅出,可作为本科计算机及相关专业“数据库原
上传时间: 2014-01-24
上传用户:aysyzxzm