目录 题目描述
AC Code 题目描述 AC Code
#include<bits/stdc.h>
using namespace std;
typedef long long ll;
int main()
{ int a,b;cin>>a>>b;cout<<ab<<endl;return 0;
}
项目代码 https://github.com/yinhai1114/Java_Learning_Code/tree/main/IDEA_Chapter13/src/com/yinhai/wrapper_/homework_ 1.字符反转 注意String是final的不能改变需要toCharArray改成char数组
返回String需要将char改成valueOf改为String
public class HomeWork01 {publ…
评估在线不平衡学习的PAUC
原始论文《Prequential AUC: properties of the area under the ROC curve for data streams with concept drift》 由于正常的AUC需要计算整体数据集上,每个数据的预测置信度的排名。那么我们首先要求我们的在线学习算法在进行预测时也返…
2010年3月作者写了一篇《学之者生,用之者死——ACE历史与简评》(http://blog.csdn.net/Solstice/archive/2010/03/10/5364096.aspx,ACE是(Adaptive Communication Environment)是一个C编写的开源框架,用于开…