1、Request message: 常用sub-function: 0x2F服务不支持sub-function参数。 2、Positive response message: 3、Supported negative response codes (NRC_): 4、Example #1 - ”A ...
分类:
其他好文 时间:
2020-02-22 13:57:22
阅读次数:
140
1、Request message: Sub-Function: 该服务不使用Sub-Function参数。 2、Positive Response message: 3、Supported Negative Response codes (NRC_): 4、Example #1:write dat ...
分类:
其他好文 时间:
2020-02-22 12:08:51
阅读次数:
83
The input contains N natural (i.e. positive integer) numbers ( N <= 10000 ). Each of that numbers is not greater than 15000. This numbers are not nece ...
分类:
其他好文 时间:
2020-02-21 20:07:51
阅读次数:
74
Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is , if 6 is a decimal number and 110 is a bi ...
分类:
其他好文 时间:
2020-02-20 12:54:51
阅读次数:
69
ROC曲线 ROC曲线是二元分类器中常用的工具,它的全称是 Receiver Operating Characteristic,接收者操作特征曲线。它与precision/recall 曲线特别相似,但是它画出的是true positive rate(recall的另一种叫法)对应false pos ...
分类:
其他好文 时间:
2020-02-18 20:11:29
阅读次数:
280
这个博客收集了与《哈佛幸福课》相关的资料,供自己和他人学习和分享。 《哈佛幸福课》视频链接:http://open.163.com/newview/movie/courseintro?newurl=%2Fspecial%2Fopencourse%2Fpositivepsychology.html 《 ...
分类:
其他好文 时间:
2020-02-12 22:27:48
阅读次数:
94
Given a positive integer X, an X-factor chain of length m is a sequence of integers, 1 = X0, X1, X2, …, Xm = X satisfying Xi < Xi+1 and Xi | Xi+1 wher ...
分类:
其他好文 时间:
2020-02-10 18:10:40
阅读次数:
107
1010 Radix (25分) Given a pair of positive integers, for example, $6$ and $110$, can this equation $6 = 110$ be true? The answer is , if 6 is a decimal ...
分类:
其他好文 时间:
2020-02-10 13:52:09
阅读次数:
60
一、题目说明 题目是41. First Missing Positive,求一个未排序队列中缺失的最小正整数。时间复杂度要求是O(n)。难度是Hard,确实难。 二、我的解答 不考虑时间复杂度,首先对队列进行排序,然后从第一个正数开始,如果不是1就返回1,否则继续查找2....找不到就返回,找到就继 ...
分类:
其他好文 时间:
2020-02-10 09:30:59
阅读次数:
56
A binary search tree is uniquely determined by a given ordered insertions of a sequence of positive integers. On the other hand, a given binary search ...
分类:
其他好文 时间:
2020-02-07 10:53:55
阅读次数:
85