-
单片机控制红绿灯程序,可以简单模拟红绿灯的亮灭过程。
单片机控制红绿灯程序,可以简单模拟红绿灯的亮灭过程。-c51
- 2022-03-18 20:53:43下载
- 积分:1
-
这个是有关存储ic的集合,包括eeprom,flash,ram等等,相信对做硬件的朋友是很珍贵的资料...
这个是有关存储ic的集合,包括eeprom,flash,ram等等,相信对做硬件的朋友是很珍贵的资料-This is the id of the storage pool, including EEPROM, flash, ram, etc., I believe that friends do hardware is very valuable information
- 2022-02-13 14:51:11下载
- 积分:1
-
经典的ppp程序,适合嵌入式linux下的应用
经典的ppp程序,适合嵌入式linux下的应用-classic PPP program,which adopts to the application in the embedded system "uclinux"
- 2022-01-25 15:59:20下载
- 积分:1
-
LCD1602液晶四线连接方式驱动程序。可以选择忙等待或者是延时等待。...
LCD1602液晶四线连接方式驱动程序。可以选择忙等待或者是延时等待。-LCD1602 LCD four-wire connection driver. May choose to wait for busy to wait, or delay.
- 2022-08-16 19:32:38下载
- 积分:1
-
TCP/IP Lean:嵌入式Web服务器,第二版
TCP/IP Lean: Web Servers for Embedded Systems, Second Edition
- 2022-07-01 07:39:14下载
- 积分:1
-
单片机学习资料,现成的试验程序,帮组学习单片机
单片机学习资料,现成的试验程序,帮组学习单片机-MCU learning materials, ready-made testing procedures, to help groups learn from SCM
- 2023-02-14 12:10:03下载
- 积分:1
-
I HFAT32 v1.0 is based on FAT standards, according to their own understanding of...
HFAT32 v1.0是我依据FAT标准,按照自己的理解写出来的一个FAT文件系统
特性:
1.HFAT32 v1.0 是一个小型的嵌入式FAT文件系统,可以方便地在nand flash,RAM和SD Card等
存储设备上创建FAT文件系统和操作它.
2.目前支持FAT16/32,支持长文件名.-I HFAT32 v1.0 is based on FAT standards, according to their own understanding of written in a FAT file system characteristics: 1.HFAT32 v1.0 is a small embedded FAT file system, can be easily in the nand flash, RAM and SD Card such as storage devices to create a FAT file system and operating it .2. currently supports FAT16/32, support long file names.
- 2022-03-05 18:39:36下载
- 积分:1
-
倒车雷达源代码,超声波发射,接收,测距。
倒车雷达源代码,超声波发射,接收,测距。-source code reversing radar, ultrasonic transmitter and receiver, location.
- 2022-05-06 19:52:55下载
- 积分:1
-
WAV语音合成
在GPS车载中用于报站中多段语音合成报站功能,节约录音书,比使用飞科TTS语音更快捷,读音更流畅,节约空间。
比如“某某站到了”,只需将站名事先录制,然后与“到了”这个录音文件合成即可立即播放,合成速度小于1ms/字
参数说明:fromFileAddress为需要合成文件物理路径集合(字符型)
toFileName为输出合成完毕文件物理路径(字符型)
返回值:合成是否成功
调用方法:
if (Service.SoundSyn.WAVMerge(voice.ToArray(), "play.wav"))
{
PlaySound("play.wav", IntPtr.Zero, 0x00020000 | 0x0001);
}
else
{
- 2022-06-20 00:25:21下载
- 积分:1
-
c51下的一个键盘程序,用循环轮训法检测是否有键按下。
c51下的一个键盘程序,用循环轮训法检测是否有键按下。-c51 keyboard under a procedure used in rotation cycle of detection whether key press.
- 2022-06-21 13:41:02下载
- 积分:1