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

搜索资源列表

  1. Java 高级特性.doc

  2. JAVA高级特性 1.静态导入:先举个离例子 。 import java.lang.Integer.parseInt; public class StaticImport { int x = parseInt("123"); System.out.println(x); } 这样的程序如果不在IDE 工具中输入,是很难看出这个程序代码会出现问题,可它偏偏就出问题了,这是为什么呢?因为程序里面有个静态方法,如果导入import static java.lang.Integer.p arseInt
  3. 所属分类:Proxy

    • 发布日期:2009-05-30
    • 文件大小:57344
    • 提供者:ssq0001
  1. 曲线拟合工具CurveExpert 1.0

  2. ct. 18, 1995 v. 1.00 =========================================================================== + First release of CurveExpert 1.0. Oct. 26, 1995, v. 1.01 =========================================================================== New Features: + M
  3. 所属分类:Perl

    • 发布日期:2009-07-21
    • 文件大小:458752
    • 提供者:wlbml02110612
  1. weka 源码学习文档

  2. Apriori 算法实现类 1. Apriori.java 2. AprioriItem Set.java 3. Item Set.java apriori_基础核心类 1. FastVector.java 2. Attribute.java 3. Instance.java 4. Instances.java
  3. 所属分类:Java

    • 发布日期:2009-08-06
    • 文件大小:29696
    • 提供者:woben_521
  1. Visual C++ 编程资源大全(英文源码 DLL)

  2. 1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:3145728
    • 提供者:zhangxucool
  1. Visual C++ 编程资源大全(英文源码 其它)

  2. 1,01.zipOutput显示所有的调试信息(5KB)2,02.zipSome general debugging tips一般的调试技巧(11KB)3,03.zipDebugging ISAPI extension调试ISAPI扩展(4KB)4,04.zip<br&g t;LibDump类似DumpBin的工具(10KB)5,05.zipFinding memory leaks发现内存的泄漏(6KB)6,06.zipConvert message ID to a string将消息标
  3. 所属分类:C++

    • 发布日期:2007-10-24
    • 文件大小:10485760
    • 提供者:zhangxucool
  1. Zend_Framework_Zh.chm

  2. Zend Framework手册 中文版 下一页 Zend Framework手册 中文版 Zend Framework 版权 © 2005-2009 Zend Technologies Inc. (http://www.zend.com) 2009-02-01 -------------------------------------------------------------------------------- 目录 1. Zend Framework简介 1.1. 概述 1.2.
  3. 所属分类:Java

    • 发布日期:2010-04-24
    • 文件大小:1048576
    • 提供者:lyz_2608
  1. weka源码解析 instances类

  2. 详细讲述了weka中instances类的使用,清晰,值得学习
  3. 所属分类:Java

    • 发布日期:2010-06-24
    • 文件大小:162816
    • 提供者:baolinlee
  1. NewSID(光学习一下代码就可以了,没看清楚介绍别运行)

  2. Introduction Many organizations use disk image cloning to perform mass rollouts of Windows. This technique involves copying the disks of a fully installed and configured Windows computer onto the disk drives of other computers. These other computers
  3. 所属分类:Access

    • 发布日期:2006-02-23
    • 文件大小:101376
    • 提供者:chenxh
  1. Making Multiple Instances of an Application run in the Same

  2. Making Multiple Instances of an Application run in the Same Process Space as different Threads (56KB)
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:56320
    • 提供者:chenxh
  1. Sharing Data Between Different Instances of the Same Module

  2. Sharing Data Between Different Instances of the Same Module (DLL or EXE) (13KB)
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:12288
    • 提供者:chenxh
  1. Instances 类

  2. Instances 类
  3. 所属分类:Java

    • 发布日期:2013-05-09
    • 文件大小:162816
    • 提供者:shenzhexuan8888
  1. HID 设备类读写

  2. HID 设备类读写 #include //! Defines the maximum length of a serial number #define SERNUM_LEN 40 //! Defines the maximum number of physical devices #define MAX_PHYS_DEVICES 6 //! \name HID Device return codes //! @{ // //! HID action/transfer was success
  3. 所属分类:硬件开发

    • 发布日期:2013-12-13
    • 文件大小:10240
    • 提供者:shen_wei
  1. weka 源代码 分析 数据挖掘

  2. weka源代码分析,以下是文件列表: Weka[-1] Use Weka in your Java code.pdf Weka[0] 如何将weka导入eclipse.pdf Weka[10] NBTree源代码分析.pdf Weka[11] J48源代码分析.pdf Weka[13] Ensemble.pdf Weka[14] Adaboost 源代码分析.pdf Weka[15] ZeroR 源代码介绍(入门篇).pdf Weka[16] OneR源代 码介绍.pdf Weka[17] 关
  3. 所属分类:Java

    • 发布日期:2016-08-30
    • 文件大小:9437184
    • 提供者:android20122
  1. weka源码学习

  2. 目录 Weka 开发[1]-Instances类 1 Weka开发[2]-分类器类 2 Weka开发[3]-Evaluation类 3 Weka开发[4]-特征选择 4 Weka开发[5]-半监督算法 6 Weka开发[0]-导入Weka包 8 半监督算法工具SVMlin使用 12 半监督算法工具SVMlin读取数据代码介绍 14 Weka开发[6]-参数设置 16 Weka开发[7]-LibSVM 17 Weka开发[8]-ID3源码介绍 18 Weka开发[9]—KMeans源码介绍 21
  3. 所属分类:其它

    • 发布日期:2018-02-02
    • 文件大小:685056
    • 提供者:qq_34936033
  1. 百度地图的热力图PHP类库.zip

  2. (function(w){     // the heatmapFactory creates heatmap instances     var heatmapFactory = (function(){     // store object constructor     // a heatmap contains a store     // the store has to know about the heatmap in order to trigger heatmap upda
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:9216
    • 提供者:weixin_39840924
  1. PHP轻量级框架DQFramework.zip

  2. DQ PHP Framework是一个轻量级为开发而开发的PHP框架,欢迎吐槽 DQ PHP Framework 基于MVC架构 使用前请确定你的Apache服务器或者Nginx服务器 打开PHP PathInfo并且隐藏index.php /config.php里配置PDO MySQL实现数据库连接 /res/config.xml设置项目名称 项目目录 项目控制器 项目动作 (自动生成) 1.使用全局模型I(resource,Node); 取res资源文件下的xml配置文件 例如新建一个me
  3. 所属分类:其它

    • 发布日期:2019-07-17
    • 文件大小:825344
    • 提供者:weixin_39841848
  1. Android代码-timber安卓日志工具类

  2. This is a logger with a small, extensible API which provides utility on top of Androids normal Log class. I copy this class into all the little apps I make. Im tired of doing it. Now its a library. Behavior is added through Tree instances. You ca
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:568320
    • 提供者:weixin_39840387
  1. Python类装饰器实现方法详解

  2. 本文实例讲述了Python类装饰器。分享给大家供大家参考,具体如下: 编写类装饰器 类装饰器类似于函数装饰器的概念,但它应用于类,它们可以用于管理类自身,或者用来拦截实例创建调用以管理实例。 单体类 由于类装饰器可以拦截实例创建调用,所以它们可以用来管理一个类的所有实例,或者扩展这些实例的接口。 下面的类装饰器实现了传统的单体编码模式,即最多只有一个类的一个实例存在。 instances = {} # 全局变量,管理实例 def getInstance(aClass, *args): if
  3. 所属分类:其它

    • 发布日期:2020-12-25
    • 文件大小:73728
    • 提供者:weixin_38691641
  1. ruby-oo-fundamentals-classes-and-instances-lab-源码

  2. 类和实例Lab Ruby 目标 使用class关键字定义新的Ruby类。 实例化一个class实例。 概述 本实验全部关于定义类和实例化实例。 1.在lib/dog.rb定义Dog 打开lib/dog.rb并为Dog类添加一个类定义。 2.在lib/dog.rb制作3条狗 在您的Dog类定义下,在局部变量fido , snoopy和lassie创建三只狗。 3.在lib/person.rb定义一个Person 打开lib/person.rb并为Person类添加一个类定义。 4.在lib/
  3. 所属分类:其它

    • 发布日期:2021-03-10
    • 文件大小:6144
    • 提供者:weixin_42136477
  1. fewpjs-oo-initializing-instances-online-web-sp-000-源码

  2. 初始化实例 学习目标 使用class关键字在Javascr ipt中创建一个类 提供实例Javascr ipt类的构造函数实例化数据 介绍 在本实验中,我们将练习使用Javascr ipt的class关键字创建面向对象的类和实例。 我们还将使用Javascr ipt的类constructor将数据实例化为一个类。 换句话说,我们将创建一个类,然后将一些数据放入其中。 使用class关键字在Javascr ipt中创建一个类 记住,当我们想用Javascr ipt创建一个类时,我们想使用class
  3. 所属分类:其它

    • 发布日期:2021-03-09
    • 文件大小:21504
    • 提供者:weixin_42136826
« 12 3 »