-
TicTacToe-Final-2
tic tac toe with artificial inteligence in C#
- 2019-05-15 10:53:05下载
- 积分:1
-
二维射线追踪程序包,主要用于石油行业基于射线追踪的正演模拟计算...
二维射线追踪程序包,主要用于石油行业基于射线追踪的正演模拟计算-2D Raytracing source packet, main use for oil exploration 2d raytracing modeling
- 2022-04-25 08:10:58下载
- 积分:1
-
poisson
用C语言产生一个模拟的泊松分布随机参数。(this is a poisson disturetion of C)
- 2017-11-29 19:45:54下载
- 积分:1
-
统计Visual C++源代码数量的小工具
统计Visual C++源代码数量的小工具-statistics Visual C source code for a small number of tools
- 2022-02-21 17:02:42下载
- 积分:1
-
GPS-SINS
GPS与惯性导航的组合导航,没有解释语句,但稍微有点基础一看就明白,(GPS and inertial navigation combination of navigation, did not explain the statement, but a bit on the basis of a look that)
- 2008-12-13 10:08:42下载
- 积分:1
-
综合测评
pwm刚刚好机关干部刚刚哈哈哈滚滚滚GV哈哈(fgfggfvjkkjbfgjjbghvgvbffvhjgf)
- 2021-01-16 15:18:45下载
- 积分: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
-
新能源发电实验PSIM仿真
说明: 新能源发电实验PPT,包含风力发电建模仿真、低速直驱永磁同步发电机系统的仿真、光伏发电系统电流电压曲线功率电压曲线、扰动观察法P&O-MPPT实现,均为PSIM仿真。(New energy power generation experiment PPT, including wind power generation modeling simulation, low-speed direct drive permanent magnet synchronous generator system simulation, photovoltaic power voltage curve current voltage curve, disturbance observation method P & o-mppt implementation. All these modules are PSIM simulation.)
- 2021-03-01 15:39:34下载
- 积分:1
-
信息面板特效插件
说明: 一款非常实用的jQuery点击弹出侧边栏提示信息面板特效插件(A very practical jQuery click pop-up side bar prompt information panel special effect plug-in)
- 2019-01-17 16:05:21下载
- 积分:1
-
web_mi
计算两个离散时间序列变量间的信息熵和互信息(Calculation of two discrete time series between the variable information entropy and mutual information)
- 2008-12-22 23:38:07下载
- 积分:1