搅拌机镜像插件 Blender 的附加组件。 用于镜像顶点组 该存储库包含一个用于 3D 建模工具 Blender 的简单插件。 此工具用于将顶点组从网格的一侧复制到另一侧。 您还可以影响网格一半的权重,然后在另一侧复制这些权重。 安装: 启动搅拌机。 打开用户首选项,插件选项卡 单击“从文件安装”并将 Blender 指向下载的 zip。 附加组件将安装在“网格”类别中。 从用户首选项激活镜像顶点组插件 如果您想在启动时启用它,请保存用户首选项。 ================================================== ================================================== ======================== Ce répertoire contient un add-on pour l'o
2021-11-15 10:54:52 664KB Python
1
使用 simulink 脚本学习 add_block 非常简单。
2021-11-12 16:00:05 1KB matlab
1
问题解决:AttributeError: module ‘paddle.fluid’ has no attribute ‘EndStepEvent’问题描述解决思路问题解决 问题描述 在使用paddle.fluid导入EndStepEvent过程中 global step if isinstance(event, fluid.EndStepEvent): if event.step == 0: plot_cost.append('Train Cost', step, event.metrics[0]) plot
2021-11-11 00:36:44 56KB add AS att
1
2007 Microsoft Office Add-in: Microsoft Save as PDF or XPS2007 Microsoft Office Add-in: Microsoft Save as PDF or XPS
2021-11-08 14:59:25 934KB 2007 Microsoft Office Add-in:
1
添加TradingView警报工具 自动将自定义提醒批量添加到TradingView 为什么这个项目存在 交易平台(例如和 )允许基于自定义的TradingView警报进行自动交易,可以使用webhook URL对其执行ping操作。 当使用TradingView指标(例如 )时,您可以使用TradingView警报将信号发送到您的交易机器人 那么,如果您想使用指标来跨数十或数百对交易怎么办?因为没有TradingView API可以批量添加警报,所以您需要手动维护这些警报。 这个工具如何运作? 使用专为自动化网站测试而设计的开源软件,我们可以输入您的TradingView帐户允许的任意数量的自定义提醒。它安装了自己的Chrome浏览器(称为Chromium),该浏览器受此脚本控制。 当此工具自动进入您的TradingView警报时,请注意。 要求 MacOS / Windows / Li
2021-11-04 15:01:08 13.9MB TypeScript
1
文章目录matplotlib—柱形图bar()和饼图pie()绘制地区分布柱形图绘制体重柱形图绘制体重分布饼图总结 matplotlib—柱形图bar()和饼图pie() 从昨天在百度百科爬取到的《青春有你2》参赛选手的数据,对选手的地区,体重等信息进行数据可视化。 部分数据展示(JSON格式): 绘制地区分布柱形图 话不多说,直接上代码。 import matplotlib.pyplot as plt import numpy as np import json import matplotlib.font_manager as font_manager #显示matplotlib生成的
2021-11-04 12:45:01 210KB add dd ddl
1
作业一:输出 9*9 乘法口诀表(注意格式) 注意:提交作业时要有代码执行输出结果。 def table(): #在这里写下您的乘法口诀表代码吧! for i in range(1,10,1): for j in range(i): j=j+1 print('%d * %d = %d '%(j,i, i*j),end='\\t') print('\n') if __name__ == '__main__': table() 1 * 1 = 1 1 * 2 = 2 2 * 2 = 4
2021-10-30 09:46:40 32KB add dd ddl
1
用vs2008开发vc项目时,经常需要手工修改版本号,比较麻烦。写一个vs2008 add-in,直接从vs tools菜单中,点击菜单,一键完成。其他vs版本类似。
1
小程序 右上角 “添加小程序”(分享小程序)提示 组件
2021-10-19 16:05:07 2KB 小程序
1
This book is for people who spend a lot of time working with Excel building reports and dashboards. More specifically, this book is for people who work with Excel building reports and dashboards and who are bored with copying and pasting data into worksheets, bored with clicking the same sequence of buttons every month to clean and shape that data, and bored with fixing the problems associated with complex formulas, dirty data, and the errors that are inevitable when you have to follow the same procedures over and over and over again. The good news is that Power Query is here to free you from these dull, repetitive tasks and give you time to concentrate on what’s important: analyzing your data and gaining insights from it. Even better, Power Query is easy to use and lots of fun to learn (so long as you’re the kind of person who thinks that playing with data can be fun—no need to feel ashamed if you do) and, as a result, it will make you more efficient, more productive, and, hopefully, less bored.
2021-10-13 14:44:02 15.14MB EXCEL BI Add-in
1