资源列表

« 1 2 ... .27 .28 .29 .30 .31 31332.33 .34 .35 .36 .37 ... 33928 »

[单片机(51,AVR,MSP430等)MCUKAIFANG

说明:因为工作的需要,要在单片机上实现开根号的操作。目前开平方的方法大部分是用牛顿迭代法。我在查了一些资料以后找到了一个比牛顿迭代法更加快速的方法。不敢独享,介绍给大家,希望会有些帮助。-Because the needs of work, to achieve single-chip open radical operation. Square root of the current methods are mostly used Newton iteration. I checked some i
<zhongxinyu> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)DS1302

说明://DS1302工作开始 void TimeWorkStart(void) { unsigned char val val = TimeByteRead(timereadseg) //读秒数据 val &= 0x7f //打开晶振 TimeWrieDisbale() //开放DS1302写保护 TimeByteWrite(timewriteseg, val) //打开晶振 TimeByteWrite(tricklewrite, 0xa5) //打开充电
<zhongxinyu> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[嵌入式/单片机编程X25020

说明: unsigned char WriteInData(unsigned char Address,unsigned char DataByte) { unsigned char mark WREN() Write_Byte(0x02) Write_Byte(Address) Write_Byte(DataByte) //NOP() X25_cs=1 lag(3000) mark=Read_Byte(Address) if(DataBy
<zhongxinyu> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)IIC

说明:本例为AT89S52单片机的IIC总线的扩展,所用芯片为AT24C02.可用其扩展EEPROM,实现掉电存储-In this case for AT89S52 MCU IIC bus expansion, the chip used for the AT24C02. Can be used to expand its EEPROM, to achieve power-down storage
<王强> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[嵌入式/单片机编程m62429_volume_control

说明:M62429控制程序,其中包括增音、减音,将常用的子程序已经打包处理了,用户可以方便调用-M62429 control procedures, including by the sound, by the sound will be used have been packing processing subroutine, the user can easily call
<caoxuejun> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[DSP编程filter_p300k_s600k_IIR_butter

说明:通带频率300K,阻带频率600K的butter IIR滤波器设计-Passband frequency of 300K, the 600K stop-band frequency butter IIR filter design
<> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[DSP编程filter_p300k_s600k_FIR_Kaiser

说明:通带300K,阻带600K,用Kaiser窗函数的FIR滤波器设计-Passband 300K, stopband 600K, using Kaiser window function of the FIR filter design
<> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[嵌入式/单片机编程29c040_c

说明:如AT040flash的的初始化,读操作,写操作,扇区擦除等-If the AT040flash initialization, read operation, write operation, sector erase, etc.
<谢文鹏> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)chesujisuan

说明:通过对avr单片机编程,计算汽车车速表的方波,实现车速信号采集和处理。-By Singlechip avr programming, calculation of vehicle speed meter square, the realization of the speed signal acquisition and processing.
<lgx> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)AD7705

说明:AD7705驱动程序,C语言版,包括初始化和执行调用-AD7705 driver, C language version, including the initialization and the implementation of call
<yangxd> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)2322

说明:2322LCD模块测试程序。。 汇编。-2322LCD module test procedures. . Compilation.
<乐乐> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)5363

说明:5363 LCD模块测试程序,汇编-5363 LCD module test procedures, the compilation of
<乐乐> 在 2025-07-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .27 .28 .29 .30 .31 31332.33 .34 .35 .36 .37 ... 33928 »

源码中国 www.ymcn.org