此为本人今期一个项目的部分C51源程序,包含AD键盘检测及处理程序,语音芯片WTV—S的资料,配套软件及驱动控制程序。(如须更详细的资料,可邮件索取,ligang048006@163.com
上传时间: 2015-11-16
上传用户:weixiao99
1.掌握系统中断向量(1CH)的获取和设置的方法,掌握中断处理程序的设计方法。 2.显示的形式为“2007—07—XX XX:XX:XX”,以秒为增量单位。
标签: 中断向量
上传时间: 2015-11-20
上传用户:aig85
一、 使用键盘显示接口芯片8279接收按键键值,并在七段数码管上显示出来,通过判断键值进入相应音乐播放处理程序。在音乐播放程序中,使用定时器/计数器8253的计数器2,使其工作在方式¬ ¬ 3—方波发生器,通过查表依次取出乐曲频率值送入计数器作为计数初值,经out2输出方波,驱动扬声器发出不同频率的声音,在每个音阶之间加入相应的延迟时间,即实现了音乐的播放。
上传时间: 2014-01-22
上传用户:阿四AIR
本文介绍了在自由口通信模式下,用计算机读写S7-200 PLC存储区内相邻的多个字 节数据的通信程序设计方法,程序设计中采用了多种可靠性措施。
上传时间: 2013-12-16
上传用户:banyou
这是一个在图形界面下的资源编译程序,可以很方便地为您的程序编译资源数据,此程序目前尚未支持ICON256格式的文件,带运行程序
上传时间: 2015-11-26
上传用户:yph853211
为了进一步理解上述方法如何在编程中得以实现,在此提供了1个用C51单片机编程语言编制的8个按键的键处理程序,以供参考。该程序在KEIL C51 V6.02/uVsion2 demo编译环境下编译通过
标签: 编程
上传时间: 2013-12-14
上传用户:jing911003
在本设计中,我们利用模块化设计方法研制成功一个由超大规模集成电路 组成的高速数字信号处理系统,该系统以TMS320C30为CPU, TMS320C30的突出 的优点是:能进行浮点运算和60ns的指令周期,所以能更有效的完成各种处理 算法,该系统可以将高速采集的数据经过处理存入PC机,同时也可将数据输出。 该系统具有如下功能: 1、高速数据运算能力TMS320C30指令周期为60ns,每秒执行3300 万次浮点运算,具有单周期双数据读取能力,保证了高速数据处理. 2、数据采集A/D能够对16路模拟信号中的任意一路数据进行采样,对 16路数据分时采样,然后进行实时信号处理。 3, D/A数据转换可完成两路数据信号转换成模拟信号。 4、通讯功能利用标准的RS232C与外部设备进行通讯,实现TMS320C30 与PC机之间通讯。 本文作为一个完整的高速数据采集处理系统,为今后数据采集与处理 提供了一个良好的方法。
标签:
上传时间: 2013-12-25
上传用户:许小华
c++编程,数据结构与程序设计方法,及算法
标签: 编程
上传时间: 2015-12-24
上传用户:yan2267246
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 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