-
mvdr_cbf_beampattern
说明: 对常规波束形成以及MVDR波束形成的波束图分析,以及MVDR的干扰抑制分析(Beam pattern analysis of conventional beamforming and MVDR beamforming)
- 2020-11-05 10:49:51下载
- 积分:1
-
LabWindows CVI方面的经典教材
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第3章中的例题源码,使用LabWindows CVI的人用得着。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindows CVI aspects of the classic textbook
- 2022-02-14 22:18:56下载
- 积分:1
-
hoops_acis_mfc框架,基本造型,程序设计
hoops_acis_mfc框架,基本造型,程序设计-hoops
- 2023-03-31 23:05:04下载
- 积分:1
-
python数据分析教程
利用Python对各类数据分析算法进行编写,文档包括数据预处理方法,相关的分类和回归分析的算法理论及实践,以及一些实例应用分析。(Use Python to write various data analysis algorithms, including data preprocessing methods, algorithm theory and practice of related classification and regression analysis, and some application analysis.)
- 2018-07-18 09:54:51下载
- 积分:1
-
PKU ACM 1007 的源码,求逆序的算法时间复杂度控制在O(n)
PKU ACM 1007 的源码,求逆序的算法时间复杂度控制在O(n)-PKU ACM 1007 source code, and reverse time complexity of the algorithm control in O (n)
- 2023-03-15 11:40:03下载
- 积分:1
-
这个是斗地主的游戏,还没有全部完成,希望多多指教
这个是斗地主的游戏,还没有全部完成,希望多多指教-this is a game, has completed the hope that the exhibitions
- 2022-02-11 20:51:13下载
- 积分:1
-
halconexample1
halcon与c#进行联合编程,显示和处理图片(Halcon and c# are programming together to display and process pictures)
- 2020-07-02 20:00:02下载
- 积分:1
-
DBC-Fractal
差分盒子维法(DBC) 计算图像的分形维数,适用范围广。(An efficient differential box-counting approach to compute fractal dimension of image)
- 2017-12-02 10:45:03下载
- 积分:1
-
samp2_3
说明: 大叔大叔大叔的撒的大大说的我该如何一天大大说的撒的撒(qazqqswqfdeferhgtyndvSXVergbVberhaegadfvxczvzxcvcxzvzxczxcvzxczxcvzxcv)
- 2020-06-24 16:00:01下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1