登录
首页 » Windows开发 » based on the serial interrupt

based on the serial interrupt

于 2022-02-15 发布 文件大小:1.65 kB
0 66
下载积分: 2 下载次数: 1

代码说明:

基于中断的串口驱动及显示程序,收发缓冲区实体,收发缓冲区读写指针,串口初始化,串口缓冲区初始化,串口中断服务子程序-based on the serial interrupt-driven and show procedures, TX buffer entities, TX buffer literacy target, serial initialization, serial buffer initialization, interrupt service routines

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时...
    在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时读取该数据项。而若此程序是要修改数据项,则会给它数据项上独占锁,此时其它程序也就不能再访问这个数据项了。 对于同一个数据项,若有不同的程序同时给一个数据项上锁,且其中至少有一个是独占锁时,就表示它们发生了冲突。当发生冲突时,加锁的请求就会被拒绝。 每个加锁请求包含三个元素:锁模式、事务标识符和数据项标识符。两个程序可以同时给数据项上锁,前提是它们没有冲突。 在早期开发阶段,你需要编写一个简单的锁管理程序来处理加锁请求。它使用以下的规则来处理各种请求: 若一个加锁请求与先前的加锁请求没有发生冲突,则 DBMS 许可这个加锁请求; 一旦允许了一个加锁请求,则它将永远锁定数据项,不会改变,也不会释放; 如果一个程序的加锁请求与已有的锁发生了冲突,则 DBMS 拒绝这个加锁请求; 如果一个程序的加锁请求被拒绝,则 DBMS 忽略由这个程序发出的后续所有加锁请求。-the DBMS can be used to control the number of locks on the data, of the visit : When the procedures to access data items, data items to give locked. If it is read-only data, usually sharing locks, such other matters can also read the data item. And if this procedure is to amend the data, it will give information on items exclusive lock, other programs at this time, it will not re-visit this item of data. For the same data, if a different procedure for a data item unlocked but at least there is an
    2022-07-12 16:39:28下载
    积分:1
  • 有四个程序是编译原理的内容,都有说明.两个是和数据库有关的C的小程序,程序有注释.还有一个是并程序,有注释....
    有四个程序是编译原理的内容,都有说明.两个是和数据库有关的C的小程序,程序有注释.还有一个是并发程序,有注释.-procedures are four principle is to compile the contents have been described. Two of the database and the C minor procedures, the procedures Notes. There is a complicated procedures, it notes.
    2022-07-25 08:46:18下载
    积分:1
  • 选择启动股票软件的工具
    选择启动股票软件的工具-stock options activated software tools
    2022-07-21 10:49:48下载
    积分:1
  • 考试系统简单了点,不过基本功能还是可以的
    考试系统简单了点,不过基本功能还是可以的-test system simple, but the basic function it"s still
    2022-10-02 05:40:03下载
    积分:1
  • vc皮肤控件
    vc皮肤控件-vc skin control
    2023-01-02 02:30:04下载
    积分:1
  • 基于RTF的富文本框
    应用背景包含控件的完整源代码和例子程序的完整C #代码,基于RTF开发的用于及时聊天的富文本编辑框,可显示图片和文字,以及其他一些效果。关键技术C #开发,多信息文本格式(RTF)是一种方便于不同的设备、系统查看的文本和图形文档格式。RTF使用美国国内标准协会(ANSI)、pc-8、Macintosh(MAC苹果),或的IBM PC
    2023-07-02 21:35:03下载
    积分:1
  • 此程序是模拟文件管理系统的磁盘空间管理,外存管理,目录管理(单级目录)的一个模拟程序,也是高校计算机操作系统课程设计的一个案例,仅供大家参考...
    此程序是模拟文件管理系统的磁盘空间管理,外存管理,目录管理(单级目录)的一个模拟程序,也是高校计算机操作系统课程设计的一个案例,仅供大家参考-this procedure is simulated document management system disk space management, Disk Management, directory management (single-level directory) of a simulation program, as well as university computer courses on operating system design a case, we only reference
    2022-03-13 19:37:49下载
    积分:1
  • 日期时间计算, 判断日期时间合法性,转成统一格式,回车代替TAB键,等公共函数...
    日期时间计算, 判断日期时间合法性,转成统一格式,回车代替TAB键,等公共函数-period of time, the judge Date Time legitimacy, turn into a unified format, the transport instead of the TAB key, and other public functions
    2022-03-24 10:57:27下载
    积分:1
  • 本人两年前的移动给小灵通短消息的程序,原理是用一个gsm modem接收从移动手机过来的消息并解码成为文字信息,然后通过电信的web网站送给小灵通,虽...
    本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽然现在是废物,但是对学习gsm modem的操作大有好处,尤其是短消息编码解码,at命令操作等,该程序在实达的某款gsm modem上通过,也可以用一个老的nokia手机代替,但是我没有try过,自己简单调试一下即可-mobile PHS send text messages to the procedures, principle is a GSM modem reception from mobile phones made up of news and decoding as text messages, then Telecom web site sent to PHS, although now is the waste, but learning to operate the GSM modem large good, especially short news codec, at order operation, in the process of a particular Shida Public gsm adopted modem can also use an old nokia phones in place, but I did not try that I can simply about debugging
    2022-09-30 03:50:03下载
    积分:1
  • The level of blinds show pictures, talk about an image vertically divided into s...
    水平百叶窗显示图片,讲一张图像垂直分成若干份,bitblt一行一行的显示-The level of blinds show pictures, talk about an image vertically divided into several copies, bitblt display line by line
    2022-05-20 18:30:07下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载