-
arm开发 phils LPC2106 串口通讯源码
arm开发 phils LPC2106 串口通讯源码-phils LPC2106 development arm serial communication FOSS
- 2022-04-28 00:12:00下载
- 积分:1
-
s3c44b0开发板的led实验。虽然对于高手来说简单,但对于初学者来说还是有一定的用处的。...
s3c44b0开发板的led实验。虽然对于高手来说简单,但对于初学者来说还是有一定的用处的。-It s mainly about led test for s3c44b0.Hope it will help you someway.
- 2022-03-11 14:52:18下载
- 积分:1
-
一个用asm写的操作系统原型
很适合大家学习学习
一个用asm写的操作系统原型
很适合大家学习学习-This a prototype of an operating system written in assembly language. It is very suitable for learning.
- 2022-02-01 09:53:29下载
- 积分:1
-
基于MDK(3.22以上版本)的stm32的V2.0版本的固件函数库。
基于MDK(3.22以上版本)的stm32的V2.0版本的固件函数库。-Based on MDK (3.22 or later) and stm32 the V2.0 version of the firmware library.
- 2022-08-23 14:36:36下载
- 积分:1
-
development arm of books, including : ARM Embedded Systems Programming Language...
arm开发书籍,包括:ARM嵌入式系统C语言编程 ep7312芯片原理及应用 μCOS-Ⅱ在EP7312上的移植-development arm of books, including : ARM Embedded Systems Programming Language C ep7312 chip Theory and Application COS-II in EP7312
- 2022-03-26 18:42:45下载
- 积分:1
-
DSP与CC2400连接.做的无线数据发送程序.程序现在没有加入校验部分.也可以当接收程序使用.不用修改...
DSP与CC2400连接.做的无线数据发送程序.程序现在没有加入校验部分.也可以当接收程序使用.不用修改-DSP connection with the CC2400. The wireless data sending procedures. Procedures are not part of accession to check. When the receiving process can also be used. Need not be amended
- 2023-05-20 01:35:05下载
- 积分:1
-
touchsceen_test
├─ main.c C语言主源文件
├─ AscII6x8.c Ascii字符6x8点阵显示格式数据
├─...
touchsceen_test
├─ main.c C语言主源文件
├─ AscII6x8.c Ascii字符6x8点阵显示格式数据
├─ lcd.c LCD显示函数源文件
├─ lcd.h LCD定义头文件
├─ Call_int.s 中断处理文件
├─ tp.c 触摸屏控制函数源文件
└─ tp.h 触摸屏控制定义头文件-touchsceen_test East main.c C-language source East Main-AscII6x8.c Ascii character dot matrix display delivers data format and technology-lcd.c LCD display function source East-definition LCD lcd.h headers East-Call_int.s interrupt handling documents and technology-tp.c Touchscreen control function-source supply tp.h Touchscreen Control definition files
- 2023-03-18 10:45:03下载
- 积分:1
-
捕获 EPWM3
本示例配置为 ePWM3A:
-向上计数
-2 在启动和就高达 1000年期间
-关于珠三角切换输出
eCAP1 配置为捕获上升之间的时间和 PWM3A 输出的下降缘。
- 2023-02-06 19:10:04下载
- 积分:1
-
这是一个 NIOSII系统的 1602LCD 控制IP核
这是一个 NIOSII系统的 1602LCD 控制IP核-This is a system NIOSII nuclear 1602LCD control IP
- 2022-10-21 07:00:04下载
- 积分: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