Lotuscc
Lotuscc
全部文章
分类
C/C++语言基本算法(34)
C专家编程(1)
C和C指针(2)
Shell编程(8)
读书笔记(1)
随笔(9)
题解(9)
归档
标签
去牛客网
登录
/
注册
Lotuscc的博客
你和你的犬色声马,我和我的各安天涯。 千里走单骑,八方为敌。 青灯古佛度苍生,不愿度己。
全部文章
(共64篇)
Linux软件安装
文章目录 Linux软件包管理 rpm安装 1. 安装 2. 升级 ...
2019-03-15
0
553
Git的使用
Git的使用 Git 安装 下载安装完成之后需要配置Github账户信息 右击鼠标选择Git Bash Here 输入下列命令 其中WitheredLotus为GitHub账户名称 git config --global user.name 'WitheredLotu...
2019-03-14
0
371
A* 求16宫格拼图
#include <QCoreApplication> #include <bits/stdc++.h> #include <iostream> #include <cstring> #include <stdio.h> using na...
2019-03-12
0
451
IDA* 求16宫格拼图
#include <QCoreApplication> #include <bits/stdc++.h> #include <iostream> #include <cstring> #include <stdio.h> using na...
2019-03-12
0
494
广度优先搜索求九宫格
#include <QCoreApplication> #include <bits/stdc++.h> #include <iostream> #include <cstring> #include <stdio.h> using na...
2019-03-12
0
539
回溯法求八皇后
#include <QCoreApplication> #include <bits/stdc++.h> #include <iostream> #include <cstring> #include <stdio.h> using na...
2019-03-11
0
395
二分求LIS
#include <bits/stdc++.h> #include <iostream> #include <cstring> #include <stdio.h> using namespace std; int L[10]; int Lengt...
2019-03-11
0
365
Corporative Network
#include <bits/stdc++.h> #include <iostream> #include <cstring> #include <stdio.h> using namespace std; int A[20010]; int t...
2019-03-10
0
442
STM32F0——GPIO详解
STM32F0——GPIO详解 一. GPIO (General Purpose I/O Port) 统称为通用输入/输出端口。 二. GPIO的基本结构 1. 输入配置 2.输出...
2019-03-03
0
4666
线段树求最长连续上升子序列
//#include <bits/stdc++.h> #include <iostream> #include <algorithm> #include <cstdio> using namespace std; struct Node { ...
2018-12-02
0
526
首页
上一页
1
2
3
4
5
6
7
下一页
末页