ocs网课助手
摘要:
// ==UserScript== // @name OCS 网课助手 // @version 3.17.13 // @description OCS 网课助手,支持各平台网课学习,支持超星学习通,知道智慧树,智慧职教(职教云),等网课的学习,作业,考试功能。 // @author enncy //
问卷星
摘要:
// ==UserScript== // @name sjj问卷星 // @namespace http://tampermonkey.net/ // @version 3.3 // @description nothing // @author xr // @include https://www
json
摘要:
glTF hR ? JSON { "asset": { "generator": "Khronos glTF Blender I/O v3.2.43", "version": "2.0" }, "scene": 0, "scenes": [{ "name": "Scene", "nodes": [
three.js
摘要:
import * as THREE from 'three'; // 导入轨道控制器库 import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; // 导入gltf模型载入库 import { GLTFLoa
智能家居最终代码
摘要:
#include <DFRobot_SSD1306_I2C.h> //导库 #include <Servo.h> // 创建舵机对象 Servo myservo; // 定义Servo对象来控制 int pos = 0; // 角度存储变量 DFRobot_SSD1306_I2C oled12864
智能家居实验代码
摘要:
遥控器控制风扇和蜂鸣器 #include <IRremote.hpp> /* * IRremote: IRrecvDemo -demonstrates receiving IR codes with IRrecv * An IR detector/demodulator must be connec
ccc
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
答辩项目
摘要:
人物动画 1:完成整体项目布局 2:完成云动画左右走动 3:风车需要走动 4:完成气球飞向天空动画 房屋流星 1:完成烟冲效果 2:鼠标以上点亮所有灯 3:月亮升起来 4:流星划过效果 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UT
cow css
摘要:
.cow { width: 300px; height: 400px; position: relative; top: -300px; left: 40%; z-index: 10; } .head { width: 200px; height: 100px; position: relative
qt pyside6 Mychat client
摘要:
import sys from PySide6 import QtCore, QtWidgets, QtGui from PySide6.QtGui import QIcon from PySide6.QtWidgets import QPlainTextEdit import Mychat_ui