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

搜索资源列表

  1. delphi编译错误.txt

  2. ****************************** * 编 译 错 误 信 息 * ******************************* '''';'''' not allowed before ''''ELSE'''' ElSE前不允许有“;” '''''''' clause not allowed in OLE automation section 在OLE自动区段不允许“”子句 '''''''' is not a type identifier 不是类型标识符 '''
  3. 所属分类:Access

    • 发布日期:2009-06-22
    • 文件大小:6144
    • 提供者:tianZhidan
  1. 程序语言设计原理习题解答

  2. Contents Chapter 1 Preliminaries 1 1.1 Reasons for Studying Concepts of Programming Languages 2 1.2 Programming Domains 5 1.3 Language Evaluation Criteria 7 1.4 Influences on Language Design 20 1.5 Language Categories 23 1.6 Language Design Trade-of
  3. 所属分类:Java

    • 发布日期:2009-07-10
    • 文件大小:60416
    • 提供者:ying112208
  1. ImpREC 1.7c

  2. =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= ~ Import REConstructor v1.7c FINAL by MackT/uCF2000 in 2001-2008 ~ = = ~ - *for Windows 9x, ME, NT, 2K, XP, Vista32/64* - ~ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
  3. 所属分类:C#

    • 发布日期:2009-09-20
    • 文件大小:424960
    • 提供者:cmyl2006
  1. Categorical Data Analysis Using The SAS System

  2. Chapter 1. Introduction 1 1.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2 Scale of Measurement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Sampling Frameworks . . . . . . . . . . . . . .
  3. 所属分类:硬件开发

    • 发布日期:2009-11-06
    • 文件大小:27262976
    • 提供者:dai4922277
  1. ubuntu安装程序

  2. 安装Ubuntu   在Windows下可以不用重新分区,直接像安装一个应用程序那样安装Ubuntu,安装方法是,先使用一个虚拟光驱(例如微软的Windows虚拟光驱)装载ubuntu-9.04-desktop-i386.iso文件,然后运行根目录下的wubi.exe,运行前要将本地磁盘的名字都修改为英文名,否则会出现错误信息“UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal n
  3. 所属分类:其它

    • 发布日期:2009-11-25
    • 文件大小:1048576
    • 提供者:wumaosen
  1. Java生成Excel文件

  2. public class XlsExportTest { private static enum ExportFiled { SKU("编号"), NAME("名称"), DATE("日期"), PRICE("金额"), PERCENT("百分比"); private final String name; ExportFiled(String name) { this.name = name; } public String getName() { return this.name; } }
  3. 所属分类:Java

    • 发布日期:2010-02-20
    • 文件大小:2048
    • 提供者:zhanghuihua
  1. 多维数据查询MDX教程(全)

  2. MDX 中的重要概念 使用成员、元组和集 (MDX) MDX 语法元素 标识符 表达式 使用多维数据集表达式和子多维数据集表达式 使用维度表达式 使用成员表达式 使用元组表达式 使用集表达式 使用标量表达式 使用空值 运算符(MDX 语法) 算术运算符 位运算符 比较运算符 串联运算符 集运算符 一元运算符 赋值运算符 函数(MDX 语法) 使用字符串函数 使用数学函数 使用逻辑函数 使用成员函数 使用元组函数 使用集函数 使用维度函数、层次结构函数和级别函数 使用存储过程 (MDX) 注释(
  3. 所属分类:QT

    • 发布日期:2010-11-22
    • 文件大小:4194304
    • 提供者:routian
  1. Support Vector Learning for Ordinal Regression

  2. Support Vector Learning for Ordinal Regression
  3. 所属分类:Java

    • 发布日期:2008-03-11
    • 文件大小:459776
    • 提供者:xlliu0226
  1. [Ruby最佳实践].(Ruby.Best.Practices).Gregory.T.Brown.文字版

  2. Foreword   Preface   1. Driving Code Through Tests   A Quick Note on Testing Frameworks   Designing for Testability   Testing Fundamentals   Well-Focused Examples   Testing Exceptions   Run the Whole Suite at Once   Advanced Testing Techniques   Usi
  3. 所属分类:其它

    • 发布日期:2011-06-27
    • 文件大小:2097152
    • 提供者:zyoucn
  1. Large Margin Rank Boundaries for Ordinal Regression

  2. Large Margin Rank Boundaries for Ordinal Regression
  3. 所属分类:讲义

    • 发布日期:2017-12-10
    • 文件大小:4194304
    • 提供者:u014008286
  1. nominal(名目),ordinal(顺序)

  2. 数据分类,文献中nominal,ordinal,数据类型的解释与例子,本资源为PPT是在统计学中将数据分为不同的类型
  3. 所属分类:机器学习

    • 发布日期:2019-03-14
    • 文件大小:2097152
    • 提供者:snow19940204
  1. Java中怎样由枚举常量的ordinal值获得枚举常量对象

  2. Java1.5提供了关键字enum,能够通过该关键字方便得定义自己须要的枚举类型,比方   enum Season {   SPRING, SUMMER, AUTUMN, WINTER   }   定义了一个季节枚举类型。   在本例中,对于Season.SPRING这个对象,Season.SPRING.name()能够得到该对象的字符串,即“SPRING”;反之,由Season.valueOf(“SPRING”)则能够得到该对象,即Season.SPRING。也是说,使用name()
  3. 所属分类:其它

    • 发布日期:2020-12-22
    • 文件大小:38912
    • 提供者:weixin_38688352
  1. ordinal-layers.github.io-源码

  2. ordinal-layers.github.io
  3. 所属分类:其它

    • 发布日期:2021-03-06
    • 文件大小:121856
    • 提供者:weixin_42134240
  1. Gabor Ordinal Measures for Face Recognition

  2. Gabor Ordinal Measures for Face Recognition
  3. 所属分类:其它

    • 发布日期:2021-02-20
    • 文件大小:2097152
    • 提供者:weixin_38619967
  1. Fast stochastic ordinal embedding with variance reduction and adaptive step size

  2. Fast stochastic ordinal embedding with variance reduction and adaptive step size
  3. 所属分类:其它

    • 发布日期:2021-02-11
    • 文件大小:3145728
    • 提供者:weixin_38698174
  1. Ordinal Distance Metric Learning for Image Ranking

  2. Recently, distance metric learning (DML) has attracted much attention in image retrieval, but most previous methods only work for image classification and clustering tasks. In this brief, we focus on designing ordinal DML algorithms for image ranking
  3. 所属分类:其它

    • 发布日期:2021-02-10
    • 文件大小:751616
    • 提供者:weixin_38667920
  1. Aggregating ordinal user preferences for effective reputation computation of online services

  2. Aggregating ordinal user preferences for effective reputation computation of online services
  3. 所属分类:其它

    • 发布日期:2021-02-07
    • 文件大小:194560
    • 提供者:weixin_38738005
  1. Ordinal-Engine:基于Vulkan的使用实时光线跟踪的实验性C ++ 14游戏引擎-源码

  2. Ordinal-Engine:基于Vulkan的使用实时光线跟踪的实验性C ++ 14游戏引擎
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:543744
    • 提供者:weixin_42161497
  1. Jekyll-Ordinal:Jekyll液体过滤器可输出日期序号,例如“ st”,“ nd”,“ rd”或“ th”-源码

  2. Jekyll-Ordinal Jekyll液体过滤器可输出日期序号,例如“ st”,“ nd”,“ rd”或“ th”。 安装 要将其与网站ordinal.rb ,请将_plugins复制到_plugins文件夹中。 注意:因为禁止使用带有--safe选项的任何Jekyll插件,如果您要将Jekyll站点部署到GitHub,则需要在本地转换站点并将生成的静态文件推送到GitHub存储库,而不是Jekyll源文件。 用法 要使用过滤器,只需传递日期字符串(例如page.date或post.da
  3. 所属分类:其它

    • 发布日期:2021-02-03
    • 文件大小:3072
    • 提供者:weixin_42122986
  1. [SLFM 019] Ordinal Algebras - Alfred Tarski (NH 1956)(T).pdf

  2. [SLFM 019] Ordinal Algebras - Alfred Tarski (NH 1956)(T).pdf
  3. 所属分类:教育

« 12 3 4 »