一个超简单的FIFO在QT里验证了

上传者: sharebining | 上传时间: 2022-11-29 17:04:43 | 文件大小: 22KB | 文件类型: ZIP
用下标操作的环形 FIFOunsigned int rdex=0; unsigned int wdex=0; #define rwmax 10 void MainWindow::on_PutMessage_clicked() { QString debugstring("Write@"); if(((wdex+1)%rwmax)==rdex)//满 { // debugstring=debugstring+" None"; }else { wdex++; if(wdex>=rwmax)wdex=0; unsigned char ysdex=0;//原来的下标 debugstring=debugstring+"["+QString::number((wdex>0)?(wdex-1):(rwmax-1))+"] +1--> "+QString::number(wdex); } //if(wdex>=rwmax)wdex=0; ui->tEdit->append(debugstring); } void MainWindow::on_SendMessage_clicked() { QString debugstring("Read @"); if(rdex!=wdex)//不空 { rdex++; if(rdex>=rwmax)rdex=0; debugstring=debugstring+"["+QString::number((rdex>0)?(rdex-1):(rwmax-1))+"] +1--> "+QString::number(rdex); }else { // debugstring=debugstring+" None"; } ui->tEdit->append(debugstring); //if(rdex>=rwmax)rdex=0; }

文件下载

资源详情

[{"title":"( 12 个子文件 22KB ) 一个超简单的FIFO在QT里验证了","children":[{"title":"SerialPort","children":[{"title":"mainwindow.ui <span style='color:#111;'> 12.62KB </span>","children":null,"spread":false},{"title":"SerialPort.pro.user.c47cb93 <span style='color:#111;'> 18.29KB </span>","children":null,"spread":false},{"title":"SerialPort.pro.user.bd87a45 <span style='color:#111;'> 23.31KB </span>","children":null,"spread":false},{"title":"mainwindow.cpp <span style='color:#111;'> 21.15KB </span>","children":null,"spread":false},{"title":"main.cpp <span style='color:#111;'> 183B </span>","children":null,"spread":false},{"title":"SerialPort.pro <span style='color:#111;'> 405B </span>","children":null,"spread":false},{"title":"SerialPort.pro.user.5af8ba9 <span style='color:#111;'> 18.28KB </span>","children":null,"spread":false},{"title":"mainwindow.h <span style='color:#111;'> 1.79KB </span>","children":null,"spread":false},{"title":"SerialPort.pro.user <span style='color:#111;'> 23.27KB </span>","children":null,"spread":false},{"title":"SerialPort.pro.user.6cdbe99 <span style='color:#111;'> 23.33KB </span>","children":null,"spread":false},{"title":"SerialPort.pro.user.1180f37 <span style='color:#111;'> 23.39KB </span>","children":null,"spread":false},{"title":"newdialog.h <span style='color:#111;'> 305B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明