-
这个是关于GCC编译器编译安装文档,在您需要定制安装GCC或搭建交叉编译器(Cross...
这个是关于GCC编译器编译安装文档,在您需要定制安装GCC或搭建交叉编译器(Cross-GCC)时可以参考一下哦-is on the GCC compiler compiler installation documentation, You need to customize the installation or structures GCC cross-compiler (Cross-GCC) can take a look oh
- 2023-02-12 03:40:03下载
- 积分:1
-
苹果手机的实现
Sip phone implementation for Mac
- 2022-05-31 19:44:41下载
- 积分:1
-
一个典型的modbus应用,它是主设备程序,值得一看
一个典型的modbus应用,它是主设备程序,值得一看-Modbus a typical application, it is the main equipment procedures, see
- 2022-09-01 23:20:03下载
- 积分:1
-
LTE 和 4g 无线设计和测量挑战演变
本概述的 3GPP LTE、 SAE 安全方面基于标准化作为2008 年 12 月。在这个时候释放 8 规格尚未完全定义。读者鼓励研究 3GPP 规格,以获得最多的最新版本完整、 最新的网络安全问题的理解。进一步的修改规格预计,包括统一的阶段 2 及标准第三阶段发展的过程。安全体系结构和对 EPS,本概述主题的 3GPP 访问方面33.401 [1] 所述。非 3GPP 访问详列于 3GPP 技术规范33.402 [2],这里不讨论。Packet-Switched (PS) 域中的服务访问需要建立安全用户设备 (UE) 和公共陆地移动网络 (PLMN) 之间的关联。A此外必须 UE 和 IMS 核心之间建立单独的安全关联网络子系统 (IMS CN SS) 之前可以授予访问权限的任何多媒体服务正在主持。
- 2022-05-25 21:35:54下载
- 积分:1
-
信道编码中的霍夫曼编码在matlab环境下的实现
信道编码中的霍夫曼编码在matlab环境下的实现-Huffman coding
- 2022-07-06 23:29:53下载
- 积分:1
-
Serial programming VB realize, I hope everyone useful!
VB实现串口编程,希望大家有用! -Serial programming VB realize, I hope everyone useful!
- 2022-07-11 00:01:18下载
- 积分:1
-
a MMS MMS information, we can develop a simple MMS, using JAVA
一份MMS彩信资料,可以开发出简单的彩信,用JAVA实现-a MMS MMS information, we can develop a simple MMS, using JAVA
- 2022-04-15 07:30:59下载
- 积分:1
-
业务被触发 时,从BCP进入整体业务逻辑(GSL)处理的始发点。
返回点(POR):在整体业务逻辑(GSL)处理结束后,返 回到BCP继续呼叫处理的终结...
业务被触发 时,从BCP进入整体业务逻辑(GSL)处理的始发点。
返回点(POR):在整体业务逻辑(GSL)处理结束后,返 回到BCP继续呼叫处理的终结点。
-Business was triggered when, from the BCP into the overall business logic (GSL) deal with the starting point. Return point (POR): in the overall business logic (GSL) after the end of treatment and return to the BCP continues to call the end point of treatment.
- 2023-08-18 18:30:03下载
- 积分: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
-
api开发的串口通讯程序,很好的一个软件。
api开发的串口通讯程序,很好的一个软件。-api development of serial communication program, a very good software.
- 2022-08-15 09:54:54下载
- 积分:1