-
yaoyanchuanbo
谣言传播模型matlab仿真,基于小世界网络的谣言传播模型。用蒙特卡洛模拟来解决。(Rumors spread model matlab simulationRumor spread model based on small world network. Monte Carlo simulation to solve.)
- 2020-10-29 16:49:56下载
- 积分:1
-
Rtsp2WebRtc
实现了用RTSP协议接入已有流媒体平台或摄像机的视频,通过转码后用WebRTC进行播放,只要支持WebRTC的浏览器或移动端都可以使用。用WebRTC播放监控视频可以处理高版本浏览器不支持插件的情况,且比rtmp、HLS的实时性更高。(It realizes accessing videos of existing streaming media platforms or cameras with RTSP protocol, and playing them with WebRTC after transcoding. It can be used by browsers or mobile terminals that support WebRTC. Playing surveillance video with WebRTC can deal with the situation that high version browsers do not support plug-ins, and it is more real-time than RTMP and HLS.)
- 2020-06-16 13:00:01下载
- 积分:1
-
IMMKF
基于卡尔曼滤波的IMMF算法,运用了CA和CV模型,得到了目标跟踪图像和误差(IMMF algorithm based on Kalman filter, using CA and CV model, obtains target tracking image and error.)
- 2019-05-30 03:18:07下载
- 积分:1
-
Chap
插分约素的内容,很有用,希望对大家有帮助-Chap-hours about the contents of useful, and I hope to be helpful
- 2022-12-08 18:55:03下载
- 积分:1
-
Matching
qt vision matching for learning
- 2020-06-16 02:40:02下载
- 积分:1
-
MFAC4_1_download
说明: 紧格式MFAC,不需要数据模型,仅依赖输入输入数据。属于智能算法的一种(MFAC code. This algorithm can be used in linear system and nonlinear system. It owned to one of Intelligent algorithms.)
- 2020-08-12 08:42:07下载
- 积分:1
-
数字滤波器源代码 Transmit signal through an AWGN channel
数字滤波器源代码 Transmit signal through an AWGN channel-Digital Filter source code Transmit signal through an AWGN channel
- 2022-02-14 22:22:25下载
- 积分:1
-
Lupin
面向对象程序设计(C++)简易计算器,实现最简单的计算(C++ calculator)
- 2013-04-21 20:13:57下载
- 积分: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
-
读取RGB
说明: 读取图片的RGB,并将R和G波段与B波段做拟合(Read the RGB of the picture and fit the R and G bands with the B band)
- 2019-11-28 18:05:08下载
- 积分:1