-
哈夫曼编码,建立哈夫曼树
哈夫曼编码,建立哈夫曼树-Huffman coding, establishing Huffman tree
- 2022-09-14 13:40:03下载
- 积分:1
-
本程序已被本人整理到WORD文档中,编程语言为MATLAB,程序中首先利用非递归法产生滤波器系数,生成相关高斯杂波,直接对杂波信号作FFT变换,结果取模平方后除...
本程序已被本人整理到WORD文档中,编程语言为MATLAB,程序中首先利用非递归法产生滤波器系数,生成相关高斯杂波,直接对杂波信号作FFT变换,结果取模平方后除以长度N,即可得到杂波的功率谱,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!- This program has been organized into WORD document I, the programming language MATLAB, the program produced the first method using non-recursive filter coefficients to generate the relevant Gaussian clutter, clutter signals directly to FFT transform, the result after the square modulus divided by the length of the N, can be obtained the power spectrum of clutter, design parameters are indicated in the document. This procedure has been verified is correct executable, and can generate the graph, it is worth to download!
- 2023-06-17 19:55:03下载
- 积分:1
-
这里是游戏的ROM想玩游戏的话还是玩这样的游戏,是一个好游戏,看看吧,挺好的...
这里是游戏的ROM想玩游戏的话还是玩这样的游戏,是一个好游戏,看看吧,挺好的-ROM want to play the game the game or playing the game is a good game, let"s see it, in very good shape;
- 2022-05-28 01:47:21下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
Enter the Matrix MS
Enter the Matrix MS-DOS screensaver.
Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.- Enter the Matrix MS-DOS screensaver.
Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
- 2022-01-23 11:23:36下载
- 积分:1
-
VB MSFlexGrid排序合并显示数据实例
VB MSFlexGrid用法实例,可进行设置排序范围,设置哪些行可以把它们的内容合并,对数据进行排序和合并等功能。
- 2022-03-12 02:11:13下载
- 积分:1
-
在unix环境下编写网络编程一个很好的开发包
在unix环境下编写网络编程一个很好的开发包 -unix environment in the preparation of network programming a very good development kits
- 2022-04-16 17:44:03下载
- 积分:1
-
psOD的应用,关于微粒群算法的仿真实现,可以直观的看到微粒的进化过程...
psOD的应用,关于微粒群算法的仿真实现,可以直观的看到微粒的进化过程-psOD applications, on the Particle Swarm Optimization Simulation realize, you can see the visual evolution of particles
- 2022-09-24 17:00:03下载
- 积分:1
-
此算法是数据挖掘中的聚类算法,很经典,是一种基于统计思想的聚类算法...
此算法是数据挖掘中的聚类算法,很经典,是一种基于统计思想的聚类算法
- 2022-02-01 06:16:19下载
- 积分:1
-
掘金网微信小程序版-首页布局实现
此为掘金网微信小程序版-首页布局实现,也带有一些点击后的页面详情功能,整体上功能不多,只是学写的效果,仿掘金的首页资讯,主要是学习界面设计方面、下拉刷新、分页等内容。
- 2023-06-15 08:15:17下载
- 积分:1