-
STM32F103RC串口通讯
保证开发板相关硬件连接正确,用 USB 线连接开发板的 USB 转串口接口跟电脑,在电脑端打开串口调试助手,把编译好的程序下载到开发板,此时串口调试助手即可收到开发板发过来的数据。我们在串口调试助手发送区域输入一个特定字符,点击发送按钮,LED 灯的状态随之改变。
- 2023-03-15 17:00:03下载
- 积分:1
-
串行端口通信源代码
串行端口 RS232 通信源的代码 VC8 MFC
串行端口连接示例的源代码,VC + + visual studio 8 MFC
- 2022-02-14 03:55:40下载
- 积分:1
-
通过增强的元文件(Meta File)拷贝绘图数据
通过增强的元文件(Meta File)拷贝绘图数据-through the Enhanced Metafile (Meta File) copy mapping data
- 2023-01-26 21:15:04下载
- 积分:1
-
wince下的多媒体播放器,功能强大。比wince自带的wmp性能更优越。...
wince下的多媒体播放器,功能强大。比wince自带的wmp性能更优越。-A multimedia player under Wince, powerful funtions. and is more excellent than wmp which is fixed by Wince.
- 2022-05-19 02:58:45下载
- 积分:1
-
WINCE6下写的一个串口通讯程序,有功能非常完备的串口类,强烈推荐下载!...
WINCE6下写的一个串口通讯程序,有功能非常完备的串口类,强烈推荐下载!-WINCE6下?
- 2022-02-21 00:30:13下载
- 积分:1
-
New data, loading data, data modification, data search, data designated backup,...
新建数据、载入数据、数据修改、数据搜索、数据指定备份、excel格式转换、分数统一变更-New data, loading data, data modification, data search, data designated backup, excel format conversion, Score unified change
- 2022-05-07 02:41:21下载
- 积分:1
-
C program to request the user to guess a number between 1-100.
编写一个C程序,要求用户随机猜出一个介于1-100之间的数字
- 2022-02-04 06:52:34下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
如何在tc环境下打开显示位图的程序,比较经典
如何在tc环境下打开显示位图的程序,比较经典-how to open process of showing bitmap, more classical
- 2022-02-02 13:45:42下载
- 积分:1
-
用VB实现一些特殊的文字效果,使VB效果好极了
用VB实现一些特殊的文字效果,使VB效果好极了-Use VB language to achieve some special effects, so that the effect of good VB
- 2022-06-29 05:02:29下载
- 积分:1