登录
首页 » Windows开发 » spike power doppler specctrum formula

spike power doppler specctrum formula

于 2022-03-24 发布 文件大小:31.43 kB
0 192
下载积分: 2 下载次数: 1

代码说明:

spike power doppler specctrum formula

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用MAKRTI的一个基于HLA的汽车模拟仿真程序,在一个邦员中控制汽车,在另一个邦员中可以看到控制的结果,只实现了HLA中对象的管理、时间管理功能,采用C...
    利用MAKRTI开发的一个基于HLA的汽车模拟仿真程序,在一个邦员中控制汽车,在另一个邦员中可以看到控制的结果,只实现了HLA中对象的管理、时间管理功能,采用C++。net2003开发。-MAKRTI the development of the use of a motor vehicle based on the HLA simulation procedure, in a member state to control the car in another member state can be seen in the control of results will only be achieved in HLA object management, time management function, using C++. net2003 development.
    2022-01-24 18:38:23下载
    积分:1
  • 任务管理器嵌入式WinCE的例子,使用EVC实现
    嵌入式WINCE任务管理器的例子,使用EVC开发实现-Task Manager Embedded WINCE example, the use of EVC realize development
    2022-03-13 20:10:16下载
    积分:1
  • 创建修改通讯录,按照姓名排序并可按照姓名进行查询,可插入删除指定的通讯录!...
    创建修改通讯录,按照姓名排序并可按照姓名进行查询,可插入删除指定的通讯录!-Modified to create contacts, and in accordance with the order in accordance with the names of query name can be inserted to remove the specified address book!
    2022-04-21 14:55:43下载
    积分:1
  • 2022-02-18 13:29:49下载
    积分:1
  • This is a C# language example(Photograph manager).
    我根据陈广老师的C#教程,自己动手编写的一个界面美观,功能不错的图片管理器,可以运行,源代码我有加注释,可以用来作为C#学习的实例,非常不错,大家也动手写一个。-This is a C# language example(Photograph manager).
    2022-02-02 18:04:13下载
    积分:1
  • WinXP风格类似Firefox按钮文本框1.1
    应用背景Windows XP  ;文本框样式类似Firefox按钮1.1版本文本框的风格类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1,& nbsp;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1关键技术一个文本框与XP风格+ Firefox明文和图标按钮。当控制焦点的时候,它改变了边框颜色。当您单击“关闭”按钮时,其清晰的文本。与arrowclick和iconclick事件,你可以做你所想的!有closeclick事件太。你可以在你的磁盘或其他控制的图标上更改图标,图像属性。有自选。如果你设置autotab =真实,当莱恩(。文本)=。maxlenght,控制了重点在接下来的控制作用。roundcorners财产。当你设定的时候,启用=假,文本和背景不改变颜色为灰色!closebutton,箭头图标提示有个人。如果。entergotonexttab =真的,当你按13键(回车),重点给出了在未来的控制作用。--------------------------------------------------新特点:* X按钮和图标有个人。可见,所以文本框可以有两个,其中只有一个,或者没有。*对齐,对齐,PasswordChar,BorderStyle属性。* colorback,colorarrow,ColorText,colorborder财产* onfocuscolortext,onfocusfont,focuscolorborder,onfocusborderstyle *修复一些错误*普通事件+ arrowclick,clearclick,iconclick,MouseEnter和MouseLeave *输入型(不,字母,数字,字母
    2022-06-14 16:26:32下载
    积分:1
  • 送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码. 一个完整的系统应具有以下功能: (1)初始化.从终端读入字符集大小,以及...
    在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码. 一个完整的系统应具有以下功能: (1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存. (2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存. (3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来. -At the sending end through a coding system for encoding transmit data treatment. Will be heard in the receiver to decode the data. A complete system should have the following functions: (1) initialization. Read from the terminal character set size, as well as the characters and the right values, the establishment of Huffman trees, and save. (2) coding. used to build the Huffman tree to encode the text and then save it. (3) decoding. the use of the Huffman tree has been built will document the code decoding, the results print out.
    2022-02-10 10:40:46下载
    积分:1
  • 游戏编程最核心的算法,希望对大家的所帮助
    游戏编程最核心的算法,希望对大家的所帮助-Game Programming Algorithm for the core, and they hope to help the U.S.
    2022-01-28 18:31:57下载
    积分:1
  • 这是一个最小堆的模板实现,遗憾的是没有使用模板特化,否则使用起来会更方便,这个实现似乎还有些问题,在析构的时候会出现错误,但是我没有找到原因,很是郁闷。没什么好...
    这是一个最小堆的模板实现,遗憾的是没有使用模板特化,否则使用起来会更方便,这个实现似乎还有些问题,在析构的时候会出现错误,但是我没有找到原因,很是郁闷。没什么好说的,代码跟书上的没什么两样-This is a template to achieve the minimum heap, unfortunately, do not use template specialization, or else will be more convenient to use, this achievement seems to be some problems in the destructor when an error, but I did not find reason, was very depressed . There" s really nothing, the code is no different with the book" s
    2022-03-17 14:56:37下载
    积分:1
  • guess series IC card reader driver, 4428IC card programming examples, a good und...
    RD600系列IC卡读写器驱动程序,4428IC卡的编程实例,多了解好了-guess series IC card reader driver, 4428IC card programming examples, a good understanding of multi-
    2022-03-20 00:06:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载