-
嵌入式系统下语音压缩编码g.729
嵌入式系统下语音压缩编码g.729-embedded systems G.729 voice compression coding
- 2022-01-25 17:05:52下载
- 积分:1
-
新唐mo上移植ucosii
The download includes the kernel source code, and a demo application for EVERY
RTOS port. See http://www.freertos.org/a00017.html for full details of the
directory structure and information on locating the files you require.
The easiest way to use FreeRTOS is start start with one of the demo application
projects. Once this is running the project can be modified to include your own
source files. This way the correct files and compiler options will be
automatically included in your application.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-15 02:23:30下载
- 积分:1
-
domestic still relatively new network of micro
国内还比较新的network processor的微代码开发,关于cam sharing的例子,用的uc语言,告诉你如何利用已有的宏和调用硬件资源。-domestic still relatively new network of micro-processor code development, on the cam sharing examples of the uc language, tell you how to make use of the call-and hardware resources.
- 2022-05-23 17:02:56下载
- 积分:1
-
一个TCP / IP协议栈源uClinux
uCLinux下的一个TCP/IP协议栈源码-uCLinux of a TCP/IP protocol stack source
- 2022-07-26 12:07:28下载
- 积分:1
-
74hc595n原理图
74hc595n原理图--Design diagram for 74hc595n.
- 2022-06-22 05:15:50下载
- 积分:1
-
lwip tcp/ip 协议栈 adsp BF533 DSP 移植 用 visual dsp++ 编译
lwip tcp/ip 协议栈 adsp BF533 DSP 移植 用 visual dsp++ 编译-lwip tcp/ip protocol stack adsp BF533 DSP transplant visual dsp compiler
- 2022-05-24 02:47:05下载
- 积分:1
-
appnding a file at the end of tohtr
appnding a file at the end of tohtr
- 2022-07-25 23:28:02下载
- 积分:1
-
STM32F103移植CANFestival
资源描述
资源描述
STM32F103移植,使用周立功USBCAN-E-P主站卡测试通过。主站卡:http://www.zlg.cn/canbus/product_detail.php?id=12
- 2022-02-03 01:51:01下载
- 积分:1
-
4X4 Keyboard
自己写的一个4X4键盘扫描的程序。。
- 2022-01-26 04:41:56下载
- 积分:1
-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1