C++标准库(四)之String String 常见操作 bool empty() const size_type size() const size_type length() const size_type max_size() const size_type capacity() const ...
分类:
其他好文 时间:
2019-08-10 19:23:34
阅读次数:
94
CS231n 2 K Nearest Neighbors note by Orangestar 1. codes: 2. 缺点:训练的时间复杂度是O(1),而预测的时间复杂度是O(N) 当然,这个算法还可以选择选取K个最近的点,然后加权投票 http://vision.stanford.edu/te ...
分类:
其他好文 时间:
2019-08-09 21:28:38
阅读次数:
75
alternative n 可供选择的事物 adj 可替代的;非传统的 nervous adj 神经紧张的 uneasy adj 紧张不安的 restless adj (尤指因紧张或厌烦而)不安宁的 impatient adj 不耐烦的;急切的 tense adj (形势)令人紧张的 capture ...
分类:
其他好文 时间:
2019-08-09 19:56:48
阅读次数:
72
首先在setting.py文件中编写数据库配置内容 之后在app中models.py文件编写模型映射表 通过pycham的控制台输入 创建数据库中的表 之后进行模版渲染,在app中views.py中编写index, add, list, detail, edit这五个函数 index add lis ...
分类:
其他好文 时间:
2019-08-09 15:24:39
阅读次数:
96
1,任何类型的值都可以赋给 unkown类型 2. 如果没有类型断言或基于控制流的类型细化时 unknown 不可以赋值给其它类型,此时它只能赋值给 unknown 和 any 类型 3. 如果没有类型断言或基于控制流的类型细化,则不能在它上面进行任何操作 4.unknown 与任何其它类型组成的交 ...
分类:
其他好文 时间:
2019-08-09 01:32:58
阅读次数:
107
def fun(num1,num2): #num1 type str #num2 type str a = map(int,list(reversed(num1))) b = map(int,list(reversed(num2))) result = [0]*(len(a) + len(b)) f... ...
分类:
其他好文 时间:
2019-08-09 01:21:45
阅读次数:
92
1126 Eulerian Path (25 分) 1126 Eulerian Path (25 分) 1126 Eulerian Path (25 分) In graph theory, an Eulerian path is a path in a graph which visits ever ...
分类:
其他好文 时间:
2019-08-08 23:17:27
阅读次数:
111
该bug对用户造成的影响有多大。(1)Urgent 死机重启等致命bug(2)Veryhigh 非常严重的bug(3)High 严重的bug(4)Medium 中等程度的bug(5)Low 小的bug ...
分类:
其他好文 时间:
2019-08-08 00:41:50
阅读次数:
139
Tired of doing the same job? Get your hands on HPE2-K42 exam It is the nature of the human being that he/she will get tired of doing the same task ove ...
分类:
其他好文 时间:
2019-08-07 20:45:13
阅读次数:
96
Tired of doing the same job? Get your hands on HP2-H80 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-08-07 20:44:42
阅读次数:
98