-
状态模式-基本代码
说明: What is this is a file that can be used.
- 2020-06-24 07:40:01下载
- 积分:1
-
uart-spi-iic
说明: 常见的三种通信协议之间的比较归类,spi,iic,等。(communication Comparison of three common communication protocols, spi,iic, etc.)
- 2020-06-17 06:00:02下载
- 积分:1
-
x64_win64
cplex matlab优化程序包,安装后添加路径使用,适用于各种优化问题。(The Cplex class of IBM® ILOG® CPLEX® for MATLAB stores the model and provides methods for the solution, analysis, manipulation and reading/writing of the model file. All of the data associated with the problem is stored in the properties of a Cplex object. These class properties are standard MATLAB data structures and can be manipulated directly within MATLAB. However, modifying the problem using methods provided in the Cplex class enforces consistency, such as ensuring that vectors are of the proper length.)
- 2021-01-05 10:08:54下载
- 积分:1
-
fluent udf
为fluent数值模拟非定常流场特性添加扰动,并且包括活塞运动和存储分离(initial disturbance in flow field)
- 2021-03-06 21:29:31下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1
-
一种数控切割仿真程序。仿真数。如果一个案件
一个数控机床的切割模拟程序。有多种模拟方式。如逐点比较,直线插补等。很好用。内附可执行程序。-a CNC cutting simulation program. A number of simulation. If a case-by-point comparison, such as linear interpolation. Very good use. Enclosing executable.
- 2022-12-16 14:00:03下载
- 积分:1
-
LSTM_main
LSTM(Long Short-Term Memory)是长短期记忆网络,是一种时间递归神经网络,适合于处理和预测时间序列中间隔和延迟相对较长的重要事件。(LSTM (Long Short-Term Memory) is a long and short term memory network. It is a kind of time recurrent neural network, which is suitable for dealing with and predicting important events with relatively long interval and delay in time series.)
- 2018-08-06 16:34:49下载
- 积分:1
-
MPU6050六轴传感器实验
说明: stm32f103对mpu6050使用,可以读取6轴数据并调用dmp,得到欧拉角(STM32F103 is used for mpu6050. It can read 6-axis data and call DMP to get Euler angle.)
- 2020-06-17 00:40:02下载
- 积分:1
-
Harmonic Voltage Distortion
谐波源发生器 PSCAD DEMO 可以使用(Harmonic source generator PSCAD DEMO)
- 2021-03-19 17:49:18下载
- 积分:1
-
fk3c-master
超声频域里面的成像,取自github。自己可以改编成想要的。(ultrasound imaging. you can change it for yourself.)
- 2019-01-03 15:09:35下载
- 积分:1