-
实战USB接口编程
这个VC++代码需要有一定基础的开发者阅读,特别是对如何识别USB设备及USB基本原理有一定了解的开发者比较适用。程序主要演示了如何编写高层应用与USB接口通信,运行环境:Windows/Visual C/C++.
- 2023-08-20 19:35:04下载
- 积分:1
-
新泰IVR平台的网关接口程序,适合做电信方面的人员使用
新泰IVR平台的网关接口程序,适合做电信方面的人员使用-XINTAI IVR system gateway interface program, it is useful for the person on telecommunication.
- 2023-02-01 20:15:03下载
- 积分:1
-
click module router
click module router
NEWS (September 24, 2011): Click 2.0.1 released!
SyClick: Symposium on Click Modular Router was November 23-24, 2009, Ghent, Belgium! An excellent time was had. Video of the presentations is now available.
This is the DokuWiki for the Click modular router. Click was originally developed at MIT with subsequent development at 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-11 13:00:03下载
- 积分: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
-
使用自相关函数的基音检测
这个 matlab 代码用于检测给定的语音信号的音调轮廓。此代码还认定自相关函数。在此代码中使用一个窗口 30 ms (480 样品) 和跳跃 10 ms (160 样品)。
- 2022-01-26 03:08:43下载
- 积分:1
-
modbus protocol the whole solution, modicon the company prepared an agreement, i...
modbus协议全解,modicon公司编写的协议,很权威,很有参考价值。-modbus protocol the whole solution, modicon the company prepared an agreement, it is authoritative, useful reference value.
- 2022-04-20 09:53:33下载
- 积分:1
-
Peer
点对点即时通信软件,VB实现,包含服务器端和客户端源代码。-Peer-to-peer instant messaging software, VB realize that contains server-side and client source code.
- 2022-11-29 14:05:04下载
- 积分:1
-
GLJ调度算法的实现,在MATLAB平台上写的是源
GLJ调度算法的实现,在MATLAB平台上写的,是源程序-GLJ realize scheduling algorithm, written in MATLAB platform is the source
- 2022-03-04 07:58:55下载
- 积分:1
-
ymodem协议源码实现
ymodem协议源码实现 -The source of ymoderm protocol
- 2023-05-01 09:45:02下载
- 积分:1
-
食堂饭卡消费系统完整原代码,VC6.0+SQL+MSCOMM。
食堂饭卡消费系统完整原代码,VC6.0+SQL+MSCOMM。-Canteen consumption饭卡integrity of the original system code, VC6.0+ SQL+ MSCOMM.
- 2022-07-09 01:02:47下载
- 积分:1