-
通达信插件选股编程规范
适用于通达信集成版和个人版中的选股器->插件选股的插件开发接口 通达信插件编程规范及实例通达信自定义选股插件程序,嵌入通达信,输入某个参数,然后根据相关的股票行情数据计算,然后输出我需要的数据。
- 2022-02-24 10:46:21下载
- 积分:1
-
intel的那套directshow的rtp的filter的文档,directshow中有这套rtp的filter框架,却没有相应的帮助文档...
intel的那套directshow的rtp的filter的文档,directshow中有这套rtp的filter框架,却没有相应的帮助文档-the document of rtp for intel rtp, the architect is in the directshow, but there is not document.
- 2022-03-21 19:29:55下载
- 积分:1
-
利用红外线与手机通信,获取手机中的信息,熟悉AT指令。
利用红外线与手机通信,获取手机中的信息,熟悉AT指令。-use infrared to communicate with your mobile terminal,get the information from mobilephone, and we can be familiar with AT command suite.
- 2023-04-24 18:45:03下载
- 积分:1
-
bpsk映射和解映射 实现01序列和+1
bpsk映射和解映射 实现01序列和+1 -1序列的相互转变-BPSK mapping realize reconciliation mapped 01 sequence and+ 1-1 sequence changes in the mutual
- 2022-07-01 23:37:30下载
- 积分:1
-
串口编程调试精灵(VC++串口通信实例导航)源码
串口编程调试精灵(VC++串口通信实例导航)源码-Serial Programming Debugging the wizard (VC++ Serial Communication instance navigation) source
- 2022-02-03 01:35:43下载
- 积分:1
-
这是一个m文件,主要介绍RLS自适应滤波器的普通应用
这是一个m文件,主要介绍RLS自适应滤波器的普通应用-This is a document m, the main introduction of the ordinary RLS Adaptive Filter Application
- 2022-03-21 08:51:17下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
移动自组网中的无线通信
节点(22)的数目被固定在程序中。节点都配置了一个移动的无线节点的具体参数。创建不结盟运动文件和跟踪文件后,我们建立了地形对象集的 node_ ($i) [$ns 节点] 用于创建节点。节点的初始位置被固定。特定的 X,Y 坐标被分配到每个节点。节点都给以固定的速度移动和固定目标位置。
在这里我们设置的初始大小,在这里用于通过使用 initial_node_pos AODV 路由协议的每个节点。
$val(stop) 指定的结束时间的仿真结果.的 UDP 代理附加到发送节点。LossMonitor 代理连接到接收器节点。连接代理和 CBR 流量附加到的 UDP 代理。
现在通信设置,建立了节点。
- 2022-01-26 04:03:45下载
- 积分:1
-
在单片机通信工具中,林总线是上升的。介绍了…
LIN总线是方兴未艾的MCU间通信工具.在系统中引入LIN总线,可以达到成本,性能和可靠性的一致要求.-LIN bus is ascendant among the MCU communications tool. The introduction of the system LIN bus, to achieve cost, performance and reliability at the unanimous request.
- 2022-10-01 00:40:03下载
- 积分:1
-
多
multi-line Adjunct Communication Server
- 2023-02-26 12:55:03下载
- 积分:1