CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - MACHINES

搜索资源列表

  1. IPMAC

    0下载:
  2. 统计本地局域网内所有机器的机器名、IP、MAC-Statistical local area network machine name of all the machines, IP, MAC
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-06
    • 文件大小:626
    • 提供者:inking
  1. MSTCPSDK

    0下载:
  2. 微软SOCKET开发包,支持在DOS、WINDOWS下的SOCKET编程,全称叫做Micorsoft TCP SDK。因为开发需要,我找的很辛苦。老古董,但也是宝贝,某些情况如做POS机通信程序开发,经常用上。-Microsoft SOCKET development kit, support for DOS, WINDOWS SOCKET under the program, the full name called Micorsoft TCP SDK. Because the develo
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:109383
    • 提供者:hjq
  1. chat

    0下载:
  2. 套接字socket编程。在局域网的机器上同时运行局域网聊天程序的服务器端和客户端,实现在局域网中的聊天功能。-Socket socket programming. In the LAN machines to run simultaneously on a LAN chat application server and client to achieve in LAN chat.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-03
    • 文件大小:222041
    • 提供者:刘倩
  1. Port_Scan

    0下载:
  2. 实现端口扫描功能的小程序,可以扫描局域网的所有存活的机器-Port scanning to achieve a small program that can scan all the LAN machines to survive
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:34187
    • 提供者:梁东明
  1. Get_MacAddr

    0下载:
  2. 获取网卡mac地址,可以获取局域网上说有存活的机器网卡的mac地址-Access card mac address on the LAN can access the machines that have survived the network card mac address
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:28170
    • 提供者:梁东明
  1. atm

    0下载:
  2. 学校linux项目实训时完成的作品,模拟ATM取款机,在GCC下编译运行。-Linux project training school when the finished work, simulated ATM machines, compile with GCC to run.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:275129
    • 提供者:刘鹏
  1. biyezongshijian

    0下载:
  2. 安装JDK、配置环境变量,打开Eclipse导入ch04项目,运行server.FishServer类启动服务器端,运行java client.SwimFish类启动客户端。注意,同时在多台机上运行客户端才能显示出网络游鱼的效果,在同一台机上打开多个客户端窗口不能看到该效果。-Install JDK, configure the environment variable, open Eclipse project import ch04, start the server running ser
  3. 所属分类:Web Server

    • 发布日期:2017-04-16
    • 文件大小:11666
    • 提供者:胡静月
  1. FreeArp

    0下载:
  2. 向其它机器发送ARP的程序,本程序模拟发送免费ARP。-To the other machines to send the ARP process, the simulation program to send free ARP.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:10181
    • 提供者:张洪峰
  1. UdpChat

    0下载:
  2. 用udp协议编写的简单聊天程序,在本机上测试过,可以使用,在不同机器上,需要配置ip地址,源代码精炼简单,值得大家研究。-Written with a simple udp protocol chat program, tested on this machine, you can use on different machines, you need to configure ip address,it worth us study.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-10
    • 文件大小:2349166
    • 提供者:李军
  1. IPv6-or-IPng

    0下载:
  2. IPv6 is short for "Internet Protocol Version 6". IPv6 is the "next generation" protocol designed by the IETF (The Internet Engineering Task Force) to replace the current version Internet Protocol, IP Version 4 ("IPv4"). The IP v 6 specifications are
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:28520
    • 提供者:Ranjeet Kaur
  1. socket-Development-Guide

    0下载:
  2. Sockets, which provide a mechanism for communication between two computers.The socket is the software abstraction used to represent the "terminals" of a connection between two machines. For a given connection, there s a socket on each machine, and
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:144810
    • 提供者:TigerWoods
  1. LockDesktopWithRam

    0下载:
  2. This Displays MAC Address, add 1 textbox call it MacLocalIPAddressBox and one label called MACAddressDisplayLabel. Then all you need to do is add the code below and add local machines ip addresss for eg 192.168.1.1 then press the button and the la
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:271515
    • 提供者:nikhil942111
  1. NetworkInterfaceExample

    0下载:
  2. 运行程序,即可监控本机上的网络适配器的型号,个数,-Monitoring of machines on the network adapter model, a number of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-23
    • 文件大小:45217
    • 提供者:齐化
  1. TrainTicketLogindb

    0下载:
  2. Web的原理就是,浏览器发送一个Request给Web服务器,Web服务器处理完这个请求之后发送一 个HTTP Response给浏览器。 如果我们用自己写的程序来发送Request给Web服务器,然后再捕获Web服务器发回来的 Response. 检查它与期望值值是否一致。 这不就是Web自动化测试吗? 这样的自动化测试叫做 请求响应测试, 别小看这样的自动化测试。 什么开心农场助手,自动投票机。 网络爬虫都是 用这个做的-The principle of the Web
  3. 所属分类:Browser Client

    • 发布日期:2017-04-03
    • 文件大小:45738
    • 提供者:起云
  1. csharpsms

    0下载:
  2. C#在局域网内发送信息,指定对方机器的IP,即可发送消息,与NETSEND类似的功能。-C# in LAN to send information, specify other machines IP, can send a message, similar to the NETSEND function.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:16133
    • 提供者:史彦辉
  1. dms8

    0下载:
  2. DMS:数据挖掘系统(Data Mining System) 需要使用Unix实验室出租业务的客户,用户通过电信公司提供的帐号和密码登录指定的Unix机器,并使用Unix服务。-Need to use the Unix lab rental business customers, the user login ID and password provided by telecommunications companies specified Unix machines and use the
  3. 所属分类:Linux Network

    • 发布日期:2017-05-29
    • 文件大小:11361322
    • 提供者:shiyang
  1. connectWithStream

    0下载:
  2. 利用socket网络编程和图形界面技术,实现客户端和服务器之间的通信,从而达到两台机器通信的目的。-Socket network programming and graphical interface, the communication between client and server, so as to achieve the purpose of the two machines to communicate.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:2341
    • 提供者:xie
  1. connectedWithPacket

    0下载:
  2. 利用packet数据包技术,实现客户端和服务器之间的通信。达到两台机器之间的交流。-Packet packet technology, the communication between the client and server. To achieve communication between two machines.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:2170
    • 提供者:xie
  1. chengxu

    0下载:
  2. 两台机器间基于UDP协议的网络传送报文。-Between the two machines based on UDP protocol network to transmit messages.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:10427725
    • 提供者:陈百英
  1. Linux

    0下载:
  2. linux虚拟机配置网络,使其可以上网,测试使用过绝对好用,希望能给大家带来帮助-linux virtual machines configure the network so that it can access the test used absolutely easy to use, I hope we can bring help
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:470836
    • 提供者:杨海
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com