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

搜索资源列表

  1. Windows 脚本技术参考手册

  2. Windows 脚本技术参考手册(CHM)目录:Windows 脚本技术 Windows 脚本技术 Jscr ipt VBscr ipt 脚本运行时 Dictionary 对象 FileSystemObject 对象 脚本 Encoder 使用脚本 Encoder 脚本 Encoder 语法 脚本编码示例 Windows 脚本宿主 入门 WSH 5.6 的新增功能 将 Windows 脚本宿主升级 文档约定 WSH 版本信息 Windows 脚本宿主基础 什么是 WSH? 脚本和 Windo
  3. 所属分类:网络基础

    • 发布日期:2007-08-09
    • 文件大小:1048576
    • 提供者:math2357
  1. avrC语言应用智(1)

  2. 3.6 Constants Integer or long integer constants may be written in decimal form (e.g. 1234), in binary form with 0b prefix (e.g. 0b101001), in hexadecimal form with 0x prefix (e.g. 0xff) or in octal form with 0-prefix (e.g. 0777). Unsigned integer co
  3. 所属分类:C

    • 发布日期:2009-04-28
    • 文件大小:1048576
    • 提供者:whhwchx
  1. C语言程序设计标准教程

  2. 比较详实 第三章: C语言程序设计初步 C语言程序设计 本课介绍C语言程序设计的基本方法和基本的程序语句。 从程序流程的角度来看,程序可以分为三种基本结构, 即顺序结构、分支结构、循环结构。 这三种基本结构可以组成所有的各种复杂程序。C语言提供了多种语句来实现这些程序结构。 本章介绍这些基本语句及其应用,使读者对C程序有一个初步的认识, 为后面各章的学习打下基础。 C程序的语句 C程序的执行部分是由语句组成的。 程序的功能也是由执行语句实现的。 C语句可分为以下五类: 1.表达式语句 2.函数
  3. 所属分类:C

    • 发布日期:2009-05-22
    • 文件大小:162
    • 提供者:fanhaoqiang
  1. linux_c语言函数手册

  2. isalnum(测试字符是否为英文或数字) 相关函数 isalpha,isdigit,islower,isupper 表头文件 #include 定义函数 int isalnum (int c) 函数说明 检查参数c是否为英文字母或阿拉伯数字,在标准c中相当于使用“isalpha(c) || isdigit(c)”做测试。 返回值 若参数c为字母或数字,则返回TRUE,否则返回NULL(0)。 附加说明 此为宏定义,非真正函数。 范例 /* 找出s tr 字符串中为英文字母或数字的字符*/ #
  3. 所属分类:C

    • 发布日期:2009-06-02
    • 文件大小:93184
    • 提供者:riqnw2004
  1. The_C_programming_Language

  2. Contents Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic Expressions The for statement Symbolic Constants Character Input and Output File Copying Character Counting Line C
  3. 所属分类:C

    • 发布日期:2009-06-13
    • 文件大小:253952
    • 提供者:huiyanhuishi
  1. #include < character.h >#include < character.h >

  2. #include #include #include #include #include #include #include #include #include #include #include #include ...展开收缩
  3. 所属分类:C++

    • 发布日期:2009-06-23
    • 文件大小:114688
    • 提供者:xiaohutao1
  1. #include < character.h >2323

  2. #include #include #include #include #include #include #include #include #include #include #include #include ...展开收缩
  3. 所属分类:C++

    • 发布日期:2009-06-23
    • 文件大小:171008
    • 提供者:xiaohutao1
  1. PHP 开发完全手册

  2. 序文 I. 入门指引 1. 简介 2. 简明教程 3. 安装 4. 运行时配置 II. 语言参考 5. 基本语法 6. 类型 7. 变量 8. 常量 9. 表达式 10. 运算符 11. 流程控制 12. 函数 13. 类与对象 14. 引用的解释 III. 安全 15. 安全 IV. 特点 16. 用 PHP 进行 HTTP 认证 17. Cookies 18. 文件上传处理 19. 使用远程文件 20. 连接处理 21. 数据库永久连接 22. 安全模式 23. PHP 的命令行模式 V.
  3. 所属分类:PHP

    • 发布日期:2009-09-07
    • 文件大小:4194304
    • 提供者:newio
  1. c++ 面试题 总结

  2. C++面试题 1.是不是一个父类写了一个virtual 函数,如果子类覆盖它的函数不加virtual ,也能实现多态? virtual修饰符会被隐形继承的。 private 也被集成,只事派生类没有访问权限而已 virtual可加可不加 子类的空间里有父类的所有变量(static除外) 同一个函数只存在一个实体(inline除外) 子类覆盖它的函数不加virtual ,也能实现多态。 在子类的空间里,有父类的私有变量。私有变量不能直接访问。 --------------------------
  3. 所属分类:C

    • 发布日期:2009-09-16
    • 文件大小:158720
    • 提供者:rzvs8275161
  1. C语言圣经(英文版)

  2. Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic Expressions The for statement Symbolic Constants Character Input and Output File Copying Character Counting Line Counting W
  3. 所属分类:C

    • 发布日期:2009-10-09
    • 文件大小:254976
    • 提供者:xiancaonima
  1. php中文完全开发手册

  2. 序文 I. 入门指引 1. 简介 2. 简明教程 3. 安装 4. 运行时配置 II. 语言参考 5. 基本语法 6. 类型 7. 变量 8. 常量 9. 表达式 10. 运算符 11. 流程控制 12. 函数 13. 类与对象 14. 引用的解释 III. 安全 15. 安全 IV. 特点 16. 用 PHP 进行 HTTP 认证 17. Cookies 18. 文件上传处理 19. 使用远程文件 20. 连接处理 21. 数据库永久连接 22. 安全模式 23. PHP 的命令行模式 V.
  3. 所属分类:PHP

    • 发布日期:2009-10-27
    • 文件大小:4194304
    • 提供者:lee80705041
  1. programing in C

  2. 一本实用的C语言入门教程 英文版 Contents At a Glance Preface xvii 1 Introduction 1 2 Some Fundamentals 5 3 Compiling and Running Your First Program 11 4 Variables, Data Types, and Arithmetic Expressions 21 5 Program Looping 43 6 Making Decisions 65 7 Working with
  3. 所属分类:C

    • 发布日期:2009-10-29
    • 文件大小:4194304
    • 提供者:rjlovexrr
  1. PHP 手册.chm PHP 手册.chm

  2. PHP 手册 Stig Sæther Bakken Alexander Aulbach Egon Schmid Jim Winstead Lars Torben Wilson Rasmus Lerdorf Andrei Zmievski Jouni Ahto 编辑 穆少磊 肖盛文 宋琪 李达 黄啸宇 王远之 孙虑 陈伯乐 崔岩 刘铭 肖理达 15-05-2003 版权 © 1997, 1998, 1999, 2000, 2001, 2002, 2003 PHP 文档小组 --------- -
  3. 所属分类:PHP

    • 发布日期:2009-10-31
    • 文件大小:3145728
    • 提供者:two47250091
  1. \the c programming language

  2. C经典书籍 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 Contents Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic E
  3. 所属分类:C

    • 发布日期:2009-11-05
    • 文件大小:254976
    • 提供者:MeteorRed
  1. Hamlet and His Melancholy Character

  2. W hat’ s the theme of ham let? H is t ragedies of ten po r t ray e noble hero w ho faces the injust ice of human life and is h t in a diff icult situat ion w ho se fate is clo sely connected the fate of the w ho le nat ion . The heroes have some w e
  3. 所属分类:专业指导

    • 发布日期:2010-09-25
    • 文件大小:95232
    • 提供者:qlj1210
  1. 电子万年历

  2. 单片机#include
  3. 所属分类:C/C++

    • 发布日期:2012-05-15
    • 文件大小:802816
    • 提供者:liyuanyuan007
  1. 西门子SIWAREX FTA称重模块如何连接打印机.pdf

  2. 西门子SIWAREX FTA称重模块如何连接打印机pdf,西门子SIWAREX FTA称重模块如何连接打印机设置数据记录存储格式 Name Type Address Default I Range of values/ Explanation Reference STRING[1601 DBBC00 LF, FFOC, SP, FFDD, Place holder for field functions SP.'FFOF SP SPFF 05 CE FOT ( Pro-ID, Date, IIm
  3. 所属分类:其它

    • 发布日期:2019-09-20
    • 文件大小:195584
    • 提供者:weixin_38744375
  1. VC++角色游戏中的人物初始化模块代码实例

  2. 本文以一个实例讲述VC++游戏中的人物角色动画初始化实现代码,本代码只是实现人物角色动画的初始化,不包括其它功能,并不是完整的一个游戏应用,现在将这个角色初始化代码与大家分享。希望能够对大家学习VC++有所帮助。 #include "StdAfx.h" #include "Character.h" CCharacter::CCharacter(void) { } CCharacter::~CCharacter(void) { } //初始化人物 bool CCharacter::InitCha
  3. 所属分类:其它

    • 发布日期:2020-12-26
    • 文件大小:52224
    • 提供者:weixin_38717574
  1. python之Character string(实例讲解)

  2. 1、python字符串 字符串是 Python 中最常用的数据类型。我们可以使用引号(‘或”)来创建字符串,l Python不支持单字符类型,单字符也在Python也是作为一个字符串使用。 >>> var1 = 'hello python' #定义字符串 >>> print(var1[0]) #切片截取,从0开始,不包括截取尾数 h >>> print(var1[0:5]) hello >>> print(var1[-6:
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:86016
    • 提供者:weixin_38645266
  1. FAILED: ParseException line 2:0 character ‘ ‘ not supported here line 2:1 character ‘ ‘ not supporte

  2. FAILED: ParseException line 2:0 character ’ ’ not supported here 在运行hive语句时会出现下面的错误 主要原因是格式不对,将执行的语句放在有道笔记的markdown文档下,会出现错误:如下图 一个一个的删除也可以,就是有点麻烦,批量的方法时: 使用软件打开,在编辑,中使用ANSI编码,如上图。这样错误的地方就可以看到?号。在使用替换就可以了。 或者是可以这样 当我按照之前选择得到的是下图: 可以使用UTF-8 编码。按下
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:301056
    • 提供者:weixin_38638312
« 12 3 4 5 6 7 8 9 10 »