#include <stdio.h> #include <stdlib.h> const int N=5; typedef struct student { long no; char name[20]; int score; }STU; void input(STU s[], int n); in ...
分类:
其他好文 时间:
2019-12-22 16:08:04
阅读次数:
57
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:
其他好文 时间:
2019-12-22 14:55:46
阅读次数:
92
accuracy_score分类准确率分数是指所有分类正确的百分比。分类准确率这一衡量分类器的标准比较容易理解,但是它不能告诉你响应值的潜在分布,并且它也不能告诉你分类器犯错的类型。 形式:sklearn.metrics.accuracy_score(y_true, y_pred, normaliz ...
分类:
其他好文 时间:
2019-12-22 13:03:01
阅读次数:
123
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:
其他好文 时间:
2019-12-22 00:34:30
阅读次数:
106
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:
其他好文 时间:
2019-12-21 13:32:45
阅读次数:
57
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:
其他好文 时间:
2019-12-21 13:32:00
阅读次数:
55
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:
其他好文 时间:
2019-12-21 00:02:55
阅读次数:
68
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:
其他好文 时间:
2019-12-20 22:40:13
阅读次数:
101
一.代码块 #include<stdio.h> #include<stdlib.h> #include<string.h> struct student { char Name[20]; char ID[20]; char Sex[20]; char Class[20]; int score; } ...
分类:
编程语言 时间:
2019-12-19 09:55:47
阅读次数:
64
2019年12月16日星期一,天气晴朗,软考成绩终于可以查询了,怀着忐忑的心情,打开查询网址:http://query.ruankao.org.cn/score/main,输入身份证号、姓名和验证码开始查询,上午成绩:48;下午成绩:54;论文成绩:48,终于过啦,心里一阵窃喜,回想这一年的备考历程,多少个日夜看课程视频学习,听老师直播讲解,现在总算是有回报了,非常感谢51CTO软考学院的薛老师、
分类:
其他好文 时间:
2019-12-18 17:47:56
阅读次数:
105