-
用于MICROCHIP 24LC64 EEPROM的读写E2PROM_DSP
说明: 本程序用于MICROCHIP 24LC64 EEPROM的读写。本程序不使用芯片级联方式, 请将A0,A1,A2 管脚接至低电平。本程序使用IOC6作为SDA,IOC7作为SCL。 程序中的地址空间最大可至64K:24LC00-16-0,24LC01-128-8,24LC02-256-8, 24LC04-512-16,24LC08-1K-16,24LC16-2K-32,24LC32-4K-32,24LC64-8K-32, 24LC128-16K-64,24LC256-32K-64,24LC512-64K-128,读写数据均为8bits。 以上器件的格式为(型号-地址空间-页大小)不同器件的页大小不同,因此页写 程序需作相应修改,其他字节写,随机读以及顺序读程序均相同
(This procedure for the MICROCHIP 24LC64 EEPROM read and write. This procedure does not use chips cascade way, please A0, A1, A2 pin to low level access. This procedure used IOC6 as SDA, IOC7 as SCL. Process address space available to the largest 64K: 24LC00-16-0, 24LC01-128-8, 24LC02-256-8, 24LC04-512-16, 24LC08-1K-16, 24LC16-2K-32, 24LC32-4K- 32,24 LC64-8K-32, 24LC128-16K-64, 24LC256-32K-64, 24LC512-64K-128, read and write data are 8bits. The format for the above device (Model- address space- page size) of different devices of different sizes of pages, so page written procedures need to be amended accordingly, and other bytes to write, random read and sequential read are the same procedures)
- 2021-04-27 19:38:44下载
- 积分:1
-
mexhandle
you can pass C++ objects between different MEX functions without first converting to a MatLab compatible format(you can pass objects between different C ME X functions without first converting to a MatLa b compatible format)
- 2006-12-08 00:59:45下载
- 积分:1
-
stc12pwm
这个c程序用于12c5a60s2单片机产生pwm ,并通过按键调节pwm脉冲宽度。(This c program is used to generate 12c5a60s2 microcontroller pwm, and through the key regulator pwm pulse width.)
- 2013-05-23 19:11:56下载
- 积分:1
-
ucos-c
压缩包中有基于ucos系统下的常用程序,有tim捕获,串口查询,串口中断,定时器中断,温度读取。(Compressed package based on common procedures under ucos system, there are tim capture, serial query, the serial port interrupt, timer interrupt, temperature reading.)
- 2015-11-12 21:58:59下载
- 积分:1
-
读取excel文件,并且通过excel查询数据库,导出excel
读取excel文件,并且通过excel查询数据库,导出excel
- 2020-04-07下载
- 积分:1
-
C# 设置IE地址栏的自动完成功能
C# 设置IE地址栏的自动完成功能,就是用户输入的时候,会下拉提示出相关的内容,可提升用户体验,现在使用已经很广泛了,本例子中的这一自动完成功能,代码如下:
private void button1_Click(object sender, EventArgs e)
{
//创建或者打开指定的注册表项
RegistryKey rgK =Registry.CurrentUser.CreateSubKey(@"SoftwareMicrosoftWindowsCurrentVersionExplorerAutoComplete");
rgK.SetValue("AutoSuggest", "yes", RegistryValueKind.String);//设置IE地址栏的自动完成功能
MessageBox.Show("设置成功!");
}
private void button2_Click(object sender, EventArgs e)
{
//创建或者打开指定的注册表项
RegistryKey rgK =Registry.CurrentUser.CreateSubKey(@"SoftwareMicrosoftWindowsCurrentVersionExplorerAutoComplete");
rgK.SetValue("AutoSuggest", "no", RegistryValueKind.String);//取消IE地址栏的自动完成功能
MessageBox.Show("取消成功!");
}
- 2022-12-03 17:35:03下载
- 积分:1
-
1
说明: it`s a examples about Keil
- 2019-06-12 01:33:51下载
- 积分:1
-
some-thinking-of-C-programing
C语言的一些常见问题,编程经验总结的非常好(Some of the common problems experienced C programming language is very good summary)
- 2013-12-02 11:52:43下载
- 积分:1
-
sun_photometer_ce318_data_deal
该程序可用来读取CE318型太阳光度计的数据,并对实测数据进行处理得到大气气溶胶光学厚度、大气可降水量、Angstrom参数等(The program can be used to read the the CE318 type of solar photometer data, and measured data processing of aerosol optical depth, atmospheric precipitation, Angstrom parameters, etc.)
- 2012-12-27 15:32:24下载
- 积分:1
-
ex4 to mq4
可以破解2016年以前的ex4文件,直接拖入破解(ex4 decompiler old version)
- 2020-06-19 13:00:02下载
- 积分:1