-
zmodem
利用串口通过zmodem协议在iap下更新APP程序。(Zmodem protocol updates through the use of serial APP program in iap.)
- 2021-02-07 19:59:55下载
- 积分:1
-
C# 制作一个顶层显示的窗口-不被其它窗口遮挡
C#设置顶层显示的窗口,让窗口显示在其它窗口的最上面,不被遮挡,这种窗口形式或许大家平时都见到过,特别是一些视频播放器,在播放视频的时候,都可以设置是否顶层显示,本示例就是模拟了这个功能,通过“允许以最顶层方式显示窗口”和“禁止以最顶层方式显示窗口”来模拟启用和关闭顶层窗口的功能,代码貌似简单:
private void button1_Click(object sender, RoutedEventArgs e)
{//允许以最顶层方式显示窗口
this.Topmost = true;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//禁止以最顶层方式显示窗口
this.Topmost = false;
}
- 2023-05-27 13:10:03下载
- 积分:1
-
使用IPicture显示多种格式的图像
基于Visual Studio IDE编写,使用IPicture显示多种格式的图像,语言c++,涉及部分mfc知识。包含所需的头文件和源文件。基于Visual Studio IDE编写,使用IPicture显示多种格式的图像,语言c++,涉及部分mfc知识。包含所需的头文件和源文件。
- 2022-11-16 12:10:04下载
- 积分:1
-
Four-phase-stepper-motor
控制四相步进电机。。。。。。。。
可使电机正转和反转(Four-phase stepper motor control)
- 2013-07-31 10:21:31下载
- 积分:1
-
extroverted-Tamrac-version
以前没外放的天域版本远控. 特别稀少. (Not previously extroverted Tamrac version remote control. Particularly scarce.)
- 2013-09-09 02:23:06下载
- 积分:1
-
TowerDefense
使用HGE引擎开发的塔防游戏源码。游戏分很多关,很酷。可以用来学习。(HGE engine developed using a tower defense game source code. Game points many customs, cool. Can be used to learn.)
- 2020-07-04 02:20:02下载
- 积分:1
-
modbus 源码(含master和slave)
modbus 源码(含master和slave)
- 2021-05-06下载
- 积分:1
-
单片机温度测量与显示
该代码是基于stc单片机与DS18B20,1602液晶显示屏的,将温度测出来显示到1602液晶屏幕上。
- 2022-06-28 06:24:21下载
- 积分:1
-
ALL
封装实现了 多线程操作、TCP/IP操作、运算符重载等。(Package which enables multi-threaded operation, TCP/IP operations, operator overloading, and so on.)
- 2011-07-11 16:43:33下载
- 积分:1
-
超声波测距模块
说明: 由于超声波指向性强,能量消耗缓慢,在介质中传播的距离较远,因而超声波经常用于距离的测量,如测距仪和物位测量仪等都可以通过超声波来实现。利用超声波检测往往比较迅速、方便、计算简单、易于做到实时控制,并且在测量精度方面能达到工业实用的要求,因此在移动机器人研制上也得到了广泛的应用。(Because of its strong directivity, slow energy consumption and long propagation distance in the medium, ultrasound is often used for distance measurement, such as range finder and level gauge, which can be achieved by ultrasound. Ultrasound detection is often fast, convenient, simple in calculation, easy to achieve real-time control, and can meet the requirements of industrial application in measurement accuracy, so it has been widely used in the development of mobile robots.)
- 2020-06-19 10:20:02下载
- 积分:1