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

搜索资源列表

  1. 控制台QQ 【VC6.0可编译版本 源码下载】myQQ

    2下载:
  2. 一个控制台面板下的QQ 简介:该程序由XiaoXia创作,www.xiaoxia.org ,前段时间不巧被我看到,不过没有VC版本,正好闲着,经过小小改动,可以在VC下运行了,服务我们这些对QQ有点兴趣的VC小菜~。 申明:本代码只供学习交流。 支持命令: help: 显示以下帮助信息. add/a: 添加好友. add+QQ号码. cls/clear: 清屏. view/v: 所有好(群)友列表.(指向前操作) who/w: 在线好(群)友列表.(指
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2010-12-10
    • 文件大小:3635051
    • 提供者:Simonz
  1. P2PChatingRoom.rar

    0下载:
  2. 这是我认为不错的一个P2P通信软件,用的是C#语言编写的.,I think this is a good P2P communication software, using a C# Languages.
  3. 所属分类:P2P

    • 发布日期:2017-04-01
    • 文件大小:114345
    • 提供者:颜书
  1. ping.rar

    0下载:
  2. ping的原理就是首先建立通道,然后发送包,对方接受后返回信息,这个包至少包括以下内容,发送的时候,包的内容包括对方的ip地址和自己的地址,还有序列数,回送的时候包括双方地址,还有时间等,主要是接受方在都是在操作系统内核里做好的,时刻在监听,提供一段c程序的代码,希望对大家有用。,ping is to first establish the principle of access, and then send packets, the other party accepted the retur
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:2475
    • 提供者:
  1. windowssocket.rar

    4下载:
  2. <<精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 ," " Proficient in Windows Sockets network development- based on Visu
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-05-28
    • 文件大小:889211
    • 提供者:牟伯东
  1. TCPSocket

    0下载:
  2. c#写的tcp socket编程用,我用的是vs2008-c# tcp socket programming by writing, I use vs2008
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:47224
    • 提供者:汤文镇
  1. SocketDemo

    0下载:
  2. 一款不错c#编写的socket异步通讯demo级程序。通过该程序你能学习到 1.多层架构编程方式 2.如何异步处理socket通讯 3.对互斥资源的良好处理 该程序暂时只提供了单客户端的处理示例,稍加修改就能马上拓展为多客户端处理。程序需要.net3.5支持 有任何技术上的问题都可以留言本人解决 大家有好的建议或方法也能提出一起分享 -Write a good c# socket demo level asynchronous communications progra
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:195843
    • 提供者:goslingy
  1. ortp.rar

    0下载:
  2. 最新的rtp/rtcp库,纯c写的,也有c++应用例子,我跑过的,不错,写的很好,想学习rtp的来看看吧,The latest rtp/rtcp Treasury, pure c written, there are c++ Application examples, I ran in, yes, write a good, want to learn the point of view and see rtp
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:514113
    • 提供者:安煜
  1. Black-anti-remote-control---code

    0下载:
  2. 黑防远程控制源代码,用C编写的,不可多得的好东西,希望各位喜欢。-Black anti-remote control of source code written in C, a rare thing, I hope you like.
  3. 所属分类:Remote Control

    • 发布日期:2017-05-16
    • 文件大小:4468824
    • 提供者:wangyang
  1. imwebQQ09410

    1下载:
  2. 利用C#+ACCESS制作的类似于网页版QQ即时通讯。能够在线发送即时消息,文件传输等等功能!此版本还有很多地方不完善,希望高手提出建议!-Use C#+ ACCESS page is similar to the production version of the QQ instant messaging. Be able to send instant messages online, file transfer and so on! This version was also incomp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-12-24
    • 文件大小:542782
    • 提供者:zhangyu
  1. Crawler

    1下载:
  2. 本人用c++开发的搜索引擎的网络爬虫 蜘蛛程序 欢迎参考。-I am using c++ developer' s Web crawler search engine spider welcome reference.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-09
    • 文件大小:1616710
    • 提供者:忧国忧铭
  1. ArpSender

    0下载:
  2. ArpSender是C#写的ARP发包器,写的初衷是想试下什么样的ARP包才会引起ARP攻击,构造一些包可能会导致别人上不了网。至于包怎么填,发挥大家的想象吧,嘿嘿。 ArpSender用了SharpPcap这个开源API,有兴趣的到网上查下,用起来挺简单的。编程过程中最大的问题就是线程的问题。发包的代码中用了BackgroundWorker控件,因为参数只能传一个,并且线程是不允许直接调用主窗口控件,后来用了一个结构体struct ArpPac来传,感觉还是很麻烦啊!不过还好在Backg
  3. 所属分类:WinSock-NDIS

  1. duogongnengxinhaofenxiyi

    1下载:
  2. 本软件是用VB制作的,用于电脑与西门子S7-200PLC(PPI协议)进行通讯,如果您想用VB开发S7-200PLC(PPI协议)上位机控制界面,此软件是您的好帮手! 1、可以写入、读出寄存器的数值(字节、字、双字); 2、可以进行元件(V、M、S、Q、I)的置、复位操作; 3、可以读取元件(V、M、S、Q、I)的ON/OFF状态。 4、可以控制PLC的运行、停止。-A simple application of Visual C++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:129039
    • 提供者:尚艳伟
  1. myie

    0下载:
  2. 用C#开发的如何自制浏览器程序,非常简单,好用,我用在自己的程序里,增加了功能.-With C# Developed procedures for how the self-browser, is very simple, easy to use, I use in their own program, an increase of function.
  3. 所属分类:Browser Client

    • 发布日期:2017-04-03
    • 文件大小:45905
    • 提供者:hcpost
  1. NewMonitor

    0下载:
  2. 这是一个关于c#的网络协议分析程序,希望大家可以有用-This is a study on c# Network protocol analysis process, I hope everyone can be useful
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:392674
    • 提供者:agg
  1. PlayCard

    0下载:
  2. 该文件包含了在vc6.0下用c++开发一个棋盘类游戏的通用游戏大厅,已经运行过,没有任何bug了,希望能给大家提供帮助!-This document contains the vc6.0 using c++ The development of a generic board games games hall, has been running, and there is no bug, and hope that I can help you!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:875136
    • 提供者:王敏坤
  1. sock_udp

    0下载:
  2. 这是一个基于TCP的C/S通信,详细说明的通信的过程,希望对大家有所帮助-This is a TCP based on the C/S Communications, a detailed descr iption of the communication process, I hope all of you to help
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:15741
    • 提供者:王强
  1. chat

    0下载:
  2. 这是一个用C#做的点对点的聊天系统,原理是通过双方的IP地址来进行聊天.在这个系统中我们不仅可以看到双方以前所聊天的内容,还可以看到对方现在所聊天的内容.我们实现这个程序的目的是想看看在用C#时我们也可以像QQ一样进行聊天,不过功能就没有QQ那么强了,这也是限于我的个人水平问题,通过这个平台,我希望有更多的高手来对这个系统不断改进,不断的完善其功能.在此我要多谢大家,多谢管理员.-This is a used C# Do peer-to-peer chat system, the princip
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:33946
    • 提供者:黎金龙
  1. FTPclient

    0下载:
  2. 基于c#实现的ftp客户端,呵呵 希望对贵站有多帮助-Based on the c# Realized ftp client, Oh how I hope to help贵站
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-04
    • 文件大小:17879
    • 提供者:scofield
  1. xmltreator

    0下载:
  2. 我自己便写了一个C#处理XML的自定义控件欢迎有兴趣的朋友共同切磋-I will write a C# Deal with the custom control XML Interested parties are welcome to learn together
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-25
    • 文件大小:11891
    • 提供者:wangnan
  1. Chat

    0下载:
  2. 用c在ununtu下编译运行过的聊天程序(含有文件文件传输功能),希望大家能批评指正,我好加以修改-With c in ununtu run-off under the compiler chat program (containing a document file transfer function), hope that we can criticize the correction, I better be modified
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-06
    • 文件大小:1213196
    • 提供者:张三
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com