学院观 您可以直观地查看所有大学和学生数据的一站式目的地 文档 即将推出 在线试用 前端部署在。 玩得开心 :smiling_face_with_sunglasses: 在本地运行 运行后端 1.种子mongodb 要使用随机数据运行种子集合: cd backend/seed node seedCollege.js node seedStudent.js node seedStudentNum.js 注意:请保持相同的执行顺序 2.设置.env文件 创建.env并添加上一步中的MONGODB_URI值 3. 运行服务器 最后,等待的步骤npm run start 运行前端 前端是静态 html 文件。 它们可以使用任何 Web 服务器提供服务。 为了方便使用,我们将使用 。 # Install serve globally sudo npm i -g serve # Serve the frontend cd frontend && s
1
ioBroker.vis-icontwo ioBroker.vis 适配器的图标适配器 用于可视化的纯图标适配器。 所有图标都可以在 vis-icontwo 文件夹中的文件管理器(在顶层)中找到 预习 图标样式的小预览: 例如灯光(部分选择): 例如房间(部分选择): 例如设备(部分选择): 可以在此处找到所有图标的完整概述(文件夹结构与文件管理器中的相同): -> http://icontwo.inventwo.com <- 支持 如果您喜欢我们的工作并愿意支持我们,我们期待您的每一笔捐款。 (此链接指向我们的 PayPal 帐户,与 ioBroker 没有连接) 变更日志/变更日志 0.76.0 • 添加了新图标(设备/恒温器) 0.75.0 • 添加了新图标(爱好/火车) 0.74.0 • 添加了新图标(字母/圆形) 0.73.0 • 添加了新图标(
2021-08-04 14:05:46 7.69MB visualization adapter icons iobroker
1
数据可视化作为数据科学的第一英里和最后一英里:Plotly Express 和 Dash 的 SciPy 2021 演讲 此存储库包含演示文稿中使用的 Jupyter Notebook。 链接到(25 分钟谈话 + 5 分钟问题) 链接到(6 张小幻灯片) 演示文稿中的有用链接: 应用: 资源:
1
易于建立摆锤,以从Arduino获取数据,对其进行分析以找到周期,并将理论与实验联系起来。
2021-08-03 20:12:44 4.07MB data collection data visualization
1
视觉排序 使用 JavaScript 动画的排序算法。 你可以测试 可用算法 添排序 插入排序 选择排序 快速排序 归并排序 冒泡排序 随机排序 斯大林排序 LSD基数排序 MSD基数排序
2021-08-03 14:03:58 20KB visualization algorithm algorithms animation
1
python 数据可视化项目 tips database 及四种可视化库:Matplotlib、Seaborn、Bokeh、Plotly
库尔报告 KoolReport是一个直观,灵活的开源PHP报告框架,可更快,更轻松地交付报告。 它使您可以完全控制数据过程以及数据可视化。 它快速,简单,并且可以通过多种方式扩展。 产品特点 各种数据源,包括关系数据库MySQL,SQL Server,Oracle或NoSQL,例如MongoDB,CSV或Excel文件。 各种数据处理:数据转换,联接,分组,过滤等。 通过小部件图表和表格实现了惊人的可视化。 扩展包可以在找到 变更日志 开始吧 系统要求 PHP 5.4或更高版本 安装 由作曲家 如果使用composer ,则可以运行以下命令来安装最新版本 $ composer req
2021-07-11 03:35:07 1.95MB php framework reporting data-visualization
1
The Visualization Handbook 可视化经典图书,学习可视化算法者不可错过,其中也提及vtk/itk用法等(~1000pages, 14MB)
2021-07-07 15:12:41 14.33MB Visualization Handbook 可视化
1
--------------------------- Qt Data Visualization 5.7.0 --------------------------- Qt Data Visualization module provides multiple graph types to visualize data in 3D space both with C++ and Qt Quick 2. System Requirements =================== - Qt 5.2.1 or newer - OpenGL 2.1 or newer (recommended) or OpenGL ES2 (reduced feature set) - Manipulating Qt Data Visualization graphs with QML Designer requires Qt Creator 3.3 or newer Building ======== Configure the project with qmake: qmake After running qmake, build the project with make: (Linux) make (Windows with MinGw) mingw32-make (Windows with Visual Studio) nmake (OS X) make The above generates the default makefiles for your configuration, which is typically the release build if you are using precompiled binary Qt distribution. To build both debug and release, or one specifically, use one of the following qmake lines instead. For debug builds: qmake CONFIG+=debug make or qmake CONFIG+=debug_and_release make debug For release builds: qmake CONFIG+=release make or qmake CONFIG+=debug_and_release make release For both builds (Windows/OS X only): qmake CONFIG+="debug_and_release build_all" make After building, install the module to your Qt directory: make install If you want to uninstall the module: make uninstall Building as a statically linked library ======================================= The same as above applies, you will just have to add static to the CONFIG: qmake CONFIG+=static Documentation ============= The documentation can be generated with: make docs The documentation is generated into the doc folder under the build folder. Both Qt Assistant (qtdatavisualization.qch) and in HTML format (qtdatavisualization subfolder) documentation is generated. Please refer to the generated documentation for more information: doc/qtdatavisualization/qtdatavisualization-index.html Known Issues ============ - Some platform
2021-07-07 11:47:51 5.79MB Qt Datavis 3D
1
Learning Python Data Visualization-带完整目录书签文字版 这个是带完整目录书签的高清pdf文字版,是英文原版,里面的文本内容是可以右键复制的哦。
2021-07-06 10:29:12 4.21MB Python 书签版 文字版 高清版
1