-
VB_UART
串口程序,用于通过串口控制空调,可以在这个程序基础上修改其他代码(used for serial port)
- 2013-07-18 14:33:06下载
- 积分:1
-
bluetooth
电脑之间蓝牙的通信,相当于一个蓝牙工具吧。(Bluetooth communication between computers, the equivalent of a Bluetooth tool bar.)
- 2013-08-05 10:36:42下载
- 积分:1
-
PuncturedConvolutionalCodes
删除卷积码的译码算法,分析其删除原理,给出常用删除模式(Punctured Convolutional code decoding algorithms, to analyze the deletion of principle, given the deletion of common mode)
- 2009-06-09 23:34:30下载
- 积分:1
-
PrachPara2013.10.21.0928
LTE prach的信令分析代码,由协议解析出数据处理需要的信息(The signaling LTE PRACH analysis code, the protocol analysis data processing need information
)
- 2013-11-05 17:40:16下载
- 积分:1
-
194947
用TCP获得网路标准时间来设定您的PC时钟(Set your PC clock with TCP to get network standard time)
- 2018-12-31 15:05:46下载
- 积分:1
-
PMA
PMA规约模拟测试软件。适合初学者使用,包含几个常用规约(PMA Statute of the simulation test software)
- 2013-09-17 12:23:28下载
- 积分:1
-
VCMatlab
VC++和 Matlab 的 混 合 编 程 具 有 很 大 的 实际意义。
文 讨 论 了如何 使 用 Matlab 的 Complier 将 *.m 函 数 编 译 为 动 态 链 接 库 DLL, 提 供 给 VC++调 用 的 方 法,提 供 了 一 种 VC++与 Matlab 混合编程的 快 速 实 现 。(The mixed programming of VC++ and Matlab has great practical significance.
This paper discusses how to use COMplier of MATLAB to compile *. m function into DLL of dynamic link library and provide a method for calling VC++. It also provides a fast realization of mixed programming between VC++ and MATLAB.)
- 2018-12-01 15:31:19下载
- 积分:1
-
R_95302909IEC103-NR
iec103 规约上位机源代码,喜欢的就下吧。(iec103 Statute of the host computer source code, like on the next bar.)
- 2021-04-22 10:58:49下载
- 积分:1
-
MModBus_TestO
modscan32是modbus/tcp以太网通讯调试工工具,如同串口调试助手一样的工具.,
(modscan32 is modbus/tcp ethernet communication tools, debugging tools tools like serial debugging aides.)
- 2012-08-06 23:21:29下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1