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

中断<b>处理程序</b>

  • 为了进一步理解上述方法如何在编程中得以实现

    为了进一步理解上述方法如何在编程中得以实现,在此提供了1个用C51单片机编程语言编制的8个按键的键处理程序,以供参考。该程序在KEIL C51 V6.02/uVsion2 demo编译环境下编译通过

    标签: 编程

    上传时间: 2013-12-14

    上传用户:jing911003

  • xshDSP28_XIntrupt刚刚开始学习DSP

    xshDSP28_XIntrupt刚刚开始学习DSP,一些触及到DSP中断的处理代码,希望大家一起学习探讨,希望哟有所帮助!

    标签: XIntrupt xshDSP DSP 28

    上传时间: 2014-01-09

    上传用户:dengzb84

  • VC 源代码 --- --- --- --- --- --- --- --- --- --- --- --- --- -- dswRename_src.zip   一个可

    VC 源代码 --- --- --- --- --- --- --- --- --- --- --- --- --- -- dswRename_src.zip   一个可以重命名workspace的程序。 simplecomserver_src.zip   演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip   用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToPDF_src.zip sampleimage.zip   将tiff转换成PDF的源程序。 SimpleWordPad.zip   简单字处理程序。 Gamma_Manager_src.zip Gamma_Manager_demo.zip   调节灰度的滑动条的类。 smpplib.zip   一个SMPP类库可以用来连接SMPP网关来发送和接收SMS消息。 ColorFont_src.zip   使用CColorDialog类轻松改变对话框背景颜色和字体。 benBro107.zip benbro.zip   一个基于IE的浏览器,使用了多文档界面的标签,IE界面和XP的工具条等。 PictureZoom_src.zip PictureZoom_demo.zip    一个C++ OCX控件可以在你应用程序的窗口上绘制图片。

    标签: dswRename_src zip VC 源代码

    上传时间: 2016-01-08

    上传用户:eclipse

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    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

  • c8051f020微处理器gps数据接收

    c8051f020微处理器gps数据接收,处理程序,

    标签: c8051f020 gps 微处理器 数据接收

    上传时间: 2013-12-17

    上传用户:远远ssad

  • 1.matlab编程

    1.matlab编程,实现函数的倒排序; 2.程序实现FFT,傅立叶逆变换; 3.一个图像处理程序,添加噪声,去噪。

    标签: matlab 编程

    上传时间: 2016-01-20

    上传用户:米卡

  • 功能:实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口

    功能:实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可以开的太大,这就导致可以记录键盘的按键次数过少, 也就是容错性一般。不过如果正常使用键盘是不会出错的

    标签: 3.2 键盘 接口 8位单片机

    上传时间: 2016-01-24

    上传用户:hjshhyy

  • 电力系统变压器后被保护的逻辑说明和保护配置

    电力系统变压器后被保护的逻辑说明和保护配置,故障处理程序

    标签: 保护 电力系统 变压器 逻辑

    上传时间: 2014-01-12

    上传用户:gaojiao1999

  • 里面包含了LCD显示

    里面包含了LCD显示,按键扫描和处理、红外线学习、电力载波方面的处理程序,绝对是好

    标签: LCD

    上传时间: 2013-12-24

    上传用户:qoovoop

  • 1.小弟初学EVC

    1.小弟初学EVC,因之前都没学过C++、VC,所以写的比较简单。在此要谢谢驱动开发网的zhoumc 大哥,谢谢他多日来给我耐心的帮助! 2.工程kbhook是放HHOOK处理程序的DLL,winceKBhook是一个对话框程序,用来调用具体的应用程序。 3.因本人目前手上开发板上还没有键盘,所以在对话框上装了个按钮,用keybd_event来发送键盘消息。钩子安装成功之后可多次调用应用程序,但前后两次调用之间要有点时间间隔,大约5秒种,且要把应用程序关掉之后才可继续调用。 4.如有发现程序中有错误,或有更好的方法来实现调用具体的应用程序,欢迎来信告之小弟一声!我的邮箱saint_bxg@126.com。谢谢!

    标签: EVC

    上传时间: 2014-01-17

    上传用户:playboys0