资源列表
asicctobyte
- 16进制字节与ASICC码的相互转换,点击按钮实现-assicc to byte and byte to asicc
hafuman
- 【问题描述】已知输入一串正整数,正整数之间用空格键分开,请建立一个哈夫曼树,以输入的数字为叶节点,求这棵哈夫曼树的带权路径长度。 【输入形式】首先输入正整数的个数,然后接下来为接下来的正整数,正整数个数不超过10个 【输出形式】输出相应的权值 【样例输入】5 4 5 6 7 8 【样例输出】69 -The length of the descr iption of the problem is known to enter a positive integer, a posi
Notepad
- 利用MFC简单实现一个文本编辑器(和记事本差不多)-Use MFC realize a simple text editor (and notepad almost)
print7.71
- vb.net调用bartender模版打印-vb.net print bartender
interrupt-probability
- 该程序仿真了不同的中级转发协议下,系统在不同信道下的中断概率-The program simulation different intermediate forwarding agreement, system in different channel of the interrupt probability
SMES
- SMESS WITH PSO PSO to tuning PID controller
H-bridge-PWM
- H桥驱动直流电机+中断PWM调速 H桥驱动直流电机+中断PWM调速-H-bridge drive DC motor the+ interrupt PWM speed control H bridge driver DC motor+ interrupt PWM speed
yufa
- 根据给出的文法编制LR(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对LR(1)分析法的理解。-Analysis procedure according to the preparation of the grammar given LR (1), so that the symbol string of the arbitrary input for analysis. The main purpose of this experiment is to deepen
clsArray
- VB里面没有类似C++的队列的类,本源码在VB上实现了一个动态数组,可以自由添加数组元素,获取数组成员个数-VB there is no class of similar C++ queue, this source code in VB to achieve a dynamic array, the array elements can freely add, for the number of array members
dopplar_produce
- 对雷达系统中的脉冲多普勒效应进行了matlab仿真,提供了matlab代码-The pulse Doppler effect radar system matlab simulation, matlab code
PAPR
- 生成OFDM数据的源代码,PAPR-CCDF的matlab源代码-Source code to generate the OFDM data, PAPR-CCDF matlab source code. .
yanghuisanjiao
- 打印杨辉三角 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print Pascal' s Triangle
