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

搜索资源列表

  1. raknet-tutorial

    0下载:
  2. raknet中文教程.Raknet是一个基于UDP网络传输协议的C++网络库,允许程序员在他们自己的程序中实现高效的网络传输服务。通常情况下用于游戏,但也可以用于其它项目。-raket chinese tutorial
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-01-21
    • 文件大小:143360
    • 提供者:swq0553
  1. RakNet_PC-4.051

    0下载:
  2. Raknet是一个基于UDP网络传输协议的C++网络库,允许程序员在他们自己的程序中实现高效的网络传输服务。通常情况下用于游戏,但也可以用于其它项目。-The Raknet is based the UDP network transmission protocol C++ network library allows programmers to achieve efficient network transmission services in their own program. Usua
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-07
    • 文件大小:41242588
    • 提供者:marco
  1. igraph_Reference_Manual

    0下载:
  2. igraph是复杂网络分析中著名的C函数库,实现了大部分经典算法。这里上传的参考手册详细介绍了其安装和使用方法,非常全面,全书有500页之多。-igraph is a complex network analysis in the well-known C library to achieve most of the classical algorithm. From here, a reference manual for details of their installation and u
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1176142
    • 提供者:X.Liu
  1. gflib

    0下载:
  2. GFLIB - C Procedures for Galois Field Arithmetic and Reed-Solomon Coding. 该函数库广泛用在网络编码和信道编码中。-GFLIB- C Procedures for Galois Field Arithmetic and Reed-Solomon Coding. The library is widely used in network coding and channel coding.
  3. 所属分类:Algorithm

    • 发布日期:2016-11-06
    • 文件大小:30237
    • 提供者:aurora yang
  1. libevent-1.4.7-stable-iocp-1

    0下载:
  2. 鼎鼎大名的、高性能、大并发的跨平台网络库libevent库的windows iocp版本;-The famous, high-performance, large concurrent cross-platform network library libevent library windows iocp version
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:643489
    • 提供者:ligs
  1. NetworkTraffic

    1下载:
  2. 网卡流量监控软件,网络流量监控。Delphi网络流量监控源代码 Delphi网络流量监控源代码,附带的IPHelper库等非常有价值。 国外朋友的作品,但是有些小bug会影响Delphi调试,对此作了少量修正,希望对-LAN traffic monitoring software, network traffic monitoring. Delphi source code for network traffic monitor network traffic monitoring De
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:244485
    • 提供者:张树
  1. boost_asio_0_3_7

    0下载:
  2. c++标准库 boost的asio异步网络库,非常方便,很容易实现网络传输。-c++ standard library of asio asynchronous network library boost, very convenient, very easy to implement network transmission.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2336492
    • 提供者:冯旭飞
  1. ServerSocket_Export-vcSourceCode

    0下载:
  2. 完成端口的网络库-vc源代码.rar 分为客户端和服务端进行控制。 -Completion port network library-vc source code. Rar is divided into client and server control.
  3. 所属分类:P2P

    • 发布日期:2017-04-10
    • 文件大小:1094205
    • 提供者:netcicala
  1. CNNWB_src

    0下载:
  2. 卷积神经网络的Csharp版本,已经编译成windowsAPI库,根据Mike的源代码改写而成。供研究卷积神经网络CNN的人使用。-Csharp version convolutional neural network has been compiled into windowsAPI library, according to the source code adapted from Mike. CNN convolutional neural networks for research of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3758849
    • 提供者:LiuKe
  1. NetWorkCapacity

    0下载:
  2. 一个网络流量统计的例子,使用了iphlpaip库-An example of network traffic statistics, the use of the library iphlpaip
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:836524
    • 提供者:站长
  1. wpcapsrc_3_0_beta

    0下载:
  2. 网络抓包库wpcap3.0开发包和源代码,推荐下载-Ethereal Library wpcap3.0 network development kit and source code to download
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:736679
    • 提供者:站长
  1. thesis-jori-original

    0下载:
  2. 国外牛人的毕业论文,英文版本,实时语音传输相关,其中的两个库文件,jrtplib与jvoiplib已经上传。enjoy -foreign elite s graduate paper in english.related to real time voice transimission.it has two library,jrtplib,jvoiplib.enjoy
  3. 所属分类:VOIP program

    • 发布日期:2017-11-09
    • 文件大小:649629
    • 提供者:杨静文
  1. nnToolKit_src

    4下载:
  2. nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:10865872
    • 提供者:魏建明
  1. data

    1下载:
  2. 一个较为复杂的数据同步程序,涉及到sql和oracal数据库的访问,多线程,MFC网络编程,消息队列等内容-A more complex data synchronization process, and oracal related to sql database access, multi-threaded, MFC network programming, message queues, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:251818
    • 提供者:zhjatp
  1. MMORPG_GAME

    0下载:
  2. 这是个3D游戏较完整的例子,对于初学网络游戏开发的人肯定有帮助,它是以c++为基础,Windows SDK框架编写的,里面涉及一些DirectX知识,希望对大家有用!(在vs上包含d3d9.lib d3dx9.lib winmm.lib dinput8.lib dxguid.lib 这几个库就可以运行)-This is a 3D game is more complete example, for the beginner to develop online games will certa
  3. 所属分类:Other Games

    • 发布日期:2017-05-25
    • 文件大小:6222519
    • 提供者:xiaoqiang
  1. NIDS

    1下载:
  2. 唐正军的《网络入侵检测系统的设计与实现》,已是绝版书,要用超星打开-唐正军the
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-23
    • 文件大小:7608958
    • 提供者:jack
  1. QPL3

    0下载:
  2. BCB下的高效开发包。包含大并发的网络库,消息流组件等。-BCB C++ qpl-lib.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:312832
    • 提供者:邱沛林
  1. galois_networkcoding_trail

    0下载:
  2. 有限域上的网络编码,基于fast-galois库-network coding in finite field
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:98046
    • 提供者:qgj
  1. mir_world_server

    3下载:
  2. 传奇世界服务器源码 包括所有封包分析 脚本 和网络库-Legends of the World server source code, including all packet analysis and network scr ipt library
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-14
    • 文件大小:3118561
    • 提供者:王一
  1. linuxC_sourcecode

    0下载:
  2. 嵌入式linuxC源代码光盘,和《Linux c 编程实战》书本相配套的光盘资料,主要包括:Linux系统下C语言及其编程环境的介绍,系统编程的所有主题——文件和目录、进程、线程、信号、进程间通信、网络编程和图形界面编程、出错处理、库的创建与使用、编写安全的代码等。-Embedded linuxC source code CD-ROM, and " Linux c programming real" books matching CD-ROM information, incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3142213
    • 提供者:陈笑天
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com