2019-08-09 英语自认为还算可以,不好也不差。但是做软考英文题目题,选一个错一个啊。备受打击。 题目如下: A project os a [temporary] (Sequence) of unique,complex,and connected activities having one ...
分类:
其他好文 时间:
2019-08-09 17:12:44
阅读次数:
140
63. Unique Paths II Medium 938145FavoriteShare 63. Unique Paths II Medium 938145FavoriteShare Medium A robot is located at the top-left corner of a m ...
分类:
其他好文 时间:
2019-08-06 13:41:46
阅读次数:
115
A cryptarithmetic puzzle is a mathematical game where the digits of some numbers are represented by letters. Each letter represents a unique digit. Fo ...
分类:
其他好文 时间:
2019-08-06 11:01:04
阅读次数:
98
"UVA 12604 Caesar Cipher" 题意:给一个字母表s,一个标准串w,一个密文s,问w是否可能在密文的原文中出现且仅出现一次 cpp include using namespace std; const int maxn = 6e5; char a[maxn], b[maxn], ...
分类:
其他好文 时间:
2019-08-06 10:43:18
阅读次数:
98
asset 资产 server 服务器 network 网络设备 from django.db import models class UserProfile(models.Model): """ 用户信息 """ name = models.CharField(u'姓名', max_length= ...
分类:
数据库 时间:
2019-08-04 10:37:15
阅读次数:
255
Given a sequence of K integers { N?1??, N?2??, ..., N?K?? }. A continuous subsequence is defined to be { N?i??, N?i+1??, ..., N?j?? } where 1. The Max ...
分类:
其他好文 时间:
2019-08-03 11:06:46
阅读次数:
94
K - The Unique MST 题目链接:https://vjudge.net/contest/66965#problem/K 题目: 给定连接的无向图,告诉它的最小生成树是否唯一。 定义1(生成树):考虑连通的无向图G =(V,E)。 G的生成树是G的子图,比如T =(V',E'),具有以下 ...
分类:
其他好文 时间:
2019-08-02 14:35:35
阅读次数:
93
Problem Description There are n planets in the MOT galaxy, and each planet has a unique number from 1~n. Each planet is connected to other planets thr... ...
分类:
其他好文 时间:
2019-07-30 21:38:21
阅读次数:
102
四种智能指针的讲解(auto_ptr, second_ptr, shared_ptr, weak_ptr),包含源代码:https://blog.csdn.net/sinat_36118270/article/details/69061348 shared_ptr, unique_ptr, weak ...
分类:
编程语言 时间:
2019-07-29 17:36:30
阅读次数:
172