CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - network programming

搜索资源列表

  1. socket

    0下载:
  2. 一个对面试人员有帮助的socket网络编程基础的面试题.-One pair of interviewers helpful, socket-based network programming interview questions.
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:21877
    • 提供者:廖俊
  1. linux_modem

    0下载:
  2. C写的modem拨号上网程序,有助于你理解linux下的网络编程-Written in C modem dial-up procedures to help you understand network programming under linux
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:8089
    • 提供者:yoyo
  1. VCPPNET

    0下载:
  2. 使用VC++的网络编程总结,内容很全,适合初学者-Network programming using VC++ summary, as is all
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:170371
    • 提供者:许先锋
  1. linear-programming

    0下载:
  2. 最大流是关于流网络的最简单问题,线性规划要满足一定的约束条件。-Maximum flow is about the easiest flow network problems, linear programming to meet certain constraints.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1026522
    • 提供者:hejingjing
  1. math-beauty

    0下载:
  2. google黑板报,通过简述网络、编程方面的发展历程,享受数学之美-google blackboard, through brief network programming development process, enjoy the beauty of mathematics
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:649435
    • 提供者:搜容易
  1. WebViewer

    0下载:
  2. 主要介绍WinSock类,使用MFC提供的CAsyncSocket类和CSocket类实现网络编程。-WinSock class focuses on using CAsyncSocket and CSocket class MFC class provides network programming.
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:1212880
    • 提供者:罗克
  1. Linux---the-design-of-program

    0下载:
  2. 内容包括Linux开发环境、Linux编程的入门知识、系统和网络编程、多线程程序设计、控制台编程、XWindow系统编程、国际化编程知识等-Including Linux development environment, Linux programming introductory knowledge, systems and network programming, multi-threaded programming, console programming, XWindow system
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4599708
    • 提供者:linxiao
  1. IDG---Java-Game-Programming-for-Dummies

    0下载:
  2. how networks and network programs work.
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2334162
    • 提供者:abicir
  1. WindowsSocket

    0下载:
  2. 在一些常用的编程技术中,Socket网络编程可以说是最简单的一种。而且Socket编程需要的基础知识很少,适合初学者学习网络编程。-In some common programming technology, Socket network programming can be said to be one of the most simple. And the basic knowledge of Socket programming need little, suitable for begi
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:24259
    • 提供者:hero
  1. 2

    0下载:
  2. 在一些常用的编程技术中,Socket网络编程可以说是最简单的一种。而且Socket编程需要的基础知识很少,适合初学者学习网络编程。-In some common programming technology, Socket network programming can be said to be one of the most simple. And the basic knowledge of Socket programming need little, suitable for begi
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:24247
    • 提供者:hero
  1. tcpip.tar

    0下载:
  2. TCPip详解,是理查德森先生的巨作之一,被列为网络编程的经典书籍,非常值得一看。- TCPip explain, is one of the masterpieces of Mr. Richardson, is listed as network programming classic book, well worth a look.
  3. 所属分类:software engineering

    • 发布日期:2017-06-10
    • 文件大小:17903742
    • 提供者:郑文展
  1. WATTCP

    0下载:
  2. WATTCP Network Programming Library by Erick Engelke
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:307200
    • 提供者:chnht
  1. AndroidPPT5

    0下载:
  2. 什么是网络编程 客户/服务器模式 Handler机制 联网的图书管理系统-What is a network programming   Client/server model   Handler mechanism   Networked library management system
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:417249
    • 提供者:欢欢
  1. CSharpSocket-Tcp-Udp-

    0下载:
  2. C#网络编程资料,对初学者有一定的帮助,文字资料汇总-C# Network Programming information for beginners to have some help
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:43554
    • 提供者:李正民
  1. Network-Communication-Programming

    0下载:
  2. 介绍了使用Visual C#语言在TCP/IP网络中实现通信的方法,通过利用.NET框架提供的TcpClient类和TcpListener类分别建立服务器端和客户端,然后使用这两类提供的方法可完成网络通信中数据的收发.通过实验证明,生成的界面友好,编写的程序也可较好地完成通信功能.-This paper introduces the use of Visual C# language to communicate in TCP/IP network. The Tcp- Client class
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:241581
    • 提供者:温智彬
  1. dept-Delphi6-networke-edit

    0下载:
  2. delphi 6 深入网络编程,做网络开发的朋友值得一看,里面有好多例程可以看考。-delphi 6-depth network programming, network development on a friend to see, you can see there are a lot of routine test.
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:6088649
    • 提供者:sunjl
  1. Java-Program-Principle-PPT-

    0下载:
  2. 资料为Java网络编程完整的课件,主要讲解了Java编程的各个部分的原理。软件是在Ecllipse上进行,对于初学者入门很有帮助,在理解透的基础上实践是最重要的,在实践中才能不断发现问题。因此共享出来供大家学习。-Data for the Java network programming complete courseware, mainly explained the principle of each part of the Java programming.Software is cond
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:816421
    • 提供者:
  1. GPRS_service

    0下载:
  2. 现代社会的数据传输正在逐渐摈弃有线传输的模式,无线数据传输相对于有线有建设成本低廉,适应性好,扩展方便,设备维护方便等优点,同时数据的传输也较为可靠。在无线数据传输中必然要用到不同的无线数据终端,要实现与人的交互,则必须依靠上位机软件,本设计从GPRS无线数据终端入手,设计了一个上位机软件,带有登陆界面,可以显示当前登陆的设备,并可以记录并显示历史登陆信息和聊天记录,初步实现通过下位机对LED灯的控制,该可以为日后的进一步设计应用提供参考。 通过这次设计,我进一步掌握Visual C++应用
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:9922049
    • 提供者:可难
  1. Semidefinite-Programming-Approaches

    0下载:
  2. Semidefinite Programming Approaches for Sensor Network Localization With Noisy Distance Measurements
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:787817
    • 提供者:M.Hasani
  1. neural3

    0下载:
  2. neural network programming with its code
  3. 所属分类:Project Manage

    • 发布日期:2017-04-12
    • 文件大小:1012
    • 提供者:sun
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com