您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C#文件传输源代码 包含SEND,RECIEVE

  2. C#文件传输关键代码string path = "E:\\c#\\convey_file\\convey_file\\Form1.cs"; //要传输的文件 TcpClient client = new TcpClient(); client.Connect(IPAddress.Parse("192.168.0.52"),9999); FileStream file = new Fi leStream(path,FileMode.Open,FileAccess.Read); //注意与rece
  3. 所属分类:C#

    • 发布日期:2009-05-25
    • 文件大小:30720
    • 提供者:Allah777
  1. Udp Recieve Thread

  2. A dedicated thread for recieving the UDP data.
  3. 所属分类:Java

    • 发布日期:2009-05-25
    • 文件大小:839
    • 提供者:asleepcoder
  1. UDF.Reader.v2.5.WindowsXP-BluePrint

  2. "BluePrint Presents" The Scoop: The same day the XBOX360 HD-DVDROM Addon was released to the public in USA, we at blueprint figured out how to use it in windows, now as of this moment, officially, the movie that came with the hardware "King Kong " i
  3. 所属分类:iOS

    • 发布日期:2009-11-13
    • 文件大小:40960
    • 提供者:nbswz6666
  1. 手机游戏开发实例(smartphone联机炸弹人)

  2. c++ wince sdk AIsmartphone版本 和windows版本目录Table of contentI. Introduction.........................................................................................................................................................................5II. Gra
  3. 所属分类:C

    • 发布日期:2007-12-29
    • 文件大小:4194304
    • 提供者:ttlyfast
  1. Herm(一套快速开发高性能的网络应用的C++库)

  2. 1.1 什么是Herm Herm是一套快速开发高性能的网络应用的C++库。比如开发网络游戏、即时通信、流媒体、文件下载、P2P等基于TCP/IP网络应用。 Herm包括三个组件: (1)Utilities 最基础的组件,提供线程、一读一写线程不加锁的ring buffer、二进制消息解析器、支持多态的对象管理器等。 (2)Socket 用面向对象和泛型的方法抽象了TCP/UDP的Socket IOs;抽象了Win32 Select、Linux epoll和FreeBSD kqueue的多路复用
  3. 所属分类:网络基础

    • 发布日期:2010-10-26
    • 文件大小:54272
    • 提供者:rendao0563
  1. Herm(一套快速开发高性能的网络应用的C++库)

  2. 1.1 什么是Herm Herm是一套快速开发高性能的网络应用的C++库。比如开发网络游戏、即时通信、流媒体、文件下载、P2P等基于TCP/IP网络应用。 Herm包括三个组件: (1)Utilities 最基础的组件,提供线程、一读一写线程不加锁的ring buffer、二进制消息解析器、支持多态的对象管理器等。 (2)Socket 用面向对象和泛型的方法抽象了TCP/UDP的Socket IOs;抽象了Win32 Select、Linux epoll和FreeBSD kqueue的多路复用
  3. 所属分类:网络基础

    • 发布日期:2010-10-27
    • 文件大小:144384
    • 提供者:rendao0563
  1. VCL mail(send/recieve)

  2. A good VCL named mail2000 with a bad Example within.Wrote an easy demo which gives the strength of a good VCL.
  3. 所属分类:C++

    • 发布日期:2006-02-23
    • 文件大小:275456
    • 提供者:chenxh
  1. Udp简单收发器

  2. 利用UdpClient进行Udp通信,进行简单收发数据.VS2010打开
  3. 所属分类:网管软件

    • 发布日期:2012-05-09
    • 文件大小:32768
    • 提供者:qjpcpu
  1. syncML实现源代码

  2. syncML实现源代码. 有测试函数。recieve.c 和 send.c函数用于测试。编译看平台。windows和 linux都有介绍
  3. 所属分类:C

  1. This control aids as a complete Newsgroup control. It can po

  2. This control aids as a complete Newsgroup control. It can post messages and recieve messages through the internet.
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:297984
    • 提供者:chenxh
  1. iPOP3Mail邮件接收组件

  2. This ASP component Recieve mail on web server. iPOP3Mail 3.0 是一个Web方式的邮件接收组件。用于Web页面接收邮件,版权属于[数据驿站] http://www.dbstep.com 功能简介: ==================================================1、以Web页面方式接收邮件 2、支持接收邮件服务器设置
  3. 所属分类:Web开发

    • 发布日期:2006-03-16
    • 文件大小:263168
    • 提供者:nclyj
  1. 开关磁阻电机的驱动程序

  2. 对SRM电机的驱动程序 #include "DSP281x_Device.h" // DSP281x Headerfile Include File #include "DSP281x_Examples.h" // DSP281x Examples Include File #include "IQmathLib.h" #include "UserVariable.h" #include "math.h" int rpmreal=0,te=0,te1=0; long key=0,key2=0,
  3. 所属分类:C

    • 发布日期:2013-04-06
    • 文件大小:547
    • 提供者:fanqiege123
  1. visual basic

  2. excellent!!!it is value to recieve the book
  3. 所属分类:VB

    • 发布日期:2013-08-08
    • 文件大小:38797312
    • 提供者:u011635678
  1. qttcpsocket传送结构体

  2. QT TCP SOCKET SEND RECIEVE STRUCT SERVER CLIENT 看见这几个关键字了,应该知道是啥东西。
  3. 所属分类:QT

    • 发布日期:2015-01-07
    • 文件大小:13312
    • 提供者:tadpole_java
  1. socket网络编程讲解

  2. #include #include #include #include int main() { //加载Socket动态链接库 WORD wVersionRequested; WSADATA wsaData; int err; wVersionRequested = MAKEWORD( 2, 2 ); err = WSAStartup( wVersionRequested, &wsaData ); if ( err != 0 ) { /* Tell the user that we
  3. 所属分类:Web开发

    • 发布日期:2009-03-01
    • 文件大小:1048576
    • 提供者:dingzhen2000
  1. 一款比较好的网络性能测试工具

  2. While tools to measure network performance, such as ttcp, exist, most are very old and have confusing options. Iperf was developed as a modern alternative for measuring TCP and UDP bandwidth performance. Iperf is a tool to measure maximum TCP bandwi
  3. 所属分类:C

    • 发布日期:2009-04-17
    • 文件大小:52224
    • 提供者:shuishou_123
  1. .NET 分布式组件库 Exceptionless Foundatio.zip

  2. 前言在互联网时代,分布式应用、系统变得越来越多,我们在使用 .Net 技术构建分布式系统的时候,需要使用到一些组件或者是助手库来帮助我们提高生产力以及应用程序解耦,但是纵观.Net圈,能够符合要求的这样的组件并不是 很多,并且没有一个通用的抽象组件能够将这些接口集成起来,今天就为大家介绍一款开源的组件库 Foundatio,他们同样出自于Exceptionless团队之手,下面就来看看吧。目录Foundatio 介绍Getting Started缓存队列锁消息工作任务文件存储度量日志示例程序源
  3. 所属分类:其它

    • 发布日期:2019-07-19
    • 文件大小:470016
    • 提供者:weixin_39840914
  1. Android代码-输入歌手姓名或歌曲名获得歌词

  2. Just Lyrics Android Independent Project for Epicodus - 26 MAY 2017 By Jahan Walsh (jwalsh370) Descr iption An Android App (using Android Studio, Gradle, Git,and Atom) that allows users to input an artist name or song and recieve lyrics. Setup/Instal
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:334848
    • 提供者:weixin_39840515
  1. Android代码-ARCore-Location

  2. ARCoreLocation Allows items to be placed within the AR world using real-world coordinates. Built for the ARCore Android SDK. Version 1.x is now for SceneForm projects, and will not be compatible with old versions of ARCore. If you are still using th
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:781312
    • 提供者:weixin_39840387
  1. 开源项目-MatthewJamesBoyle-uptime-gobot.zip

  2. 开源项目-MatthewJamesBoyle-uptime-gobot.zip,Uptime gobot - track the uptime of URLs and recieve notifications when they go down. My first open source go project.
  3. 所属分类:其它

    • 发布日期:2019-09-03
    • 文件大小:3072
    • 提供者:weixin_38743481
« 12 »