-
freeswitch
FreeSWITCH 是一款可拓展的软交换,便于在各种平台上开发。程序通过组合各种模块接口,FreeSWITCH 配置以后,可以连接IP 电话,或者基于IP的电话服务,POTS 线路等等。它也可以实现语音编码的转换,并且接入到用户自己创建的语音菜单系统,或者IVR系统
- 2023-05-12 19:25:13下载
- 积分:1
-
ISE, Keil_C, ICCAVR the Quick Start Guide to help the novice to use fast.
ISE、Keil_C,ICCAVR的快速入门指南,帮助新手快速的使用。-ISE, Keil_C, ICCAVR the Quick Start Guide to help the novice to use fast.
- 2023-04-21 14:15:02下载
- 积分:1
-
8051 Core FPGA verilog 完整
应用背景Logical separation of program and data memory
All 8051 devices have specific memory organization, they have separate address spaces
for Program (ROM) and Data (RAM) Memory. This logical separation of Memory is
useful because it allows the Data Memory to be accessed by 8-bit addresses, which can
obviously be more quickly stored and manipulated by an 8-bit CPU. Of course, the l6-bit
Data Memory addresses can still be generated with the DPTR register.
Program Memory
Program Memory can only be read, not written to. The address space for 8051 core is 16-
bit, so there is maximum of 64K bytes of Program Memory. Up to 4 Kbytes of Program
Memory can be on chip, internal Program Memory of the 8051 core. For access to
external Program Memory is used signal PSEN (Program Store Enable).
Data Memory
Data Memory is on a separate address space than Program Memory. For external Data
Memo
- 2022-01-26 05:24:27下载
- 积分:1
-
走马灯实验以及学号动态循环显示
计算机体系结构试验,走马灯实验以及学号动态循环显示
- 2023-02-28 03:30:04下载
- 积分:1
-
这是一个LCD12864程序,适合新手入门使用,简单易学,本人就是从这个简单例程开始学习AVR单片机, 希望对新人有帮助...
这是一个LCD12864程序,适合新手入门使用,简单易学,本人就是从这个简单例程开始学习AVR单片机, 希望对新人有帮助-This is a LCD12864 procedures, suitable for beginners to use, easy to learn, I was from the beginning of learning this simple routine AVR microcontroller, would like to help newcomers
- 2022-02-02 07:46:13下载
- 积分:1
-
mp3的原理图,可以大概了解mp3构造原理及其电路谐波各方面参数...
mp3的原理图,可以大概了解mp3构造原理及其电路谐波各方面参数-mp3 of the schematic diagram, you can probably understand the fundamentals of the structure and its circuit mp3 harmonic parameters of all aspects of
- 2022-11-25 18:10:03下载
- 积分:1
-
16C2550扩展串口驱动
由于采用S3C2440处理器作为主控制器,用到的串口通信比较多,处理器本身的串口不够用,最后决定借用外部芯片来进行扩展满足开发的要求。我传的这代码就是扩展的芯片在Wince系统下 的驱动程序。
- 2022-06-20 06:07:13下载
- 积分:1
-
- 2022-01-26 05:08:17下载
- 积分:1
-
8051 基于带领的接口
#include < REG51F。H >
无符号的 int a、 b ;
无效的延迟 (无符号的 int 时间) ;
void main)
{
= 0x01;
P0 = a;
while(1)
{
无符号的 int x,b,c;
= 0x00;
b = 0;
c = 500 ;
为 (x = 0 ; x < 500 ; x + +)
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-04 04:49:37下载
- 积分:1
-
VGA显示贪吃蛇
资源描述微机原理综合实验,VGA显示贪吃蛇游戏,基于NEXYS4的开发。
- 2022-05-27 08:41:29下载
- 积分:1