A-DSP
A-DSP技术,专为高性能数字信号处理设计,广泛应用于音频视频处理、通信系统及工业控制等领域。拥有18171个精选资源,涵盖从基础理论到高级应用的全方位资料,是电子工程师提升技能、解决实际问题的理想选择。深入探索A-DSP算法优化与硬件实现,加速您的项目开发进程。立即访问,开启高效学习之旅!
A-DSP 热门资料
查看全部 500 份 →A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the correspo
A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and ...
onBlur event handler A blur event occurs when a text or textArea field on a form loses focus. The o
onBlur event handler A blur event occurs when a text or textArea field on a form loses focus. The onBlur event handler ...
A web crawler (also known as a web spider or web robot) is a program or automated script which brow
A web crawler (also known as a web spider or web robot) is a program or automated script which browses the in a methodi...
pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster
pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster environment. These t...
FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. T
FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. The encrypted file is...
This a disk filter driver for Windows NT/2000/XP that uses a Linux swap partition to provide a tem
This a disk filter driver for Windows NT/2000/XP that uses a Linux swap partition to provide a temporary storage area ...
void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(
void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i-...