虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

1350

  • TFTP客户端,完全符合RFC-1350-C语言

    TFTP客户端,完全符合RFC-1350-C语言

    标签: TFTP 1350 RFC C语言

    上传时间: 2017-02-01

    上传用户:qlpqlq

  • * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email:

    * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email: yuyushine@163.com ***************************************************/ #define _VC /* if compile under visiual c++ else undefine this*/ #include <stdio.h> #include <winsock.h> #include <conio.h> #ifndef MAKEWORD #define MAKEWORD(l,h) ((WORD)(((BYTE)(l))|(((WORD)(BYTE)(h))<<8))) #endif #define WSA_MAJOR_VERSION 1 #define WSA_MINOR_VERSION 1 #define WSA_VERSION MAKEWORD(WSA_MAJOR_VERSION, WSA_MINOR_VERSION)

    标签: compatible borland compile visiual

    上传时间: 2014-01-15

    上传用户:yuchunhai1990

  • 新编传感器技术手册

    新编传感器技术手册

    标签: 传感器 技术手册

    上传时间: 2013-07-07

    上传用户:eeworm

  • OpenStack Nova 完整安装手册_v0.2

    OpenStack是一个旨在为公共及私有云的建设与管理提供软件的开源项目。它的社区拥有超过130家企业及1350位开发者,这些机构与个人都将OpenStack作为基础设施即服务(简称IaaS)资源的通用前端。OpenStack项目的首要任务是简化云的部署过程并为其带来良好的可扩展性。本文希望通过提供必要的指导信息,帮助大家利用OpenStack前端来设置及管理自己的公共云或私有云。  

    标签: OpenStack Nova 0.2 安装手册

    上传时间: 2013-10-16

    上传用户:zengduo