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

搜索资源列表

  1. 利用TCPIP实现简单的客服务器模式

    0下载:
  2. 利用TCPIP实现简单的客服务器模式,用C语言实现-TCPIP simple use of the passenger server model, with C language
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6001
    • 提供者:王辉
  1. 粗略的socket聊天室

    1下载:
  2. 粗略写的一个聊天室,介绍了SOCKET在C#中的运用-a simple chat room source code. it is used to introduce the employment SOCKET in C#.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:28150
    • 提供者:罗文
  1. 运用异步输入输出流编写Socket进程通信

    0下载:
  2. 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin&quo
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4943
    • 提供者:陈浩
  1. 简单的计数器

    0下载:
  2. 本人用C#制作的简单计数器,以供初学者学习-I used C# produced by the Counter simple to learn for beginners
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:20201
    • 提供者:twh
  1. VC++精品源码

    0下载:
  2. VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip   一个可以重命名workspace的程序。 simplecomserver_src.zip   演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip   用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToP
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1024152
    • 提供者:张四
  1. 用CSharp实现基于TCP协议的网络通讯

    0下载:
  2. 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3245
    • 提供者:开远
  1. (R)-C++-Code-代理之狐源代码

    0下载:
  2. 代理之狐源代码,是一个简单的代理服务器程序,包含所有源码,可以方便的直接编译生成。-agent Fox source code is a simple proxy server, including all source code, to facilitate the direct compiler generation.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:314503
    • 提供者:cdw
  1. socket_examples555

    0下载:
  2. 使用C/C++语言实现简单的TCP/IP协议,实现了客户端的功能,可接受网页和服务器的内容。-use C / C language simple TCP / IP protocol to achieve the client's functional, acceptable website and the content server.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:10610
    • 提供者:徐帆
  1. wakeup_on_lan

    1下载:
  2. 一个简单的远程开机的源代码(C++),只要给定MAC地址, 并且该机子的BIOS设置为允许远程开机,该程序就能做到开机的效果-a simple remote boot source code (C), as long as the given MAC address, and the machine's BIOS settings to allow remote boot, the program will be able to boot effect
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8462
    • 提供者:张亮亮
  1. FtpDigger

    0下载:
  2. borland C++ build 编程 该程序是一个FTP的下载工具,界面比较简单,为当初本人的课程设计-build programming that the procedure was an FTP download tool, the interface is relatively simple, I had to design the courses
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:23620
    • 提供者:夏虫
  1. jm-c

    0下载:
  2. 转载,给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对文件进行加密,当解密时,只需再运行一遍加密程序即可.   下面是一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计,这是我们应该学习的.-reproduced for file encryption technologies lot, which will be divided into differ
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1323
    • 提供者:egg
  1. Ex1402

    0下载:
  2. visual c++实现的聊天工具,界面很简洁,附代码-visual c achieve chat tool, the interface is very simple, with code
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:40039
    • 提供者:shi
  1. server_client(simpleness)

    0下载:
  2. 一个简单的C/S的实现,比较适合初学者。-a simple C / S achieved, more suitable for beginners.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4068
    • 提供者:余建铮
  1. fileclient-server.c

    0下载:
  2. Very simple file transferring client.-Very simple file transferring client.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4890
    • 提供者:wwdl
  1. CBweather

    0下载:
  2. 用C++builder编写的一个用来获取天气信息的程序,其界面简单,实用性强-C + + builder prepared a weather information used to obtain the procedure, the interface simple. practical
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:37183
    • 提供者:郭盖
  1. CSSendFile

    0下载:
  2. 基于C S模式的简单应用程序的实现,程序的开发因为服务器从事大量的复杂的计算,所以服务器端的应用程序是 在Windows环境下用VC来实现的,VC作为面向对象的编程语言具有运算速度快的显著特点-C S Mode simple application implementation, because of the development server heavily engaged in the complex, So server applications in the Windows envir
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:64384
    • 提供者:wyq
  1. liaotianshichengxu(C)

    0下载:
  2. 聊天室程序,winsock编程,虽然简单,但是都是精华-chat room procedures, protocols of programming, while simple, are the essence
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:83883
    • 提供者:Dragon
  1. c-s

    0下载:
  2. 一个简单的入门级的client-server模型程序-a simple entry-level client-server model program
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3631
    • 提供者:王耀
  1. CMPP_SMS_BCB(公司测试)

    0下载:
  2. 网关程序!比较简单!C++BUILDER开发(CMPP2.0协议)-Gateway procedures! Relatively simple! C BUILDER development (CMPP2.0 agreement)
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:780568
    • 提供者:jack
  1. A Simple Crawler Using C# Sockets

    2下载:
  2. 一款C#编写的多线程网络爬虫,可以进行线程数、爬取深度、等等多方面设置
  3. 所属分类:网络编程

    • 发布日期:2011-05-19
    • 文件大小:56898
    • 提供者:xhchcschcs
« 12 »
搜珍网 www.dssz.com