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

搜索资源列表

  1. C语言头文件 略述

    0下载:
  2. 对于使用C语言家族开发工具进行软件开发的技术人员来讲,头文件(后缀名为 .h 的文件)是再熟悉不过的了。头文件作为一种包含功能函数接口声明的一类文件,在C语言家族程序开发中被大量使用。-use of C language family of development tools for software development in terms of technical personnel, the first document (known as the suffix. H document)
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:32.9kb
    • 提供者:李琳
  1. 捕获IP数据包的小程序(c)

    0下载:
  2. 捕获IP数据包的小程序,原理是使用PCAP库.开发语言为C-IP packet capture the small programs, principles for the use of Cards. For the C programming language
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:3.31kb
    • 提供者:高侃绪
  1. QuickMessage

    0下载:
  2. C# udp的消息传输,具有象QQ一样消息提示功能,可以进行多个客户段的消息发送. 使用C#进行的编程.-C# udp information transmission, QQ with the same information as suggested, will feature a number of customers of the messaging. Use the C# programming.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:42.1kb
    • 提供者:张化
  1. yaodian

    0下载:
  2. 邮件收发源代码,采用C++语言编程,实现邮件的收发功能。-mail source code, using the C programming language, to achieve mail client.
  3. 所属分类:WEB邮件程序

    • 发布日期:2008-10-13
    • 文件大小:426.87kb
    • 提供者:shaoling
  1. 3ciyangtiaohuashu

    0下载:
  2. 这是对3次样条插值函数的C程序编写,希望大家可以用到.-This is the 3rd spline interpolation function of the C programming, we hope could be applied.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:4.79kb
    • 提供者:侯明
  1. Fuzzy-Programming

    0下载:
  2. C语言,模糊控制程序-The C language, misty control procedure
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:64.42kb
    • 提供者:潘峰
  1. telnet_proxy_under_linux

    0下载:
  2. unix下telnet的代理,比较简单,但包含了unix下c编程需要注意的基本问题及socket编程的基本模式。-under telnet proxy, relatively simple, but contains the c programming under unix need to pay attention to basic issues and the basic socket programming model.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:9.38kb
    • 提供者:潘绪东
  1. tcp_socket 采用c++编程,通过socket方式

    0下载:
  2. 采用c++编程,通过socket方式,基于tcp连接的简单通信,很实用,能实现socket具有的基本功能。-The c++ programming, through the socket way, based on TCP connection simple communication, is very practical, can realize the basic function of socket has.
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-05-20
    • 文件大小:5.64mb
    • 提供者:王小菲
  1. p2p.rar

    0下载:
  2. 一个简单的p2p共享文件的程序,用c语言开发,包括server端和peer端,自定义了一套应用层的传输协议,对于理解socket编程有很大的帮助,A simple procedure for p2p file sharing, using c language development, including peer client and server-side, since the definition of a set of application-layer transport protoc
  3. 所属分类:Linux Network

    • 发布日期:2016-12-23
    • 文件大小:28.34kb
    • 提供者:lucy
  1. code.rar

    1下载:
  2. linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-30
    • 文件大小:51.53kb
    • 提供者:yeliu
  1. curlpp-0.7.2.tar

    0下载:
  2. curl的c++编程接口,用于libcurl在应用中的嵌入处理-curl of the c++ programming interface for libcurl embedded in the application processing
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:461.54kb
    • 提供者:frank li
  1. CSharpforChatting

    0下载:
  2. C#聊天室其中使用了socket编程 实现了文件传输群聊,组聊等功能,是学习SOCKET的基础教程。 飞鸽 -C# chat rooms in which the socket programming using the file transfer a group chat, group chat and other functions, is the basis of learning tutorial SOCKET. Dove
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:262.78kb
    • 提供者:harry
  1. network2

    0下载:
  2. winsock 网络编程的例子 通过本例基本了解 winsock编程的基本步骤。-protocols of the network programming examples of the cases through basic understanding of basic protocols of programming steps.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:1.18mb
    • 提供者:奥运
  1. linux_network

    0下载:
  2. 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-This is under linux on the C programming, which includes a socket several usage examples, udp, tcp, as well as the use of select.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-01
    • 文件大小:557.92kb
    • 提供者:赵炜
  1. linux-c-programming

    0下载:
  2. 本文档介绍了Linux下面C语言编程基础、技巧。-This document introduces the basis of C programming in Linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:498.35kb
    • 提供者:杨志成
  1. c

    0下载:
  2. 英文版的C,功能嘛不多说,基础嘛,最近在看,蛮好的-The C Programming Language
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:1.02mb
    • 提供者:tommy
  1. window-c-net

    0下载:
  2. Windows下C语言网络编程快速入门,新手必看-Under the C programming language network Windows Quick Start, Xinshoubikan
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:108.02kb
    • 提供者:迪斯科
  1. The-CPP-Programming-Language

    0下载:
  2. C++ The C++ Programming Language-The C++ Programming Language
  3. 所属分类:Linux Network

    • 发布日期:2017-06-17
    • 文件大小:25.62mb
    • 提供者:niyang
  1. Linux-C-programming

    0下载:
  2. Linux 下c语言学习的源代码,基本的入门到多线程等操作,共27个章节的全部源码,可以作为学习使用。-This is the source code of C programming under the Linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:119.73kb
    • 提供者:caoke
  1. 7.-Introduction-to-C---Source(1)

    0下载:
  2. All example for the C Programming. It s very good for C Programming starter
  3. 所属分类:Linux Network

    • 发布日期:2017-05-01
    • 文件大小:9.13kb
    • 提供者:akirjus
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com