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

搜索资源列表

  1. network

    0下载:
  2. 程序为网络程序,应使用socket编程,服务器要实现对每一个访问的客户机发送一个欢迎消息,可选用select()函数实现I/O多路复用,服务器通过socket相关函数来建立TCP连接,监听每一个访问的客户端,当有客户端向服务器发起连接时,将客户端文件描述符加入监听描述符集,客户端向服务器发送信息,同时也收到服务器发来的”Hello,Welcome Client!”。 本题需要写两个程序,分别是“server.c”和“client.c”。前者主要是在服务器端执行并等待客户端访问操作然后发欢迎信
  3. 所属分类:Linux Network

    • 发布日期:2017-04-27
    • 文件大小:8450
    • 提供者:chenli
  1. Secure-communication-system

    0下载:
  2. 我用c++编写的安全通信系统,可以进行信息和文件的加密解密传输,用RC4加密解密。类似于QQ的功能。-I use the code c++ written transmission of information can be encrypted and decrypted files with RC4 encryption and decryption.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-17
    • 文件大小:4526676
    • 提供者:黄程程
  1. HipchatAPIv2Client-PHP

    0下载:
  2. HipChat is a Free Group Chat & IM Built For Teams. Powerful, Safe & Secure. Try Now! - Free for Unlimited Users - Full Message History - Easy File Sharing and much more... Step 1) To use the Library you must Register and Create a
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:27618
    • 提供者:Miklogak
  1. uIP-1.0

    1下载:
  2. uIP源码v1.0,一个经典的tcp/ip 协议栈,仔细研读,可以用于单片机和以太网的通讯。实际工程应用过。保证好用。希望能帮到大家-I hope this code of C can help you .The code is uIP v1.0
  3. 所属分类:TCP/IP Stack

    • 发布日期:2015-05-20
    • 文件大小:1049600
    • 提供者:栾浩杰
  1. TcpClient

    0下载:
  2. winsock c++ TCPclient i made it for a week
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-15
    • 文件大小:23274693
    • 提供者:jiyoung
  1. TcpServer

    0下载:
  2. winsock c++ TCPserver i made it for a week
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:14432432
    • 提供者:jiyoung
  1. TcpCAsyncClient

    0下载:
  2. winsock c++ TCPASYNClient i made it for a week
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:14494131
    • 提供者:jiyoung
  1. Openwrt-NetKeeper-master

    0下载:
  2. Netkeeper openwrt版so文件编译源码-This is an algorithm(C/Linux) to generate the real username during PPPoE. I disassembled the code the Android version , modified it to run the algorithm on OpenWRT.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:81094
    • 提供者:mr zhao
  1. SOCAT_Analysis

    0下载:
  2. 我写的664网络工具中网络的路径分析算法,用C写的-I write the 664 network analysis tool in the network path analysis algorithm, written in C
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:216773
    • 提供者:大海
  1. Effective_CPP

    0下载:
  2. 虽然多年前在本科课程中学过C++,但之后的几年里,C++主要被我用来进行简单的算法实现或者简单的学术仿真程序的编写,一直没有深入实践过“面向对象的C++”、“泛型的C++”。因此,自己还是一个彻头彻尾的C++初学者。这里从初学者的角度谈谈读了这本书以后对C++的几点新理解新体会。 1,C++追求程序执行的效率,因而牺牲了一些编程开发的便利性。 书中好几个例子提到了这一点。比如,C++类中的方法都是默认non-virtual的。virtual函数会造成额外的开销,空间上要增加V
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:23252
    • 提供者:放杨的星星
  1. Calculator391

    0下载:
  2. 本人学C++写的第一个程序 计算器 基本完成科学计算器功能-I learn C++ the first to write a program that basically complete scientific calculator function calculator
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:9442
    • 提供者:ga10055
  1. shishi

    0下载:
  2. C++中的重言式,此代码简单易懂,相信对初学者的学习有帮助。-C++ In tautology, this easy-to-read code, I believe it will help beginners to learn.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3091
    • 提供者:liaoa72i977
  1. Grayscale

    0下载:
  2. Grayscale conversion in C. It was my Project for a Lecture. I have also uploaded the Assigment then you see what I have created in my Programm. It is working in Linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:10894
    • 提供者:akirjus
  1. web

    0下载:
  2. 自己用c写的cgi操作。 方便自己开发 代码浅显易懂。-I used to write c cgi operations. To facilitate their development Code is easy to understand.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-11
    • 文件大小:2190116
    • 提供者:程序员
  1. chat

    0下载:
  2. 双向文字、文件传输程序。原为一C#程序,实现单向传输,我将其转为VB.net源码並加入双向功能-Bi-directional text, file transfer program. Originally a C# program, one-way transmission, I convert it to a VB.net source code and adding a two-way function
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:484774
    • 提供者:wu chan mao
  1. iisfile

    0下载:
  2. 运行环境:PHP4以上 第一步: 先把iisfile.php解压到站点根目录 第二步: 设置IIS日志目录: $folder C:/WINDOWS/system32/LogFiles/站点日志目录/ 后面记得一定要带斜杠(/)。 第三步: 设置站点IIS日志目录权限与站点用户一样既可。 第四步: 输入:http://站点域名/iisfile.php 即可! 注意:如果IIS日志文件过大,可能会导致程序超时!同时也不建议大家使用! -Operating environment: Step PH
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:10483
    • 提供者:xzw
  1. personal--amount

    0下载:
  2. 用c++编的一个个人账户管理系统,希望大家喜欢-C++ compiled with a personal account management system, I hope you like
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:10482
    • 提供者:李阗智
  1. CODE

    0下载:
  2. 远程终端管理系统实现了一个mini telnet的功能,该系统采用C/S架构,服务端采用I/O复用机制,实现多客户端的连接。-Remote terminal management system implements a mini telnet function, the system uses C/S architecture, the server uses I/O multiplexing mechanism, multi-client connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:75264
    • 提供者:Alice
  1. jezxjmgj_v0.1

    0下载:
  2. 专门解码解密 (function(p,a,c,k,e,r){})、 (function(p,a,c,k,e,d){})以及 (function(h,b,j,f,g,i){})等多种 编码加密的Javascr ipt源代码.暂不支持语法高亮.不支持低版本IE.-(Function (p, a, c, k, e, d) {}) and (function, h, b), and decode (function (p, a, c, k, e, r) , J, f, g, i) {}) and
  3. 所属分类:Web Server

    • 发布日期:2017-05-05
    • 文件大小:92966
    • 提供者:lkv
  1. anniu

    0下载:
  2. 这是按钮源码,实用c++写的代码,希望大家喜欢-This is the button source, practical c++ write the code, I hope you like
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:66645
    • 提供者:khgf8865
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com