-
基于最大信噪比的盲源分离算法
基于最大信噪比的盲源分离算法,有论文和程序。(A blind source separation algorithm based on maximum signal-to-noise ratio (SNR) is presented.)
- 2017-10-11 18:48:30下载
- 积分:1
-
这是个用于内网抓包工具的使用介绍文档,希望给朋友们提供帮助。...
这是个用于内网抓包工具的使用介绍文档,希望给朋友们提供帮助。-it is used within the network to use the tools capturing Packet introduced documents, hope to the help of our friends.
- 2023-04-23 23:30:03下载
- 积分:1
-
javaGuessing-game
猜数字游戏,java编码,Guessing game(Guessing game)
- 2011-11-14 19:57:02下载
- 积分:1
-
J2-UMAT
应用于abaqus二次开发,考虑J2流动法则,各向同性硬化,可作为初学者参考。(it can be used for a fresh hand to learn about the secondary development of abaqus,considered the J2 flow rule,isotropic hardening.)
- 2021-04-27 13:38:44下载
- 积分:1
-
Visual C# 隐藏、显示开始按钮
C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:
[DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口
public static extern int FindWindow(string lpClassName, string lpWindowName);
[DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口
public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);
[DllImport("user32.dll")]//控制窗口的可见性
public static extern int ShowWindow(int hwnd, int nCmdShow);
private void button1_Click(object sender, EventArgs e)
{
if (radioButton1.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮
else if (radioButton2.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮
}
- 2022-05-20 11:42:02下载
- 积分:1
-
万年历c实现,简单使用
万年历c实现,简单使用-hefty almanac c realized, simple to use
- 2023-02-01 14:50:03下载
- 积分:1
-
1_262_NCU090818
说明: Nice Program to achieve your goals 1
- 2019-05-11 17:28:40下载
- 积分:1
-
Android重力感应测试代码
Android 手机重力传感器调用+源码,作者:Himi,手机加速度传感器 ,也称为重力传感器,自SDK 1.5(api 3)就支持传感器了。解释:此传感器不仅对玩家反转手机的动作可以检测到,而且会根据反转手机的程度,得到传感器的值也会不同!sensor = sm.getDefaultSensor(Sensor.TYPE_ACCELEROMETER);//得到一个重力传感器实例
//TYPE_ACCELEROMETER 加速度传感器(重力传感器)类型。
//TYPE_ALL 描述所有类型的传感器。
//TYPE_GYROSCOPE 陀螺仪传感器类型
//TYPE_LIGHT 光传感器类型
//TYPE_MAGNETIC_FIELD 恒定磁场传感器类型。
//TYPE_ORIENTATION 方向传感器类型。
//TYPE_PRESSURE 描述一个恒定的压力传感器类型
//TYPE_PROXIMITY 常量描述型接近传感器
//TYPE_TEMPERATURE 温度传感器类型描述
- 2022-09-05 16:10:02下载
- 积分:1
-
fvcom-toolbox-master(1)
fvcom-matlab工具包包括很多例子的创建(fvcom-matlab toolkit includes many examples of creation)
- 2017-04-20 11:58:09下载
- 积分:1
-
是一个人脸检测数据库,做人脸检测的很有用处啊
是一个人脸检测数据库,做人脸检测的很有用处啊-Face detection is a database of human face detection useful ah
- 2022-02-24 18:59:41下载
- 积分:1