-
TAPI 接受演示程序
TAPI 接受演示程序-TAPI accept Demonstration Program
- 2022-07-11 09:04:28下载
- 积分:1
-
CAN总线传输,关于输入方面的,示例代码
CAN总线传输,关于输入方面的,示例代码-CAN transmission, on the importation, sample code
- 2022-06-13 00:09:09下载
- 积分:1
-
著名的电信七号信令NO7,协议栈实现代码。包含了从最底层HDCL数据流处理到上层L4呼叫处理的流程。...
著名的电信七号信令NO7,协议栈实现代码。包含了从最底层HDCL数据流处理到上层L4呼叫处理的流程。-The code for Ss7 protocol stacks,include from the HDCL data stream handling to the the Handle flow of L4 Call.
- 2022-12-07 12:45:02下载
- 积分:1
-
用C语言实现的在AWGN信道下的BPSK信号调制
用C语言实现的在AWGN信道下的BPSK信号调制-C language in AWGN channel BPSK modulation signal
- 2022-05-14 20:12:29下载
- 积分:1
-
Assembly language,for SIM testing,Decode program,Original,Not compiled
用汇编写的,手机sim卡测试,解锁程序,原码,未编译。-Assembly language,for SIM testing,Decode program,Original,Not compiled
- 2022-02-13 18:30:55下载
- 积分:1
-
QPSK 调制与解调
数字调制技术一套的基础功能选择特定的调制方案。一般的基础功能是互相正交的。可以使用 "克施密特正交化" 过程派生的基础功能。一旦选择了基础功能,任何信号空间中的向量可以表示为基函数的线性组合。
在正交相移键控 (QPSK) 两个正弦波 (sin 和 cos) 作为基函数调制的。调制被通过不同相的基础功能,根据消息符号。在 QPSK,调制是基础,在那里有一个符号包含 2 位的象征。
- 2023-08-22 20:00:04下载
- 积分:1
-
串行通信
/*
- 2023-04-28 01:15:03下载
- 积分:1
-
串口读写操作的 cvi例程 比较详细 是一个工程化的程序
串口读写操作的 cvi例程 比较详细 是一个工程化的程序-Cvi serial read and write operations is a more detailed routine engineering procedures
- 2022-10-05 02:10:03下载
- 积分:1
-
是基于消息传递系统的传输.
发送信件到一个油箱里,然后接受方可以接收从那个油箱取邮件...
是基于消息传递系统的传输.
发送信件到一个油箱里,然后接受方可以接收从那个油箱取邮件-is based on the messaging system of transmission. Send a letter to the tank, then the recipient can receive from the fuel tank from which mail
- 2022-05-28 20:50:55下载
- 积分:1
-
如何计算结构体的大小运算符sizeof可以计算出给定类型的大小,对于32位系统来说,sizeof(char) = 1 sizeof(int) = 4。基本数据类...
如何计算结构体的大小运算符sizeof可以计算出给定类型的大小,对于32位系统来说,sizeof(char) = 1 sizeof(int) = 4。基本数据类型的大小很好计算,我们来看一下如何计算构造数据类型的大小。
-How to calculate the structure of the size of the sizeof operator can calculate the size of a given type, for a 32-bit systems that, sizeof (char) = 1 sizeof (int) = 4. Basic data types of the size of the fine calculation, we take a look at how to calculate the structure data type size.
- 2022-07-03 20:19:41下载
- 积分:1