1 Star 1 Fork 0

岁陌/Student-achievement-cluster-Flask-KMeans

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
stu.sql 904 Bytes
一键复制 编辑 原始数据 按行查看 历史
Taki 提交于 2021-06-22 10:17 . Add files via upload
/*
Navicat Premium Data Transfer
Source Server : localhost_3306
Source Server Type : MySQL
Source Server Version : 80021
Source Host : localhost:3306
Source Schema : python
Target Server Type : MySQL
Target Server Version : 80021
File Encoding : 65001
Date: 22/06/2021 08:51:51
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for stu
-- ----------------------------
DROP TABLE IF EXISTS `stu`;
CREATE TABLE `stu` (
`sno` int(0) NULL DEFAULT NULL COMMENT '学生学号',
`Chinese` int(0) NULL DEFAULT NULL COMMENT '语文成绩',
`Math` int(0) NULL DEFAULT NULL COMMENT '数学成绩',
`type` int(0) NULL DEFAULT NULL COMMENT '类型'
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic;
SET FOREIGN_KEY_CHECKS = 1;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/taki0327/Student-achievement-cluster-Flask-KMeans.git
git@gitee.com:taki0327/Student-achievement-cluster-Flask-KMeans.git
taki0327
Student-achievement-cluster-Flask-KMeans
Student-achievement-cluster-Flask-KMeans
main

搜索帮助