- 博客(4)
- 问答 (1)
- 收藏
- 关注
原创 关于unity2019.3.2f1连接mysql8.0.19-win64数据库的问题
关于unity2019.3.2f1连接mysql8.0.19-win64数据库的问题下载安装成功mysql8.0.19数据库之后,还需要从MySQL官方下载mysql-connector-net,笔者下载的是mysql-connector-net8.0.19版本。下载安装完成mysql-connector-net之后,打开安装目录,mysql connector net 8.0.19 -->...
2020-04-17 22:14:29
1628
2
原创 PAT1154Vertex Coloring
A proper vertex coloring is a labeling of the graph’s vertices with colors such that no two vertices sharing the same edge have the same color. A coloring using at most k colors is called a (proper) k...
2020-01-10 10:39:30
158
原创 PAT1153Decode Registration Card of PAT
A registration card number of PAT consists of 4 parts:the 1st letter represents the test level, namely, T for the top level, A for advance and B for basic;the 2nd - 4th digits are the test site numb...
2020-01-10 09:48:35
223
原创 PAT1152Google Recruitment
本题代码,由于本人编码能力较差,本代码是照着网络上的大佬代码编写而来。(第一次写博客,请大佬们见谅)具体思路:本题较为简单,首先建立一个判断是否为素数的函数,然后编写即可。代码中的 string t = s.substr(i,k);函数作用为获取字符串中的第i个到底k个字符, int temp = stoi(t)作用为将字符串t转化为int形式#include #includeusing...
2020-01-09 21:26:07
248
空空如也
执行jsdoc2md命令后啥也不输出
2021-05-19
TA创建的收藏夹 TA关注的收藏夹
TA关注的人