-
Download the official site of the 2.5 version of myJXTA, configured form again a...
在官方网站上下载了2.5版本的myJXTA,配置好窗体后跑了一遍,感觉这个示例程序的功能还是蛮强大的,但是这个程序的API写得比较简单,所以决定自己仔细研究研究~-Download the official site of the 2.5 version of myJXTA, configured form again after the run, I feel the function of the sample or very strong, but this process is relatively simple API written, so carefully studied to determine their own study ~
- 2023-06-10 18:15:03下载
- 积分:1
-
实用的485通讯电路,测试通过,抗干扰性能优良
实用的485通讯电路,测试通过,抗干扰性能优良-Practical 485 communications circuits, test passed, excellent anti-interference performance
- 2023-08-08 13:50:04下载
- 积分:1
-
.v files for multiplier
.v files for multiplier
- 2022-01-28 14:33:03下载
- 积分:1
-
二
根据二维空间内目标作匀速直线运动和匀速圆周运动的特点,在建立目标运动模型和观测模型的基础上采用基于交互多模算法(IMM)的卡尔曼滤波器对机动目标进行跟踪。仿真结果表明,该算法不仅能够对匀速直线运动和匀速圆周运动的目标进行跟踪,而且在运动模型发生变化时,滤波误差也比较小。
关键词:卡尔曼滤波器;目标跟踪;机动;交互多模(IMM)
-two-dimensional space under target for uniform linear motion and uniform circular motion characteristics, the establishment of the target model and observations on the basis of the model based on interactive multi-algorithm (IMM) Kalman Filter right track moving targets. Simulation results show that the method can not only on uniform linear movement and the uniform circular motion of the target tracking, and the campaign model change, the filter error is relatively small. Keywords : Kalman filter; Target tracking; Mobility; Interactive multi-mode (IMM)
- 2022-02-11 17:57:23下载
- 积分:1
-
ofdm系统基于matlab的papr仿真程序
ofdm系统基于matlab的papr仿真程序
- 2022-07-20 22:06:38下载
- 积分:1
-
delphi使用dll的方法详解
delphi使用dll的方法详解-delphi use of the method for Hi dll
- 2022-02-21 06:39:57下载
- 积分:1
-
读写INI
读写INI-literacy INI .................................
- 2022-02-05 18:14:37下载
- 积分:1
-
建立在Matlab文本文件例如你可以在你的结果导出txt格式
creat text file in matlab for example you can export your result in txt format
- 2022-05-15 01:23:04下载
- 积分:1
-
留言 留言本采用asp+access数据结构,使用方便,无需安装,放到服务器空间即可使用。...
留言 留言本采用asp+access数据结构,使用方便,无需安装,放到服务器空间即可使用。- Guest Book of the use of asp+ access data structure, easy to use, no installation, you can use the space on the server.
- 2022-05-25 07:41:44下载
- 积分:1
-
直接在内存运行PE
使用了PE加载技术、Hook技术用程序加载PE文件到内存并运行。当在内存中运行的程序,比如arp.EXE执行完之后就会退出,那结果是ExitProcess被调用,那将是我们主进程也结束,显然我们不希望这样。
处理办法:HOOK ExitProcess。问题来了,对MS的许多控制台程序,它们退出都是调用exit,所以如果HOOK ExitProcess, 那我们俩次在内存中运行arp.EXE之后就会死锁。所以对这类程序而言,不能H
OOK ExitProcess,只能HOOK msvcrt!exit。LOADER要加载一个EXE文件,这个EXE文件加载的地址是在0x400000。在我们LOADER的MAIN函数里面,这个地址已经被占用,而你是不能去Free这个地址
重新分布的,这样可能会导致程序崩溃,处理方法相见说明。
- 2022-01-21 18:51:40下载
- 积分:1