-
详细介绍kalman filter的理论知识,通过实例说明kalman filter的工作机理...
详细介绍kalman filter的理论知识,通过实例说明kalman filter的工作机理-Kalman filter introduce in detail the theory of knowledge, through the examples of the work of kalman filter mechanism
- 2022-04-27 18:36:20下载
- 积分:1
-
usb 接口芯片介绍PDIUSBD12 是一款性价比很高的USB 器件它通常用作微控制器系统中实现与微控制器进行通信的
高速通用并行接口它还支持本地的DMA...
usb 接口芯片介绍PDIUSBD12 是一款性价比很高的USB 器件它通常用作微控制器系统中实现与微控制器进行通信的
高速通用并行接口它还支持本地的DMA 传输-usb interface chip PDIUSBD12 introduction is a highly cost-effective USB device is usually used to realize micro-controller system with a microcontroller to communicate high-speed general-purpose parallel interface also supports local DMA transfer
- 2022-03-24 17:56:33下载
- 积分:1
-
本程序实现了IFFT以及和连续变换的对比,并对连续以及离散的OFDM系统的对比...
本程序实现了IFFT以及和连续变换的对比,并对连续以及离散的OFDM系统的对比-This procedure, as well as implementation of the IFFT transform and continuous comparison of continuous and discrete OFDM system comparison
- 2023-01-21 01:55:04下载
- 积分:1
-
that is only a test program that i use to join to your group!
that is only a test program that i use to join to your group!-that is only a test program that i use to join to your group!1111111111
- 2022-07-15 12:20:30下载
- 积分:1
-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
小游戏能弓大家交流希望各位提点意见我建议给我让我改进
小游戏能弓大家交流希望各位提点意见我建议给我让我改进-Game to bow to facilitate the exchange of提点意见hope that I would suggest to me, let me improve
- 2023-03-19 16:10:03下载
- 积分:1
-
CPLD Interface code with SRAM
CPLD Interface code with SRAM
- 2022-08-22 11:51:53下载
- 积分:1
-
有关XML的文档,可以下载下来当个参考。我建议,不错的一个文档资料。...
有关XML的文档,可以下载下来当个参考。我建议,不错的一个文档资料。-the XML document can be downloaded from becoming a reference. I suggest that a good documentation.
- 2023-07-31 17:50:03下载
- 积分:1
-
linux下运行的撞球游戏
linux下运行的撞球游戏-running under billiard game
- 2022-07-09 11:15:06下载
- 积分:1