-
OV9650 settings on Qualcomm
OV9650 settings on Qualcomm
- 2022-02-02 20:38:06下载
- 积分:1
-
一种基于移动台位置的动态定位算法。
: 根据检测电波到达时间( T O A ) 的定位法提出了一种基于移动台位置的动态定位算法。该算法利用蜂窝
网络系...
一种基于移动台位置的动态定位算法。
: 根据检测电波到达时间( T O A ) 的定位法提出了一种基于移动台位置的动态定位算法。该算法利用蜂窝
网络系统中多个基站检测到的移动台电波 T O A信息对移动台进行定位估计, 参与定位估计的基站数 目及其定
位算法中相应的权值随移动台与服务基站的距离自动动态改变。计算机模拟结果表明, 该算法在 3 种典型移动
通信信道环境中部能得到较好的定位蚊果。-:I n t hi s p a p e r ,a d y n am i c p o s i t/o n i n g t l l m i s p r o p o s e d b a s e d O n t h e me a s u r e d t i me o f a r r i v a l
( " I D A)o f s a l s f r o m a m o b i l e s t a t i c ~ . s且 l t h r n c a i n b e u s e d i n c e l l u l a r n e t w o r k s t o e s t i m a t e t h e
l o c a t i o n o f a mo b i l e s t a t i o n a c c o r d i n g t o出e T O A i n f o r ma t i c ~d e t e c t e d b y s e v e r a l b a s e s t a t i o n s( B S ) .
n m r b e r o f B S a n d t h e c o r r e s p o n d i n g W e i g h t s u t i l i z e d i n t h i s t l l m C a l l b e d y T l a c a u y a d i u s t e d a c c o ~ l g
t o t h e d i s t a
- 2023-06-22 07:45:03下载
- 积分:1
-
iic 接口程序
iic 接口程序,主从控制,可切换的,VHDL 代码,该代码接口定义清晰,使用方便,只需要例化顶层模块,就完成该代码的硬件集成,希望对做硬件的朋友有帮助
- 2022-05-06 16:08:40下载
- 积分:1
-
NOKIA sms
用NOKIA手机发短消息的VB源程序-NOKIA sms
- 2023-02-06 00:00:03下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
根据Ramon的多接口多信道模块修改的NS2程序
根据Ramon的多接口多信道模块修改的,更正了Ramon文章中不正确的部分,并给出了单信道和多信道的仿真例子以及关于吞吐量、抖动率、丢包率等方面的对比结果。只需要将ns2.34代码复制到相应文件中,运行所给例子即可得到结果。
- 2022-06-02 18:54:28下载
- 积分:1
-
用spcomm编写的串口监视程序,包括在线监视和离线监视
用spcomm编写的串口监视程序,包括在线监视和离线监视-spcomm prepared with the serial monitoring program, including online and offline monitoring surveillance
- 2022-02-24 11:12:44下载
- 积分:1
-
俄罗斯方块C++单人版
代码为C++编写,由于是老师给出的范例,应用的语言较为简单易懂,适合给在校学生参考
- 2022-07-02 03:21:09下载
- 积分:1
-
vc图像编程的经典教案,是VC程序员的必备参考
vc图像编程的经典教案,是VC程序员的必备参考-vc picture programming classics teach the document, is the
VC programmer necessary refers
- 2023-04-07 01:10:03下载
- 积分:1
-
对AODV协议的流程进行了详细的描述文件…
一个对AODV协议流程进行详细说明的文档,对深入学习AODV协议有很好的帮助
- 2022-03-17 00:28:33下载
- 积分:1