资源列表
display
- 代语音的报警器-generation voice alarm
8bitCRC
- 多项式为x^8+x^5+x^4+1的CRC(循环冗余校验码)的FPGA设计。-polynomial x 8 x ^ x ^ ^ 5 4 1 CRC (cyclic redundancy check code) FPGA design.
weifen
- 计算微分方程程序,程序简单方便,计算快捷,节省内存,很好的应用程序
butterworth
- butterworth滤波器,实现高通低通带通的butterworth滤波器
yundongshibie
- 用于运动物体的检测 原理是对图像的连续几帧进行差分,这样就可以实现运动的检测-For moving object detection principle is the image of several frame difference, so that movement can be detected
caishuzi
- 猜数字 经典游戏的源代码,短小,适于初学者使用学习。-Classic guessing game source code, short, suitable for beginners to learn.
ASK
- 基于MATLAB的ASK调制与解调的程序,能有效实现ASK调制与解调。-MATLAB-based ASK modulation and demodulation process can effectively achieve the ASK modulation and demodulation.
AD9851
- 12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! -12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!
divp5
- fpga上实现的最小是0.5分频的任意分频器-FPGA to achieve the minimum 0.5 hours are arbitrary frequency divider
fet140_ta01
- 我学习别人的代码时收集的好一点的资料!大家可以随便下载D!-I learn other people' s code a little better collection of information! You can freely download the D!
qpso
- 量子粒子群算法,实现图像分割方法中分割阈值自动确定的功能-Quantum particle swarm optimization, image segmentation method segmenting threshold automatically determined function
Virtual_Function
- * C++虚函数表解析 * 虚函数是通过一张虚函数表来实现的。在这个表中,主 *是要一个类的虚函数的地址表,这张表解决了继承、覆盖 *的问题,保证其容真实反应实际的函数。这样,在有虚函 *数的类的实例中这个表被分配在了这个实例的内存中,所 *以,当我们用父类的指针来操作一个子类的时候,这张虚 *函数表就显得由为重要了,它就像一个地图一样,指明了 *实际所应该调用的函数。 -Virtual Function