自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

左岸的博客

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

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

原创 鸣铃

#include<iostream>#include <Windows.h>using namespace std;int main(){ while (true) { cout << '\a'; Sleep(1000); } system("pause"); return 0;}

2018-06-19 18:52:25 186

原创 1011

#include<iostream>#include<iomanip>#include<algorithm>using namespace std;int main(){ double a, b, c, maxnum; char Ans[5]; maxnum = 1; for (int i = 1; i <= 3;...

2018-06-10 22:48:10 162

原创 1010

#include<iostream>#include<cstring>#include<cmath>#include<algorithm>using namespace std;#define N 10+10typedef unsigned long long LL;LL Change_D(char A[], int r);int...

2018-06-09 15:02:51 122

原创 1009

#include<iostream>#include<iomanip>using namespace std;#define N 1000*1000+10int NA, NB;float A[N], B[N], C[N];int main(){ for (int i = 0; i <= 1000 * 1000; i++) { ...

2018-06-04 13:29:31 1203

原创 最大堆

#include<stdio.h>#include<stdlib.h>#define MaxData 0x7ffffffftypedef struct HeapStruct{ int *Elements; int Size; int Capacity;}* MaxHeap;MaxHeap Create(int Maxsize);int ...

2018-06-01 16:32:47 177

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关注的人

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