diff --git a/src/pages/tg-head/src/index.css b/src/pages/tg-head/src/index.css index 77b107a1..0c8ebf61 100644 --- a/src/pages/tg-head/src/index.css +++ b/src/pages/tg-head/src/index.css @@ -144,4 +144,7 @@ video{ } .box4One{ float: left; -} \ No newline at end of file +} +.box4Two{ + float: right; +} diff --git a/src/pages/tg-head/src/index.js b/src/pages/tg-head/src/index.js index 8018cf5c..8ea624c9 100644 --- a/src/pages/tg-head/src/index.js +++ b/src/pages/tg-head/src/index.js @@ -3,7 +3,14 @@ import ReactDOM from 'react-dom'; import './index.css'; import './iconfont/iconfont.css'; import { Carousel } from 'antd'; -import 'antd/dist/antd.css' +import 'antd/dist/antd.css'; +import { Tabs } from 'antd'; +import { Button } from 'antd'; +const { TabPane } = Tabs; + +function callback(key) { + console.log(key); +}; let head = (
@@ -72,15 +79,10 @@ let head = (

异质架构实践运行环境

Heterogeneous Architecture Practice Runtime Environments

-
- 云端编程环境 - 远程桌面 - 远程命令行 - 虚拟仿真 - 交互式笔记 -
-
+ + +

云端编程环境特点

  • 图文、视频、Latex
  • @@ -93,8 +95,8 @@ let head = (

    可定制运行环境

    CentOS、Ubuntu、Python、Matplotlib

    Pandas、Numpy、Scrapy … …

    - - + +
@@ -103,6 +105,109 @@ let head = (
+
+ +
+

远程桌面特点

+
    +
  • 图形化操作系统
  • +
  • 可配置应用软件和模拟器
  • +
  • 可定制测试集
  • +
  • 自动化部署、测试、反馈
  • +
  • 大规模并发实验
  • +
  • 支持一流课程建设
  • +
+

可定制运行环境

+

CentOS、Ubuntu、 Windows、 Kylin OS

+

Wireshark、Vscode、GN3 … …

+ + +
+
+
+ +
+
+
+ +
+

远程命令行环境

+
    +
  • 标准Linux Shell命令
  • +
  • 命令操作全程记录
  • +
  • 可配置命令行应用程序
  • +
  • 可配置命令行模拟器
  • +
  • 自动化部署、测试、反馈
  • +
  • 支持一流课程建设
  • +
+

可定制运行环境

+

CentOS、Ubuntu、Python、Vim、Docker

+

SSH、Git、Hadoop、Hive … …

+ + +
+
+
+ +
+
+
+ +
+

虚拟仿真项目特点

+
    +
  • 三维动画教学
  • +
  • 可编程驱动动画行为
  • +
  • 构件化、可组装虚拟场景
  • +
  • 自动化评测、反馈
  • +
  • 大规模并发仿真实验
  • +
  • 支持虚拟仿真项目建设
  • +
+

可定制运行环境

+

Ubuntu、CentOS、WebGL、Python

+

Java、C#、ThreeJS、Unity … …

+ + +
+
+
+ +
+
+
+ +
+

Jupyter NoteBook环境

+
    +
  • 代码编辑与结果展示同步
  • +
  • 富媒体展示计算结果
  • +
  • 模块化执行
  • +
  • 支持Latex、Markdown
  • +
  • 200种可选运行环境
  • +
  • 自动化部署、测试、反馈
  • +
+

可定制运行环境

+

CentOS、openEuler、TensorFlow、Python

+

MindSpore、Spark、Ubuntu … …

+ + + +
+
+
+ +
+
+
+
)