自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

左岸的博客

————————————————————————

  • 博客(4)
  • 资源 (4)
  • 收藏
  • 关注

原创 配置Tomcat

一:在Eclipse中设置Tomcat (1)启动Eclipse,选择Windows->Preferences,打开Preferences对话框。 (2)在该对话框中展开Server节点,单击Runtime Environment. (3)单击Add按钮打开New Server Runtime Environment对话框。 (...

2019-03-03 12:05:48 149

原创 1155

#include<iostream> #include<vector> #include<stack> using namespace std; bool IsMaxHeap(vector<int>&A); bool IsMinHeap(vector<int>&A); void Print(vector<int&g.

2019-03-01 12:06:42 385

原创 1154

#include<iostream> #include<map> #include<cstring> #include<queue> #include<vector> using namespace std; #define N 10010 int Ver[N]; int n, m; vector<int> Map[N];...

2019-03-01 10:36:20 219

原创 1153

cin cout 输入输出会超时 用scanf() printf()输入输出 string类的输入输出方式 scanf(): string.resize(length); scanf("%s", &string[0]); printf():printf("%s", string.c_str()); #include<io...

2019-03-01 09:44:01 145

MFC串口助手......

MFC 单片机 串口

2021-03-19

基于图像处理的微信跳一跳

利用ADB指令和Opencv进行微信跳一跳。

2020-02-13

TCP&UDP&串口通信助手

TUC通信助手,包括TCP服务器和客户端,UDP以及串口。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

2020-02-09

基于MFC的串口通信助手

带波形显示的串口通信助手,基于MFC开发,开发平台Win10+VS2019。相比传统的串口通信助手,增加了画布以显示数据变化。

2019-12-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除