-
飞机大战(C++)
飞机大战,用C++写的,页面效果已经很棒了
- 2022-01-24 16:32:20下载
- 积分:1
-
MY-Project
俄罗斯方块游戏的c++简单实现,参考学习很有价值(Tetris game c++ simple realization, learning valuable reference)
- 2013-09-09 09:51:59下载
- 积分:1
-
EC20 AT指令驱动
说明: EC20模块AT指令驱动,EC20是移远一款带有GPS功能的LTE模块,代码实现了AT指令数据收发 1、使用 AT+QGPSCFG 对GPS参数进行配置,此步骤不进行亦可使用(采用默认参数)。 2、使用 AT+QGPS 开启GPS功能,激活NMEA端口开始上报GPS NMEA数据,也可通过AT指令端口获取NMEA GPS数据(EC20 module is driven by at command. EC20 is a LTE module with GPS function. The code realizes at command data receiving and transmitting 1. Use at + qgpscfg to configure GPS parameters. This step can be used without (using default parameters). 2. Use at + qgps to turn on GPS function, activate NMEA port to start reporting GPS NMEA data, or obtain NMEA GPS data through at command port)
- 2021-01-11 20:58:50下载
- 积分:1
-
tinytcl681
一个嵌入试TCL脚本解释器编译后不到60K.(TinyTcl is a tiny version of Tcl, for small footprint machines and embeddable/rommable applications. It is derived from Tcl 6.7 and compiles to less than 60K, 10X smaller than Tcl 7 and Tcl 8)
- 2009-03-31 18:18:58下载
- 积分:1
-
ppi-c
西门子ppi通讯,新人上传的第一个代码,请多关注,谢谢大家了(Siemens PPI newsletter, the first code uploaded by newcomers, please pay more attention. Thank you.)
- 2020-06-23 15:20:01下载
- 积分:1
-
DesktopSnow
说明: QT界面简单的图形移动和鼠标绘图,实现桌面下雪效果,动画效果(QT interface simple graphics movement and mouse drawing to achieve desktop snow effect, animation effect)
- 2019-04-19 15:33:15下载
- 积分:1
-
udf
说明: 离散相碰撞有关的udf,加强了已有的碰撞机制(The udf associated with discrete phase collisions strengthens the existing collision mechanism)
- 2020-12-06 20:59:22下载
- 积分:1
-
5__training
智能小车实现智能循迹的功能,可以测量小车的速度,有5个传感器检测地面上黑线的位置。(Intelligent Vehicle Tracking intelligent features, speed car can be measured, there are five sensors detect the location of the black line on the ground.)
- 2010-06-24 16:39:49下载
- 积分:1
-
DrivingSchoolManage
基于.net开发的驾校管理系统,可以直接运行部需要修改配置(.net for school system demo)
- 2021-02-11 15:39:51下载
- 积分:1
-
MCU实战经验---多种的按键处理
MCU实战经验---多种的按键处理
之前的一个项目按键比较多,面板上面有按键,遥控器,处理的稍微复杂一点,MCU使用的是STM8S005K6.
关于按键部分的处理,现在拿处理来和大家分享一下,说的不对的地方还请各位大侠请教,大家共同进步。
按键通常分有IO口按键(BUTTON),AD按键(通过AD采样电压),IR(遥控器)
按按键功能分:有短按键,长按键,连续按键。打个比方,遥控电视机,按一下音量键,音量增加1,这个就是短按键。
按住音量键不放,音量连续加,这个就是连续按键。按住一个按键5s,系统会复位,这个是长按键。
- 2022-02-16 01:01:11下载
- 积分:1