-
Through an external communication tools, send and receive text messages!
通过外部通信工具,发送短信,查看示读信息!-Through an external communication tools, send and receive text messages!
- 2022-08-22 07:17:43下载
- 积分:1
-
a Java MMS acceptance procedure
一个Java的彩信接受程序-a Java MMS acceptance procedure
- 2023-09-02 18:05:03下载
- 积分:1
-
网络通信开发包手册开发一套易用的网络通信包,以C++形式对功能进行封装。
对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函...
网络通信开发包手册开发一套易用的网络通信包,以C++形式对功能进行封装。
对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函数完成连接的建立和数据检测功能。
附带使用说明书。
原作者闻怡洋-network communication development kits developed a manual, easy-to-use communications network packets to C++ form of a wrapper function. WinSocket NamedPipe right and the API function Packaging, and provided some API function linking the establishment and data detection. Incidental instruction manual. Author Wen Yue Yang
- 2022-08-10 01:30:47下载
- 积分:1
-
比较AODV路由协议DSDV der
应用背景代码在移动AdHoc网络路由协议仿真的主要三。三协议AODV(Ad Hoc On-Demand Distance Vector),DSR(动态源路由)和DSDV(目的序列距离矢量)。AODV与DSR落在无协议的范畴而DSDV落在主动路由协议的分类。关键技术Cygwin NS-2模拟仿真结果使用awk脚本收集旅行文件。越南的文件不包含的项目,但可以很容易地生成与给定的代码可视化的目的。Cygwin在跨平台的应用提供Linux环境在Windows平台上可以运行的NS 2模拟器。该项目还包括绘制的图形具有gunplot脚本文件创建(画。PLT)。在Windows的使用Windows版本可以安装到图(wgunplot)。
- 2022-04-23 04:27:46下载
- 积分:1
-
C++基于WLAN的FTP智能手机软件 C++基于WLAN的FTP智能手机软件
C++基于WLAN的FTP智能手机软件 C++基于WLAN的FTP智能手机软件-C++ based on the FTP Smart WLAN Handset software C++ based on the WLAN Smart FTP software C++ Mobile WLAN-based smartphone software of FTP
- 2022-04-26 13:12:41下载
- 积分:1
-
VoIP pwlib DLL图书馆
VOIP PWLib DLL libraries-VOIP Gnome DLL libraries
- 2022-12-01 22:00:03下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
内部包含了各种滤波器的设计,并附上了必要的程序说明。
内部包含了各种滤波器的设计,并附上了必要的程序说明。-Internal contain a variety of filter design, together with the necessary explanation of the procedures.
- 2022-03-12 09:36:39下载
- 积分:1
-
枚举HID(Human Input Device)设备,实现通信,在VC6下调试通过。
枚举HID(Human Input Device)设备,实现通信,在VC6下调试通过。-Enumerate HID (Human Input Device) devices, the realization of communication, in the under VC6 debug through.
- 2023-05-08 23:05:03下载
- 积分:1
-
ex1_1 单位冲激序列
ex1_2 右移20的单位冲激序列
ex1_3 单位阶跃序列
ex1_4 实指数序列
ex1_5 复指数序列
ex...
ex1_1 单位冲激序列
ex1_2 右移20的单位冲激序列
ex1_3 单位阶跃序列
ex1_4 实指数序列
ex1_5 复指数序列
ex1_6 随机序列
ex1_7 系统冲激响应(impz函数)
ex1_8 系统传递函数(freqz函数)
ex1_9 零极点增益
ex1_10 residuez函数应用
ex1_11 Lattice结构全极点IIR系统
ex1_12 Lattice结构全零点FIR系统
ex1_13 Lattice结构零极点结构-unit impulse sequence ex1_1 shifted to right ex1_2 unit 20 unit step impulse ex1_3 sequence sequence sequence ex1_4 index is ex1_5 complex exponential sequence ex1_7 random sequence ex1_6 system impulse response (impz function) ex1_8 system transfer function (freqz function) ex1_9 zeros and poles gain function ex1_10 residuez application ex1_11 Lattice all-pole IIR system structure ex1_12 Lattice structure of the whole system against ex1_13 Lattice Structure of FIR zero-pole structure
- 2023-02-26 22:45:03下载
- 积分:1