-
I2C总线的EEPROM读写
i2c 总线的驱动程序读写,是在cpu芯片MCF51JE256的I2C控制器总线上连接了一个I2C 的EEPROM存储芯片24AA64 ,本人上传的就是芯片24AA64读写字节的驱动程序。
- 2022-01-25 19:39:07下载
- 积分:1
-
本系统主要实现以下目标:
? 系统采用人机交互的方式,界面美观友好,信息查询灵活、方便,数据存储安全可靠。
? 歌星点歌,根据演唱歌星的名字来查询选择歌...
本系统主要实现以下目标:
? 系统采用人机交互的方式,界面美观友好,信息查询灵活、方便,数据存储安全可靠。
? 歌星点歌,根据演唱歌星的名字来查询选择歌曲。
? 数字点歌,按照歌曲名称编号进行查询选择歌曲。
? 拼音点歌,根据歌曲名称的每一个汉字拼音打头的字母来选歌。
? 歌名点歌,根据歌曲名称来检索歌曲。
? 系统最大限度地实现了易维护性和易操作性。-This system is mainly to achieve the following objectives:? System uses human-computer interaction approach, friendly and beautiful interface, and information inquiries, flexible, convenient, safe and reliable data storage. ? Singer song, according to concert singer" s name to query to select a song. ? Digital song, according to a query song name to select a song number. ? Alphabet song, according to the name of every song starts with a Chinese phonetic letters to select songs. ? Song song, according to song name to retrieve the songs. ? System to maximize the ease of maintenance and ease of maneuverability.
- 2022-03-11 23:38:03下载
- 积分:1
-
nrf24lo1发送
stm32系列连接nrf24lo1,可以用此代码进行发送,此代码发送的是abcd
- 2023-05-29 17:15:04下载
- 积分:1
-
使用 dspic30f4011 将 TCP/IP 连接与计算机
使用 dspic30f4011 将 TCP/IP 连接与计算机由 Toantruong
- 2023-06-20 12:00:04下载
- 积分:1
-
由HawK提供的语音压缩软件,压缩方式有:OpenlPC,LPC10,LPC,GSM,CeLP...
由HawK提供的语音压缩软件,压缩方式有:OpenlPC,LPC10,LPC,GSM,CeLP -HawK provided by the voice compression software compression : OpenlPC, LPC10, LPC, GSM, CeLP
- 2023-08-15 05:25:03下载
- 积分:1
-
CodeSmithBoat
CodeSmith三层构架开发通用模板,自动生成基础代码,很实用~(CodeSmith three-tier architecture to develop a common template, very useful ~)
- 2013-07-24 17:24:05下载
- 积分:1
-
hosts 修改实例源码
hosts 修改实例源码
- 2013-10-29下载
- 积分:1
-
Dymaic Asp 窗体创建者
Dymaic Asp 窗体窗体创建者 Dymaic Asp CreatorDymaic Asp 窗 CreatorDymaic Asp CreatorDymaic Asp 窗体窗体创建者 Dymaic Asp CreatorDymaic Asp 窗体窗体创建者 Dymaic Asp CreatorDymaic Asp 窗体窗体创建者 Dymaic Asp CreatorDymaic Asp 窗体窗体创建者 Dymaic Asp CreatorDymaic Asp 窗体创建者 Dymaic Asp 窗体窗体创建者 Dymaic Asp CreatorDymaic Asp 窗体窗体创建者 Dymaic Asp CreatorDymaic Asp 窗体窗体创建者 Dymaic Asp CreatorDymaic Asp 窗体窗体创建者 Dymaic Asp CreatorDymaic Asp 窗体创建者 Dymaic Asp 窗体创建者 Dymaic Asp 窗体 CreatorDymaic Asp 窗体窗体创建者 Dymaic Asp CreatorDymaic Asp 窗体创建者
- 2022-12-23 17:50:03下载
- 积分:1
-
多线程 Semaphore
class Program { static void Main(string[] args) { Semaphore seamphore = new Semaphore(5, 5, "SemaphoreExample"); seamphore.WaitOne(); Console.WriteLine("Seamphore 1"); seamphore.WaitOne(); Console.WriteLine("Seamphore 2"); seamphore.WaitOne(); Console.WriteLine("Seamphore 3");
- 2014-11-10下载
- 积分:1
-
PSO的C语言形式的代码
粒子群算法的C语言形式,为你提供一种将智能算法运用于实际的工程中提供一定的编程思路,让算法不仅限于MATLAB中的仿真测试,让你了解到实际算法的应用。
- 2022-05-16 07:40:50下载
- 积分:1