-
一个局域网聊天工具的源码
采用UDP
一个局域网聊天工具的源码
采用UDP-LanChat
- 2023-01-13 08:10:04下载
- 积分:1
-
自己用libnids写的sniff,并把捕获分析的结果插入到mysql数据库中。与mysql的连接,以及操作是通过C语言实现的。希望大家共同进步。...
自己用libnids写的sniff,并把捕获分析的结果插入到mysql数据库中。与mysql的连接,以及操作是通过C语言实现的。希望大家共同进步。-Their use libnids written sniff, and to capture the results of the analysis into the mysql database. With the mysql connection, as well as the operation is achieved through the C language. Hope that we make progress together.
- 2023-05-19 00:40:02下载
- 积分: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
-
计算机网络-自定向下方法与Internet特色
非扫描高清
计算机网络-自定向下方法与Internet特色
非扫描高清-Computer network- under way since the directional characteristics of non-scan high-definition Internet
- 2022-04-20 04:30:19下载
- 积分:1
-
tcp 套接字编程
使用 tcp 套接字编程
客户端和服务器程序会在那里
要在 linux 中执行,执行
1.打开 2 终端
2.在第一次,请执行下面的命令
海合会 tcpServer.c-o 服务器
3.在第二次,请执行下面的命令
海合会 tcpClient.c-o 客户端
4.在第一、
./ 服务器
5.在第二个,
./ 客户端 127.0.0.1 msg_to_send
- 2022-03-23 11:35:03下载
- 积分:1
-
servers installed and synchronization.
服务器的时间设置和同步.-servers installed and synchronization.
- 2022-02-04 02:12:09下载
- 积分:1
-
股票行情源码
股票行情源码
vc++
+在CStkReceiver类中添加了飞狐数据接口的调用
+添加类库TskTcpipLib,主要通讯类
+添加类库TskInfraLib,主要用于多线程
+添加MFC项目,一个调用数据接收的实例
+添加DLL项目,包含CStkDriver、CStkReceiver两个类,可以调用通视规范的数据接口,进行数据接收。
- 2022-06-21 19:24:24下载
- 积分:1
-
website produced the voice players, examples of the implementation of the cases,...
制作网页中的声音播放器,执行本例实例后,将创建一个带有1个下拉框和3个按钮的运行界面。鼠标单击下拉框可以选择要播放的声音文件(*.au),按下播放按钮可以播放当前的声音文件,按下循环按钮可以循环播放当前声音文件,按下停止按钮可以停止播放当前声音文件。-website produced the voice players, examples of the implementation of the cases, will create a with a drop-down box and three button operation interface. Mouse click the drop-down box can choose to play the sound files (*. au), press the button player can play current audio files, press the circle button on the current cycle of broadcast sound files, press the stop button to stop the current broadcast sound files.
- 2022-02-20 06:00:09下载
- 积分:1
-
RCC时间服务器源代码(for WINNT)
RCC时间服务器源代码(for WINNT)-RCC time server source code (for WINNT)
- 2023-03-02 04:20:03下载
- 积分:1
-
网络编程,入门书籍,供网络编者从入门、掌握、熟悉的一本好书籍。...
网络编程,入门书籍,供网络编者从入门、掌握、熟悉的一本好书籍。-Network programming, book entry for the network from entry editor, master, familiar with a good book.
- 2022-09-27 08:40:03下载
- 积分:1