-
c#的网络传输程序。一个server程序,可以chat也可以传文件,适合初次适用c#编网络程序的用户...
c#的网络传输程序。一个server程序,可以chat也可以传文件,适合初次适用c#编网络程序的用户-c# network transmission procedures. A server process, can also chat documents, the initial application for c# series of procedures network users
- 2023-06-13 03:25:03下载
- 积分:1
-
一个类似于MSN的P2P的信息传递的例子
一个类似于MSN的P2P的信息传递的例子--This is an example of P2P information transferring which is similar to that in MSN
- 2022-01-21 22:41:46下载
- 积分:1
-
1. 目录get mac是获取机器网卡地址程序;2. 目录GetIpAddress是根据机器名以及域名获取IP地址程序;3. 目录getlocalip是获取本地...
1. 目录get mac是获取机器网卡地址程序;2. 目录GetIpAddress是根据机器名以及域名获取IP地址程序;3. 目录getlocalip是获取本地机器ip地址程序;4. 目录ping是ping程序代码;5. 目录portscanner是本地机器端口扫描程序,其中扫描可能端口就是扫描计算机上所有可能的端口;6. 目录超级链接是在窗体上实现超级链接到IE和自动发送邮件的程序;-1. Contents get mac is access card machines addresses procedures; 2. Contents GetIpAddress under machine name and IP address of the domain name acquisition procedures; 3. Contents getlocalip is access to local machine ip address; 4. Contents of ping ping code; 5. Contents portscanner local port scanning machines procedures, which may port scanning is scanning your computer all possible port; 6. Contents hyperlinks in Form achieving super link to the IE and automatic mail procedures;
- 2023-01-16 12:50:04下载
- 积分:1
-
一个使用ndis的抓包程序,对ndis感兴趣的可以研究研究
一个使用ndis的抓包程序,对ndis感兴趣的可以研究研究--A catching packet program by using ndis
- 2022-01-20 23:12:34下载
- 积分:1
-
everyone Forum casual reference source
人人论坛的源码 随便参考-everyone Forum casual reference source
- 2022-01-21 04:48:31下载
- 积分:1
-
简易留言板程序,基础篇,只有最简单的功能
简易留言板程序,基础篇,只有最简单的功能-Simple message board procedures, the basis of articles, only the most simple function
- 2022-07-07 18:59:18下载
- 积分:1
-
异步套接字客户端
异步套接字客户端-asynchronous socket client
- 2023-04-17 20:30:02下载
- 积分:1
-
Make the server controls, is VB the preparation of the network
做服务器的控件,是VB编写网络程序中比较好的基础控件,可是多客户端连接-Make the server controls, is VB the preparation of the network-based control program, a relatively good
- 2022-07-17 19:40:07下载
- 积分:1
-
multi
多点路由地图查询-multi-point routing maps
- 2022-03-17 13:31:31下载
- 积分:1
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1