资源列表
[微处理器(ARM/PowerPC等)] 101259334XGATE_SCI_FRAME_EXTRACTION
说明:飞思卡尔S12XEP100的XGATE的一些程序-S12XEP100 Freescale' s XGATE some of the procedures<Beingboy> 在 2025-11-22 上传 | 大小:543kb | 下载:0
[书籍源码] c_LanguageProgramSumma
说明:此示例从简单的运算到复杂的算法运算等多方面应用给出了源代码,给工程编程人员会有很大的帮助。-This example from simple arithmetic to complex arithmetic operations such as multi-application give the source code, programmers will have to work very helpful.<陈鑫> 在 2025-11-22 上传 | 大小:254kb | 下载:0
[单片机(51,AVR,MSP430等)] 111186740mc9s12uf32
说明:飞思卡尔MC9S12uf32的一些实用驱动程序-Freescale MC9S12uf32 some practical driver<Beingboy> 在 2025-11-22 上传 | 大小:74kb | 下载:0
[流媒体/Mpeg4] live.2009.01.26.tar
说明:live555上最新的流媒體服務器,2009年1月26號更新的。-live555 latest streaming media servers, January 26, 2009 update.<陳貴彥> 在 2025-11-22 上传 | 大小:435kb | 下载:0
[Windows编程] VolumeControl
说明:this very hlpful to know how to control volume in VB6.0-this is very very hlpful to know how to control volume in VB6.0<glor> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[DSP编程] DSP2812_DAC
说明:TMS320LF2812的DA转换器驱动程序-TMS320LF2812 the DA converter driver<xiaowei> 在 2025-11-22 上传 | 大小:87kb | 下载:0
[单片机(51,AVR,MSP430等)] LCDc51drvers
说明:非常好的,常用液晶的c51驱动程序,是学液晶的好资料。-Very good, used the C51 LCD driver, is a good study of liquid crystal materials.<dingrong> 在 2025-11-22 上传 | 大小:118kb | 下载:0
[数据结构常用算法] hannuota
说明:算法思路: 1.如果只有一个金片,则把该金片从源移动到目标棒,结束。 2.如果有n个金片,则把前n-1个金片移动到辅助的棒,然后把自己移动到目标棒,最后再把前n-1个移动到目标棒. 3.单纯对于有N个金片要挪动的步数求出, 可以使用递推方法,满足递推方程f(i) = f(i - 1) * 2 + 1-Algorithm idea: 1. If there is only a gold film, while the gold from the source to the<huaying> 在 2025-11-22 上传 | 大小:356kb | 下载:0