资源列表
wigner1
- 设采样频率为1Hz,对于淹没在复高斯白噪声中的信噪比为 的两个复LFM信号,采用子带带宽为0.1Hz的升余弦滤波器,共9个子带滤波器构成的滤波器组,时间窗为窗长为256的矩形窗,进行仿真-based sampling frequency of 1Hz. For drowned in the complex Gaussian white noise to the signal-to-noise ratio of 2 Minute LFM, using sub-band bandwidth of 0
2years_000ADD31
- 卡布世纪 KEY 2nian de mianfei de key
externfield
- 由给定的多项式生成扩域-given by the generating polynomial expansion Domain
crc-32b
- 一个纠错编码源代码,用c写的,在某些对错误比较敏感的地方可以有很大作用.-a source code error correction coding, using c wrote, in some of the more sensitive the wrong place can be very effective.
excelexport
- 本人总结的几种数据从dataset导入excel的c sharp源码!-dataset to excel
progame-of-controling-lights
- 这是一个由计算机控制下位机灯闪烁、流水灯、蜂鸣器工作等功能的软件界面程序。-This is a bit machines by a computer controlled lights flashing, water lamp, a buzzer and other functions of the software interface program.
4
- vb的一个 可编辑的图表插件,初步实现鼠标点击,上下左右 回车 等功能-vb an editable chart plug-in, the initial mouse click up and down the Enter function
WinMain
- 关于MFC的编程,在C++的环境下编写一个简单可视化的界面-MFC programming, a simple visual interface written in C++ environment
delphi
- this source code can to use for dephi dev
shengdubianli
- 1.首先选定图的类别(有向图、无向图),再选定图的存储结构,根据输入的顶点或者边建立图;并把相应的邻接表或者邻接矩阵输出; 2.根据已有的邻接矩阵或邻接表用递归方法编写深度优先搜索遍历算法,并输出遍历结果;
TREE
- 自己用C写的数据结构中,关于树的算法。包括先序、中序、后序遍历以及叶子节点个数等。
wanquansanchashu
- 假设定义堆为满足如下性质的完全三叉树: (1) 空树为堆; (2) 根结点的值不小于所有子树根的值,且所有子树 均为堆。 编写利用上述定义的堆进行排序的算法,并分析推导 算法的时间复杂度。