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

搜索资源列表

  1. XML

    0下载:
  2. 这是一个学习XML的很好的基础资料,新手很容易看懂-This is a very good study of the basis of XML data, and newcomers can easily understand
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-06
    • 文件大小:217421
    • 提供者:boshi
  1. UDPChatSender

    0下载:
  2. 本程序是利用vc++6.0,在udp协议基础上开发的一个聊天程序,可做点对点聊天。-This procedure is to use vc++6.0, the udp protocol developed on the basis of a chat program, to do peer-to-peer chat.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:3802706
    • 提供者:小高
  1. c__s

    0下载:
  2. 网络攻防基础,包含木马技术,客户端和服务器两段代码-The basis of network attack and defense, including the Trojan horse technology, two client and server code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:4712
    • 提供者:刘洋
  1. CS

    0下载:
  2. 比较简单的聊天程序,点对点聊天,分为服务端和客户端,需要先启动服务器后,客户端才能生效。这是最基本的聊天单元,只要理解了,你就可以在此基础上慢慢扩展,开发出功能更强的聊天软件。-Relatively simple chat program, peer-to-peer chat, and is divided into client and client services, need to restart the server after the client to enter into forc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:108321
    • 提供者:348
  1. ZXMessengerWhisper

    0下载:
  2. ZX Messenger专业聊天软件程序.专门针对学校及企业内部的通讯而开发,除了具有一般聊天工具都有的基础功能以外,还带有类似QQ的自定义表情、音效、视频聊天等高级功能,它使用起来很简单,服务器也不需要特别麻烦的数据配置。   同时这款代码也演示了如模仿QQ窗体弹出、托盘图标、透明窗体等网络编程技术。 -ZX Messenger chat software professional. Specifically for schools and enterprises and the d
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4600277
    • 提供者:585
  1. tsinghuanetwork

    0下载:
  2. 清华大学网络原理课件,讲的很细很基础,学习网络基础的可以下来-Principles of Software, Tsinghua University Network, talking about a very, very small basis, based on learning network can be down ~ ~ ~ take a look at
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-14
    • 文件大小:3111231
    • 提供者:heaton
  1. UDPDemo

    0下载:
  2. 应用程序向导已为您创建了这个 UDPDemo 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。-Application Wizard has been created for you this UDPDemo application. This application not only the basis of demonstration of basic Microsoft to use, but also to prepare the a
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:45802
    • 提供者:黄震
  1. XMLByExample

    0下载:
  2. xml 例子,简要介绍了xml的基础应用-xml examples xml outlined the basis for the application of
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-13
    • 文件大小:3112658
    • 提供者:liuhang
  1. tongxin

    0下载:
  2. 培养学生通过在有线局域网上的软件编程模拟,实现呼叫应答的点-点通信,从而了解和熟悉呼叫应答的点-点通信方式,这也是现代通信系统与计算机通信的一个重要的基本原理和应用技术基础-Students through the wired LAN simulation software to achieve the point of call response- point communication, to understand and familiar with the call answer poin
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-06
    • 文件大小:49052
    • 提供者:zyp
  1. xml

    0下载:
  2. xml的基础课件,简单易懂,适合初学者。pdf格式-the basis of the courseware xml, easy-to-understand for beginners. pdf format
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-22
    • 文件大小:6810322
    • 提供者:was
  1. networkprogrammeofwindows

    0下载:
  2. 这是关于Windows的网络编程方面的一本书的电子版,分为基础篇和应用篇,详细的讲述了Socket编程的基础以及应用等。-This is the network programming on the Windows one aspect of the electronic version of books, articles and applications into the basis of articles detail the basis for Socket programming an
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5157376
    • 提供者:杨松
  1. chats

    0下载:
  2. 本模块主要实现聊天室的功能,主要完成如下的几个任务:(1)提供一个用户列表,并不断更新这个用户列表以反映用户的加入和离开,对于用户来说,彼此不需要知道对方的IP地址;(2)只需要建立和服务器的连接,发送一次数据给服务器即可;(3)存储所有的客户端的聊天信息,由服务器把相关的聊天内容转发给其他客户端,这样即使某个客户端掉线,也可以重新通过服务器获取聊天的内容,还可以在此基础上添加管理发送内容、踢人、发布公告等功能,或其他娱乐功能如点歌、视频等。-The main achievement of th
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-21
    • 文件大小:36028
    • 提供者:wangwei
  1. remotecontrol

    0下载:
  2. 一个远程控制编程技术源程序及代码,其中包括键盘记录,木马隐藏,ip技术,后门等等基础源码,可算作灰鸽子的前身-A remote control and programming source code, including keyloggers, trojans hide, ip technology, the back door and so on the basis of source, can be regarded as the predecessor of gray pigeons
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:573520
    • 提供者:tangd
  1. yaovote

    0下载:
  2. 利用dreanmveaver编的一个asp投票系统,大家可以在这基础上修改。-Dreanmveaver for the use of an asp voting system, we can modify on this basis.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:31114
    • 提供者:zgcx
  1. zaixiankaoshi

    1下载:
  2. 《基于asp.net在线考试平台开发与设计》本系统的设计是为了方便各学校的出卷而进行的。它不仅有利于老师对试题的管理、试题自由录入,而且还能够帮助老师们解决出卷的问题。由于这是网络版的项目,因此它更好的实现了信息资源的共享。 本系统从总体上可以分为两大块:试题管理、在线考试,具体由试题的管理、录入试题、编辑试题几个部分构成。 该系统是基于ASP.NET(动态服务网页)技术+SQL SERVER 2000为基础而开发的课题,开发过程中运用了页面模块化、构件化及信息发布的动态生成、静态页面显
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:448680
    • 提供者:陈非
  1. VCnetworkprogramming

    0下载:
  2. 此资料是用于初学者学习网络编程的,很基础-This information is for beginners to learn network programming, it is the basis of
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-19
    • 文件大小:5574656
    • 提供者:liuyingshuang
  1. VC_TCP_CHAR

    1下载:
  2. 一个基础VC++的TCP协议通信源码,带服务器端和客户端,已测试,能用-A basis for VC++ source code of the TCP protocol communication with server-side and client, have been tested, can be
  3. 所属分类:WinSock-NDIS

  1. ping

    1下载:
  2. visual c++实现的ping源码,是网络编程的基础-visual c++ to achieve the ping source is the basis of network programming
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-01-05
    • 文件大小:1214940
    • 提供者:qhc
  1. ACE

    0下载:
  2. ACE书籍,里面包含ACE基础内容介绍、内部进程的通讯、进程线程的管理以及ACE高级编程-ACE Books, which contains the basis of the contents of ACE, the internal processes of communication, process management, and ACE-threaded high-level programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:879300
    • 提供者:铜豌豆
  1. libnids-1.23.tar

    0下载:
  2. Libnids(Library Network Intrusion Detection System)是一个网络入侵检测开发的专业编程接口。它实现了基于网络的入侵检测系统的基本框架,并提供了一些基本的功能。使用Libnids可以快速地构建基于网络的入侵检测系统,并可以在此基础上进一步扩展开发。Libnids实现了入侵检测系统的底层功能,使开发者可以专注于高层的功能开发。-Libnids (Library Network Intrusion Detection System) is a netwo
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-25
    • 文件大小:140975
    • 提供者:guoxiaolin
« 1 2 3 4 56 7 8 9 10 ... 22 »
搜珍网 www.dssz.com