-
基于卡尔曼滤波的道路目标检测与跟踪研究,采用交互多模(IMM)算法...
基于卡尔曼滤波的道路目标检测与跟踪研究,采用交互多模(IMM)算法
- 2022-03-28 19:43:18下载
- 积分:1
-
The code assumes a two
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.
- 2022-04-19 22:19:25下载
- 积分:1
-
利用ewb实现二倍频的电路
利用ewb实现二倍频的电路-Ewb realize the use of frequency-doubling of the Second Circuit
- 2022-01-27 14:50:38下载
- 积分:1
-
数值计算的程序,关于课程设计,数学建摸的一点小东西,呵呵
希望大家多...
数值计算的程序,关于课程设计,数学建摸的一点小东西,呵呵
希望大家多-numerical procedures, on the curriculum design, mathematical modeling of the little things Oh hope to see you
- 2022-08-09 00:54:47下载
- 积分:1
-
学生信息管理程序清单
功能要求:根据用户输入的学生序号,输出该学生的全部成绩,总分、平均分;
显示所有学生的信息;
显示有不及格课程的学生信息...
学生信息管理程序清单
功能要求:根据用户输入的学生序号,输出该学生的全部成绩,总分、平均分;
显示所有学生的信息;
显示有不及格课程的学生信息。-Student Information Management program list functional requirements: number of students based on user input, the output of all the student achievement total score, with an average points display the information of all students show that students do not pass the information.
- 2022-03-31 06:09:01下载
- 积分:1
-
介绍路由器的设置,帮你更加深入理解网络。
介绍路由器的设置,帮你更加深入理解网络。
- 2023-02-23 03:05:04下载
- 积分:1
-
利用VB制作的一款游戏,很好玩,试试你能打多少分.
利用VB制作的一款游戏,很好玩,试试你能打多少分.-VB produced a game that is a lot of fun, try and shoot you how many points.
- 2022-09-22 04:05:02下载
- 积分:1
-
Rational rose 编程设计流程指导
Rational rose 编程设计流程指导-Programming Rational rose design process to guide
- 2022-11-22 09:35:05下载
- 积分:1
-
用于断点复制文件
可以中断后再恢复继续复制
用于断点复制文件
可以中断后再恢复继续复制-Breakpoints can be used to copy files to copy to resume after interruption
- 2022-01-24 13:14:15下载
- 积分:1
-
酒店时钟源码
应用背景
定义一个类Clock
属性有hour、minute、second
功能有display(显示时间)、set(设置时间)和tick(走一秒)
为Clock添加静态成员count,并初始化,在测试代码中先后声明两个钟
2、类的组合:定义Time类,定义Clock2,属性为Time型变量time
3、(从1中)派生一个类HotelClock
属性有hour、minute、second、city(注意:属性继承v.s.新增)
功能有display、set和tick(注意:哪些功能需要重写)
测试代码中声明一个长度为3的HotelClock数组,分别存北京、东京(比北京晚1个小时)和纽约时间(比北京早15个小时),并输出。
4、为HotelClock类重载
- 2023-04-03 23:50:04下载
- 积分:1