摘要: 完成课堂测试 前端 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <ti 阅读全文
posted @ 2025-05-29 08:00 KuanDong24 阅读(13) 评论(0) 推荐(0)
摘要: 大数据技术与应用实验作业 实验名称:Hive安装部署及基本操作 班级:信2205-3 学号:20223766 姓名:郑盾 一、实验目的 1.了解Hive的安装部署 2.了解Hive的工作原理 二、实验过程 1.Hive安装部署 1.首先在Linux本地,新建/data/hive1目录,用于存放所需文 阅读全文
posted @ 2025-05-29 07:59 KuanDong24 阅读(13) 评论(0) 推荐(0)
摘要: FlaskSpeechRecognitionmatplotlibnumpyPyAudio # 如果用麦克风输入,安装时可能有点麻烦 阅读全文
posted @ 2025-05-29 07:58 KuanDong24 阅读(4) 评论(0) 推荐(0)
摘要: 前端 body { font-family: Arial, sans-serif; margin: 20px; } video { width: 320px; height: 240px; background: #000; } #radarImg { margin-top: 20px; width 阅读全文
posted @ 2025-05-29 07:58 KuanDong24 阅读(9) 评论(0) 推荐(0)
摘要: const questions = [ '请介绍你对机器学习基本原理的理解?', '请谈谈你对人工智能未来发展的看法?', '请分享一次你解决复杂问题的经历?' ]; let currentQuestion = 0; let recordedVideos = []; let mediaRecorde 阅读全文
posted @ 2025-05-29 07:57 KuanDong24 阅读(7) 评论(0) 推荐(0)
摘要: app.py from flask import Flask, request, jsonify, send_from_directory, render_template import os import random import matplotlib.pyplot as plt import 阅读全文
posted @ 2025-05-29 07:57 KuanDong24 阅读(5) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8" /> <title>多题目面试录制与分析</title> <link rel="stylesheet" href="{{ url_for('static', filena 阅读全文
posted @ 2025-05-29 07:56 KuanDong24 阅读(3) 评论(0) 推荐(0)
摘要: 进行软件杯初步架构建设 <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <title>多模态面试评测系统</title> </head> <body> <h2>模拟面试系统</h2> <video id="preview" 阅读全文
posted @ 2025-05-29 07:52 KuanDong24 阅读(11) 评论(0) 推荐(0)