SIP-C
SIP-C技术,专注于信号处理与集成控制领域,是现代电子系统设计中的关键组成部分。广泛应用于通信、自动化控制及嵌入式系统开发中,提供高效的数据处理解决方案。掌握SIP-C不仅能够提升个人技能水平,在复杂项目中也能发挥重要作用。本站汇集了41013个精选资源,涵盖从基础入门到高级应用的全面资料,助力每...
SIP-C 全部资料 500 份
This is pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ ju
This is pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ just like developing t...
Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now
Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth editi...
DSP2812控制PWM口C源程序-C source program for PWM control TMS2812
DSP2812控制PWM口C源程序-C source program for PWM control TMS2812
DSP2812SPI口控制C源程序-C source program for SPI control in TMS2812
DSP2812SPI口控制C源程序-C source program for SPI control in TMS2812
G.711,G.723.1,G.726,G.729,GSM CODEC C/C++ code
·G.711,G.723.1,G.726,G.729,GSM CODEC C/C++ code 文件列表: ipp_sample ..........\speech-coding ......
c语言Turbo C下写的俄罗斯方块源代码
学习了C语言,写一个俄罗斯方块,代码绝对可以运行 俄罗斯方块的形状一共有19种类型,如果拿数组来表示的话,可能会比较会浪费空间(网上有很多实现代码) 考虑到每种方块形状的范围是4 *4的小方块,用 字模点阵的...