资源列表
稀疏矩阵相加
- 两个相同行数和列数的稀疏矩阵用十字链表实现加法运算-two identical rows and columns in the sparse matrix using Orthogonal List Adder Operational
nlms
- 一种窄带干扰抑制的非线性自适应预测滤波算法!-a narrowband interference suppression filter nonlinear adaptive prediction algorithm!
linelms
- 线性自适应预测滤波算法,用于扩频通信中的窄带干扰信号的抑制,对搞窄带干扰抑制的朋友会有所帮助!-linear adaptive filter algorithm forecast for the spread spectrum communication signals in the narrow band interference suppression to engage narrowband interference suppression friends will help!
数字转换汉字
- 采用VB6编制的小小程序,有源代码,无须解压密码,能够将阿拉伯数字转换成汉字-use VB6 procedures for the preparation of small, active code without extracting passwords can be converted into Arabic Chinese
ysf1
- 小波域数字图像水印算法MATLAB实现代码-wavelet domain digital image watermarking algorithm in MATLAB code
2004112611133
- 一个经典的DSP程序库,可以为用户提供常用的DSP程序,使得应用DSP时方便一些-a classic DSP libraries, which can be used to provide users with a DSP that allows DSP some convenient
WinIoLib1
- 可以直接加入程序中运行的程序软件!加入后不需别的条件直接放入所建立的文件中-accession process can directly run the software! After joining the other without directly Add conditions established by the document
facedetect1
- 可以对人脸进行矩形圈定!还可以座为摄像的检测!-be right for rectangular face delineation! Block also for the detection cameras!
DSP实验程序
- DSP的一个实验程序,通过该程序可以实现对DSP运行的掌握,还可以熟悉CCS的用法。-a DSP experimental procedure, the procedure can be achieved on the master DSP operations, but also familiar with the use of CCS.
微电子封装
- 本文件为ppt格式,初步介绍微电子器件的封装工艺,推荐下载!-this document to ppt format, a preliminary presentation of Microelectronics Packaging Technology, recommended download!
《微电子学概论》集成电路制造工艺
- 本文件为PPT文件格式,详细演示集成电路基本器件的工艺流程。-this document for PPT file format, detailed demonstration of the basic integrated circuit device process.
TripleDes算法de实现
- 之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ECB,CBC都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。