CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - C Socket

搜索资源列表

  1. comm_manager

    0下载:
  2. C++写的通讯管理系统,可以管理Secket,串口,USB PORT等多种通讯形式-communication management writen with C++ language,it can be used for socket,serials port ,usb port comm manage
  3. 所属分类:Other windows programs

    • 发布日期:2017-01-06
    • 文件大小:12977152
    • 提供者:部廷夏宰
  1. DialuPass

    0下载:
  2. 拨号程序c源代码,就是对于本机上网拨号程序!!!写的很不错-c++ network programming socket connection. ! !
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1985
    • 提供者:
  1. vcnetpgmsrc.rar

    0下载:
  2. 一些VC++网络编程实例,通过这些小小的实例,你可以了解到一些VC++网络编程的相关知识,比如数据封装、TCP/IP模型、端口的使用、套接字(Socket)的引入、C/S结构客户端与服务器编程、基于UDP面向无连接的Socket编程、一些网络函数的使用、基于TCP的网络应用程序的编写、UDP聊天程序的实现等,我觉得这些实例虽小,但却是比较实用的,在以后从事VC++编程中,这也是常用到的基础知识。,This case will allow you to learn how to use VC++
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:23247
    • 提供者:沈思瀚
  1. MyProjects

    0下载:
  2. 简单的C_S进程通信,网络编程,C语言编写,-windows socket ,C_S communication
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:2871297
    • 提供者:yaojinsong
  1. Ethereal-code-analysis

    0下载:
  2. 介绍Windows Sockets的一些关于用C#实现的原始套接字(Raw Socket)的编程,以及在此基础上实现的网络封包监视技术-Introduction to Windows Sockets on raw sockets with C# (Raw Socket) programming, and on this basis to achieve the surveillance network packets
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:10240
    • 提供者:pqp
  1. Winsock

    0下载:
  2. 由于计算机网络通信技术的发展,网络的应用越来越广泛,编写网络通信软件的工具和方法有很多,而使用Winsock是其中一种简单有效的方法。基于WINSOCK的网络聊天室开发给出了一个在运行TCP/IP 协议服务器程序和客户程序(C/S),服务器端创建监听套接字,并为它关联一个本地地址(指定IP地址和端口号),然后进入监听状态准备接受客户的连接请求。-Because computer network communication technology, network applications more
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:2352946
    • 提供者:djm
  1. Http-test

    0下载:
  2. 通过socket,实现http协议!支持get\post等操作。是用C++来实现的~-Through the socket, to achieve http protocol! Support get \ post and other operations. Achieved with C++ ~
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:95694
    • 提供者:蓝本
  1. TelnetClient

    0下载:
  2. c#编写的用Socket编程实现客户端的实例-c# prepared by the client Socket Programming examples
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2619
    • 提供者:Bear
  1. flexSocket1

    0下载:
  2. 基于C的SOCKET网络编程小例子,大家互相学习学习-SOCKET C-based network programming small example, we learn from each other
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1471
    • 提供者:Yo
  1. clientServer

    1下载:
  2. 在TCP/IP协议中。两个进程相互通信的主要模型是C/S模型。Server端完成面向连接和无连接的服务。Client端完成创建TCP\UDP的套接字-In the TCP/IP protocol. The main two processes communicate with each model is the C/S model. Server-side complete connection-oriented and connectionless services. Client-side
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1124054
    • 提供者:fengjin
  1. data-exchange

    0下载:
  2. 课程作业,用tcl自带的套接字命令编写的一个C/S小程序。可以实现向客户端循环发送数字,客户端把接收到的数字乘2发回服务端。每发回一个,才能接受下一个命令。-Course work, the socket comes with tcl commands written in a C/S applet. Can send digital loop to the client, the client to receive digital service by 2 back end. Each sen
  3. 所属分类:Other windows programs

    • 发布日期:2016-07-03
    • 文件大小:4448256
    • 提供者:刘钟真
  1. fileT

    0下载:
  2. C语言,文件传输,tcp链接,socket,自己修改服务器路径和ip即可,简单-C,FTP!change the ip and file path by yourself
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2237
    • 提供者:hehuai
  1. ExamingSystem

    0下载:
  2. 利用socket技术来实现C/S模式的考试系统-examing system with sockey tecknological to implements the examing system
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2523827
    • 提供者:cg
  1. Code

    0下载:
  2. 课程作业,实现多媒体类的继承,C++部分实现server,java部分通过socket连接,实现简单的指令交换。需要在Linux环境运行,有makefile文件和Doxygen生成文件。-Course work, inheritance multimedia class, C++ partial implementation server, java part through the socket connection, simple instructions exchange. Need to
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1524066
    • 提供者:Wang Weikang
  1. Smtp.Mailer

    1下载:
  2. socket smtp發郵件 C# 解決發郵件-socket Send Mail
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:114688
    • 提供者:weiwu
  1. 2659766Oscilloreyrwywgraph_PC

    0下载:
  2. Written between C# and SIEMENS PLC1200, through the socket communications
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:137279
    • 提供者:dingyu
  1. 14614296rywuwm8usb

    0下载:
  2. between C# and SIEMENS PLC1200, through the socket communications
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:62814
    • 提供者:dingyu
  1. recivdshsemaildsgdssdh

    0下载:
  2. Written between C# and SIEMENS PLC1200, through the socket communications
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:12911
    • 提供者:dingyu
  1. SanNiuSignalDemo

    0下载:
  2. c#的通用Socket框架,源码里有客户端和服务器端的示例-C# generic Socket framework, the source code in the client and server side of the sample
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:332009
    • 提供者:孤星泪
  1. downooarv

    0下载:
  2. 用的C语言socket实现的文件下载,服务器多线程,客户端有命令参数控制-Socket with the C language implementation of file downloads, multithreading server, the client has a command parameter control
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:6149
    • 提供者:Xenic
« 1 2 34 »
搜珍网 www.dssz.com