资源列表
2142
- 寻最小支配集,用DP,复杂度是2^8 比2^150次方快多了-find the smallest dominating set with the DP, complexity is 2 ^ 2 ^ than eight 150-th power much quicker
m_cov_cul03_unmodule_precise
- 该程序用以对m序列码的调制在负dB情况下解调的仿真,是对基带信号的调制-procedures for the right sequence code m in the negative dB modulation of the demodulation simulation of the base band signal modulation
IDA_OFDM_QAM
- ofdm based 16 bit QAM
BFSEARCH
- BFSearch user For 8Puzzle
FFTcodeCalculateDrow
- In the following we continue the review of number systems according to Fig. 2.1 (p. 53). The unconventional fixed-point number systems discussed in the following are not as often used as for instance the 2C system, but can yield significant imp
vb实验.rar
- vb做的一个计算器!!!
PCMsheji
- pcm编码设计和最佳量化器设计仿真程序。建议在matlab 6.1 或以上的版本,可直接运行。-pcm coding design and the best quantitative design simulation program. Recommendations in Matlab 6.1 or more versions can run.
pagelayoutcontrol
- 用java实现arcgis下的图层的控制,比较类似与它的一个例子.
treeview实现右键菜单功能
- treeview实现右键菜单功能, 以及 图片的imglist的属性设置
G8ddyCtrl
- 一个绘制背景类,把背景分为左中右或者上中下三部分,通过对中间部分图片的缩放来实现整张背景的缩放,自动透明背景-A drawing class background, the background is divided into left and right or on the lower three parts, the middle part of the image through the zoom to achieve the entire background of the zoom,
tuxingchengxuchuangkou
- C语言开发 通过图形开发,模拟绘制win-TC界面-C language development through graphical development, simulation drawing win-TC interface
Cpp2
- 程序是把中缀表达式转化成后缀表达式,并通过后缀表达式进行表达式的计算,通过栈试验代码的程序。