• gradle-2.14.1-all.zip

    gradle-2.14.1-all.zip 网络下载太慢,以后备用,rar文件解压后可以得到gradle-2.14.1-all.zip

    0
    82
    62.6MB
    2021-01-11
    1
  • quidview 网络管理框架 用户手册

    不知道大家接触网管软件的机会多不多。对于大、中型网络,有套网管软件是很便于管理网络设备的。这个全套资料包括培训PPT和内部传播的维护知道书。如果想学习网管软件的朋友,这些资料绝对是非常有价值的。 前面5个包是安装手册和系统管理手册,要一起下,后面四个包是单个文件,朋友们自己选择下嘛!

    0
    75
    665KB
    2020-12-22
    1
  • VBoxGuestAdditions-6.1.12.zip

    Virtualbox虚拟机的插件工具,可以实现主机和虚拟机之间直接拷贝复制内容,也可以实现共享文件夹,该工具是用于macos上的,由于从原始地址下载比较慢,所以上传至此。方便后面使用。

    0
    286
    46.75MB
    2020-10-11
    1
  • Programming in Lua, 3rd Edition

    Lua is an extension programming language designed to support general procedural programming with data description facilities. It also offers good support for object-oriented programming, functional programming, and data-driven programming. Lua is intended to be used as a powerful, lightweight, embeddable scripting language for any program that needs one. Lua is implemented as a library, written in clean C, the common subset of Standard C and C++. Being an extension language, Lua has no notion of a "main" program: it only works embedded in a host client, called the embedding program or simply the host. The host program can invoke functions to execute a piece of Lua code, can write and read Lua variables, and can register C functions to be called by Lua code. Through the use of C functions, Lua can be augmented to cope with a wide range of different domains, thus creating customized programming languages sharing a syntactical framework. The Lua distribution includes a sample host program called lua, which uses the Lua library to offer a complete, standalone Lua interpreter, for interactive or batch use. Lua is free software, and is provided as usual with no guarantees, as stated in its license. The implementation described in this manual is available at Lua's official web site, www.lua.org. Like any other reference manual, this document is dry in places. For a discussion of the decisions behind the design of Lua, see the technical papers available at Lua's web site. For a detailed introduction to programming in Lua, see Roberto's book, Programming in Lua.

    5
    36
    2MB
    2014-10-11
    1
  • 字符串处理函数及示例

    字符串处理函数及示例 如: 函数名: strcpy 功 能: 拷贝一个字符串到另一个 用 法: char *strcpy(char *destin, char *source); 程序例: C/C++ code #include <stdio.h> #include <string.h> int main(void) { char string[10]; char *str1 = "abcdefghi"; stpcpy(string, str1); printf("%s\n", string); return 0; }

    0
    167
    11KB
    2014-04-04
    15
  • 分享达人

    成功上传6个资源即可获取
  • 分享小兵

    成功上传3个资源即可获取
  • 持续创作

    授予每个自然月内发布4篇或4篇以上原创或翻译IT博文的用户。不积跬步无以至千里,不积小流无以成江海,程序人生的精彩需要坚持不懈地积累!
关注 私信
上传资源赚积分or赚钱