- 博客(3)
- 收藏
- 关注
原创 Unity 检测点击UI
UNiTY检测是否点击UI:Unity 检测点击UI EventSystem eventSystem = EventSystem.current; PointerEventData pointerEventData = new PointerEventData(eventSystem); pointerEventData.position = Input.mousePosition; //射线检测ui List<Ra
2022-04-22 17:38:15 3305
原创 简单并查集
codeforces 893 C题 http://codeforces.com/contest/893/problem/C#include<iostream>#include<algorithm>#include<cstring>using namespace std;struct word{ long long da,money; //lo
2017-12-08 17:23:20 209
原创 Dijkstra算法 最短路径
http://acm.hdu.edu.cn/showproblem.php?pid=1874HDU 1874#include<iostream>#include<cstring>#include<cmath>using namespace std;#define INF 0x3f3f3f3fint Min(int a,int b){ return a>b?b:a;}int
2017-12-06 20:25:27 463
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人