-
语音电话,通过串口接moderm
语音电话,通过串口接moderm-voice telephone, through serial port access moderm
- 2023-03-07 05:00:03下载
- 积分:1
-
这是有关邮件操作的源程序代码,是很有用的源代码
这是有关邮件操作的源程序代码,是很有用的源代码-This is the message of the source code to operate it is very useful to the source code
- 2022-02-01 06:32:07下载
- 积分:1
-
短消息发送接收源码
该源码是邮件短消息协议的发送以及接收源码,适合网络编程计算机网络通信协议的相关功能的开发以及应用,具有很大的参考价值,主要应用于windows平台下的开发参考与应用
- 2022-06-26 15:14:51下载
- 积分:1
-
vc used to achieve the domain search tool
用vc实现的域名查找工具-vc used to achieve the domain search tool
- 2022-05-13 07:48:43下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
轻松实现FTP下载
轻松实现FTP下载-easily FTP downloads
- 2022-04-18 01:11:38下载
- 积分:1
-
使用BorlandC++4.5编译的一个MUD客户端程序
使用BorlandC++4.5编译的一个MUD客户端程序- Uses a MUD customer end procedure which BorlandC 4.5 translates
- 2022-05-27 02:24:02下载
- 积分:1
-
中小型企业网站的一个例子,具备完整的企业网站功能,包括公司介绍,产品介绍,人员介绍等...
中小型企业网站的一个例子,具备完整的企业网站功能,包括公司介绍,产品介绍,人员介绍等-Small and Medium Enterprises website an example of a complete enterprise Web site features, including company introduction, product introduction, personnel, etc. Introduction
- 2022-03-06 04:33:49下载
- 积分:1
-
建议ITU
RECOMMENDATION ITU-R M.1677
International Morse cod
- 2022-01-26 00:08:05下载
- 积分:1
-
本系统是网络上的个人共享文件系统,支持多人注册使用,可在线上传文件、管理自己的文件,还可设置共享权限,便于将自己的文件同其它人分享,使用方法同资源管理器。管理员
本系统是网络上的个人共享文件系统,支持多人注册使用,可在线上传文件、管理自己的文件,还可设置共享权限,便于将自己的文件同其它人分享,使用方法同资源管理器。管理员可在线管理注册帐号,支持每个用户的单独空间大小设置。特色:登录时验证码控制安全登录;支持大文件及多文件上传;可共享文件,并可设置读写权限;支持文件搜索;每个人可单独设置空间大小。需.Net环境支持。-the network system is the personal file-sharing system to support people registered, and can be used to upload documents online, manage their documents, but also set up shared jurisdiction, to facilitate their documents to share with other people, to use the same resources manager. Administrators can register online account management and support each user a separate space set size. Characteristics : login validation code control of the security login; Support for large files and multiple file uploads; File sharing and may set up literacy competence; Supporting documents search; Everyone can set up separate space size. Need. Net environmental support.
- 2022-03-28 18:40:45下载
- 积分:1