- 博客(16)
- 收藏
- 关注
原创 Mathtype 6.9安装问题
打开word后为:参考百度经验如未解决,则把MathPage.WLL文件复制到系统库目录:C:\Windows\System32\中。
2022-02-23 21:33:34
1252
1
原创 windows版本的多智能体MADDPG
安装maddpg依赖的环境是: Python (3.5.4), OpenAI gym (0.10.5), tensorflow (1.8.0), numpy (1.14.5),GitHub源码分为环境和算法两个部分:环境openai/multiagent-particle-envs: Code for a multi-agent particle environment used in the paper "Multi-Agent Actor-Critic for Mixed Coopera
2021-11-14 16:03:03
2635
5
原创 ModuleNotFoundError: No module named ‘tensorflow‘
使用jupyterimport tensorflow as tf出现ModuleNotFoundError Traceback (most recent call last)<ipython-input-3-64156d691fe5> in <module>()----> 1 import tensorflow as tfModuleNotFoundError: No module named 'tensorf..
2021-08-16 19:58:49
278
转载 matlab与python SOCKET通信——UDP方法与TCP方法
https://blog.csdn.net/tiancai13579/article/details/53039437?utm_medium=distribute.pc_relevant_download.none-task-blog-2~default~searchFromBaidu~default-7.test_version_3&depth_1-utm_source=distribute.pc_relevant_download.none-task-blog-2~default~searc..
2021-07-03 10:47:49
3417
原创 matlab的 Invalid value for LifeSpan parameter问题
Simulation>Configuration Parameters>Optimization
2021-05-18 16:34:36
1180
原创 Matlab启动后窗口出现Academic License解决方法
修改文件,找到D:\Matlab\MATLABR2015b\resources\MATLAB\en\branding.xml将<entry key="ACADEMIC_CMD_WINDOW_STR" translate="false">\n\tAcademic License\n\n</entry>改为<entry key="ACADEMIC_CMD_WINDOW_STR" translate="false"></entry>...
2021-05-18 15:01:31
1784
2
原创 用advisor提取万有特性曲线数据
安装Advisor后打开输入advisor自带的GUI工具image2mapi根据界面的提示步骤1、2、3、4、5操作
2021-05-10 16:18:26
870
3
原创 Isight 5.6安装
1. 点击setupwin.exe,安装服务器,选择第三项,保存最后的hostname和port—number;License Host Name: DESKTOP-B42GHD1 License Host ID: "2c4d54bfe7b0 00ff23ba9efd 3ca067082cee 3ea067082cee 3ca067082cee" 2、点击setupwin.exe,安装客户端,仍选择第三项;License Host Name: DESKTOP-B4..
2021-04-26 22:25:57
3489
1
原创 state flow 的 State ‘ ‘ has no unconditional default path to a substate.问题
State 'High' has no unconditional default path to a substate.This may lead to a state inconsistency error during runtime. You can also configure the diagnostic by clicking here.全改成none
2021-04-25 18:47:19
1408
原创 STM32 -----通用同步异步收发器(USART)使用方法
通用同步异步收发器(USART)提供了一种灵活的方法来与使用工业标准NR 异步串行数据格式的外部设备之间进行全双工数据交换。 USART利用分数波特率发生器提供宽范围的 波特率选择,支持同步单向通信和半双工单线通信。1、STM32固件库使用外围设备的主要思路在STM32中,外围设备的配置思路比较固定。首先是使能相关的时钟,一方面是设备本身的时钟,另一方面如果设备通过IO口输出还需要使能IO口的时钟;最后如果对应的IO口是复用功能的IO口,则还必须使能AFIO的时钟。其次是配置GPIO,GPI.
2020-09-08 11:06:31
1054
翻译 matlab中mux和bus的区别
首先来看mux Mux模块的基本思想就是将多路信号集成一束,这一束信号在模型中传递和处理中都看做是一个整体。(Mux实际上代表多路信号。)与Mux Block配套的是Demux Block,它将各路信号相互分离以便能对各信号进行单独处理。请看下面这个例子。Mux将三路信号x,y,z集结为宽为3的单路信号。Demux模块则用来从复合的单路信号分离出各基本元素。Mux和Demux都不会将信号改变,它们只是“虚拟”的。当模型运行时,这些模块就像不存在一样,只是源和目标的连接保持着,就像这样:使用mux的
2020-08-18 08:26:58
2575
原创 应变片压力传感器+直流电机
#include "reg51.h"#include <intrins.h>#include <math.h> #define uint unsigned int#define uchar unsigned char#define ulong unsigned longuint num=0,sum=0,i=0,weigth=0,m=0;float k=0;unsigned int weigth1=0,weigth2=0,key=0,signal=1070;s.
2020-08-13 08:42:13
482
1
原创 MMA690xKQ
/******************************************************************************* (c) 2009 Freescale Inc.* ALL RIGHTS RESERVED.***************************************************************************//*!** @file mma6900.c* @version 1.0.1..
2020-08-13 08:36:25
174
原创 MMA690xKQ传感器——SPI
/******************************************************************************** Freescale Semiconductor Inc.* (c) Copyright 2010 Freescale Semiconductor, Inc.* ALL RIGHTS RESERVED.*************************************************************...
2020-08-13 08:24:40
171
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人