-
rational rose 的一个例子,大家看看对UML有没有学习的好处!
rational rose 的一个例子,大家看看对UML有没有学习的好处!-rational rose an example, let us look at the UML have not learned the benefits!
- 2022-05-19 08:25:14下载
- 积分:1
-
均值滤波去噪
说明: 选择灰度图片,添加高斯噪声并进行均值滤波去噪(Equalize the picture)
- 2020-07-08 15:35:35下载
- 积分:1
-
LTE_TX_POWER
说明: 该程序可以控制CMW综测仪在LTE模式下对发射功率进行测量和获取(The program can control the CMW instrument to measure and acquire the transmitting power in LTE mode)
- 2019-11-07 10:26:05下载
- 积分:1
-
two_D_Rand_walk
二维节点随机移动轨迹的模拟生成,通过Matlab实现。(Simulated Generation of Random Moving Trajectories of Two-Dimensional Nodes)
- 2019-02-20 11:11:42下载
- 积分:1
-
卡尔曼滤波器在运动目标中的跟踪研究概要.doc
说明: 论文针对运动目标跟踪的问题,建立了简洁有效的数学模型,在问题的解决中引入了Kalman滤波器系统,对其滤波算法进行了推导,深入理解了Kalman滤波器的迭代思想,并使用Matlab软件对Kalman滤波思想在运动目标跟踪问题中的应用进行了仿真验证,仿真结果表现正确无误。(Aiming at the problem of moving target tracking, this paper establishes a simple and effective mathematical model, introduces Kalman filter system into the solution of the problem, deduces its filtering algorithm, deeply understands the iterative idea of Kalman filter, and uses MATLAB software to simulate the application of Kalman filter idea in moving target tracking. The simulation results are correct No mistake.)
- 2019-11-24 23:16:08下载
- 积分:1
-
过采样NPRDFT调制滤波器组设计 欢迎下载
过采样NPRDFT调制滤波器组设计 欢迎下载-Oversampled modulated filter banks design NPRDFT welcome to download
- 2023-01-04 19:20:03下载
- 积分:1
-
intron 24
内含24点游戏,飞机订票系统和火车信息查询系统以及课设论文,注释非常详细,相信对学-intron 24-point game, the aircraft booking system and trains and the Information Systems Office located thesis, Notes is very detailed, I believe for school
- 2023-08-13 06:20:05下载
- 积分:1
-
anisotropic silicon
ABAQUS中硅材料参数定义方法,采用python参数化建模(How to define the anisotropic parameters of silicon in ABAQUS through python.)
- 2021-04-28 12:28:44下载
- 积分:1
-
字符形式的点阵程序
俩个字符形成点阵的程序-two characters form the lattice procedures
- 2022-11-25 09:00:03下载
- 积分:1
-
cJSONFiles
JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1