-
dtmf decoder documents
dtmf decoder documents
- 2022-01-28 05:02:47下载
- 积分:1
-
FPGA/CPLD应用,uart的Verilog HDL原码
FPGA/CPLD应用,uart的Verilog HDL原码-FPGA/CPLD applications, UART Verilog HDL source
- 2022-05-21 20:24:29下载
- 积分:1
-
Recording Pen procedure, Cheung intelligence Annex Recording Pen procedure, Cheu...
录音笔的程序,祥情见附件
录音笔的程序,祥情见附件-Recording Pen procedure, Cheung intelligence Annex Recording Pen procedure, Cheung intelligence annex
- 2022-01-22 00:40:47下载
- 积分:1
-
LightForm.java a new phone used as a flashlight lighting application code
LightForm.java
一种新的手机灯光用做手电筒应用程序代码-LightForm.java a new phone used as a flashlight lighting application code
- 2023-06-29 10:35:03下载
- 积分:1
-
标准C实现在SCO UNIX下通信
标准C实现在SCO UNIX下通信-achieve the standard C SCO UNIX communications
- 2023-05-10 10:30:03下载
- 积分:1
-
Synapse串口同步库。功能有:它不是控件,而只是代码库。适合编写控制台应用服务或其它应用;不需要安装;读写数据的方法和Synapse提供的TTCPBlock...
Synapse串口同步库。功能有:它不是控件,而只是代码库。适合编写控制台应用服务或其它应用;不需要安装;读写数据的方法和Synapse提供的TTCPBlockSocket一样;支持MODEM的AT指令;支持RTS驱动的通讯(例如:RS-485适配器)。功能无限制。源代码:包含。适用语言:CB3 CB4 CB5 D2 D3 D4 D5-Synapse serial synchronous library. Function: it is not control, but only code base. Suitable for the preparation of the console application services or other applications do not need to install read and write data and Synapse as provided TTCPBlockSocket support the AT commands MODEM support RTS-driven communications (for example: RS-485 adapter). Features unlimited. Source code: contains. Applicable language: CB3 CB4 CB5 D2 D3 D4 D5
- 2022-01-30 23:08:06下载
- 积分:1
-
在MATLAB的Gold序列的产生
Gold sequence generation in matlab
- 2022-08-22 18:18:40下载
- 积分:1
-
SIP. Understanding the Session Initiation Protocol Second Edition.rar全面介绍SIP RFC...
SIP. Understanding the Session Initiation Protocol Second Edition.rar全面介绍SIP RFC3261-SIP. Understanding the Second Session Initiation Protocol Edition.rar introduced SIP RFC3261
- 2022-03-12 11:20:45下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1
-
0. Install the rp
0. Install the rp-pppoe-software
--------------------------------
You should have already done this by the time you re reading this. If not,
go back and read README.
1. Set up your Ethernet hardware
--------------------------------
First, make sure the Ethernet card you intend to use with the modem is
visible to the Linux kernel. Just how to do this is beyond the scope
of this document. However, if the card is the only Ethernet card in
the system, executing:
ifconfig eth0
should display something like this:
eth0 Link encap:Ethernet HWaddr 00:60:67:62:31:D4
plust some more lines. Your HWaddr will be different. As long as you see
the HWaddr line, your card should be working.
DO NOT assign an IP address to the Ethernet card. DO NOT configure the
card to come up at boot time.-0. Install the rp- PPPOE-software-------------------------------- You should have al ready done this by the time you re reading this. I f not, go back and rea
- 2023-03-02 00:45:03下载
- 积分:1