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

搜索资源列表

  1. ICS Lab4

  2. Y86 Tools (Student Distribution) Copyright (c) 2002, R. Bryant and D. O Hallaron, All rights reserved. May not be used, modified, or copied without permission. This directory contains the student distribution of the Y86 tools. It is a proper subset
  3. 所属分类:C

    • 发布日期:2004-06-28
    • 文件大小:144384
    • 提供者:chenxh
  1. 如何 IObjectSafety 标记 ATL 控件安全初始化

  2. 需要用来获得所需的功能在步骤涉及到 IObjectSafetyImpl 用作您的控件派生的类之一,和重写 GetInterfaceSafetyOptions 和 SetInterfaceSafetyOptions。 这使您实现所需的功能在这种情况下意味着将标记为可安全编写脚本和初始化该控件。 若要将 IObjectSafetyImpl 需要将其添加到您的控件派生的类的列表。 是例如多边形教程中您看到以下: class ATL_NO_VTABLE CPolyCtl : ... public IO
  3. 所属分类:其它

    • 发布日期:2009-04-30
    • 文件大小:70656
    • 提供者:songsu
  1. 自适应霍夫曼编码(C++)

  2. 自适应霍夫曼编码的C++版本简单实现 class AdaptiveTree { public: AdaptiveTree(int rootNum); AdaptiveTree(int rootNum, string str); void swap(int first, int second); // swap two nodes of the tree void initalCode(); // initializing the data string char2code(unsigned c
  3. 所属分类:C++

    • 发布日期:2009-05-22
    • 文件大小:3072
    • 提供者:yulin_wyy
  1. PROGRAMMING ACTIONSCRIPT 3.0

  2. About this manual 13 Using this manual..14 Accessing Actionscr ipt documentation15 Actionscr ipt learning resources.. 17 Chapter 1: Introduction to Actionscr ipt 3.0.. 19 About Actionscr ipt..19 Advantages of Actionscr ipt 3.0.20 What’s new in Actio
  3. 所属分类:Actionscript

    • 发布日期:2009-05-30
    • 文件大小:7340032
    • 提供者:zjchong
  1. Hibernate3.2中文参考文档.chm

  2. 目录 前言 1. 翻译说明 2. 版权声明 1. Hibernate入门 1.1. 前言 1.2. 第一部分 - 第一个Hibernate应用程序 1.2.1. 第一个class 1.2.2. 映射文件 1.2.3. Hibernate配置 1.2.4. 用Ant构建 1.2.5. 启动和辅助类 1.2.6. 加载并存储对象 1.3. 第二部分 - 关联映射 1.3.1. 映射Person类 1.3.2. 单向Set-based的关联 1.3.3. 使关联工作 1.3.4. 值类型的集 合 1
  3. 所属分类:Java

    • 发布日期:2009-06-01
    • 文件大小:513024
    • 提供者:shaoyantao
  1. Professional.MFC.with.VC6

  2. Contents Chapter 1: The Microsoft Developer Studio The Microsoft Developer Studio The Project Workspace Project Workspace Window Project Configurations Managing Complex Projects Project Settings Converting Projects Source Code Files Resource scr ipt
  3. 所属分类:C++

    • 发布日期:2009-06-28
    • 文件大小:2097152
    • 提供者:hang313
  1. Hibernate3.2 中文文档

  2. Hibernate3.2 中文文档 目录 1.2. 第一部分 - 第一个Hibernate应用程序 1.3. 第二部分 - 关联映射 1.5. 总结 2. 体系结构(Architecture) 2.1. 概况(Overview) 2.2. 实例状态 2.3. JMX整合 2.4. 对JCA的支持 2.5. 上下文相关的(Contextual)Session 3. 配置 3.1. 可编程的配置方式 3.2. 获得SessionFactory 3.3. JDBC连接 3.4. 可选的配置属性 3
  3. 所属分类:Java

    • 发布日期:2009-07-01
    • 文件大小:513024
    • 提供者:abcliu2002
  1. JavaEE 5.0 Tutorial.pdf

  2. Sun 官方 J2ee 5.0 教程 The Java EE 5Tutorial For Sun Java System Application Server 9.1 Contents Preface ..................................................................................................................................................29
  3. 所属分类:Java

    • 发布日期:2009-07-16
    • 文件大小:4194304
    • 提供者:vince_wu
  1. 批处理大全详解各种批处理命令以及详细的使用实例

  2. 各种批处理命令以及详细的使用实例 1.Echo 命令 打开回显或关闭请求回显功能,或显示消息。如果没有任何参数,echo 命令将显示当前回显设置。 语法 echo [{on|off}] [message] Sample:echo off / echo hello world 在实际应用中我们会把这条命令和重定向符号(也称为管道符号,一般用> >> ^)结合来实现输入一些命令到特定格式的文件中.这将在以后的例子中体现出来。 2.@ 命令 表示不显示@后面的命令,在入侵过程中(例
  3. 所属分类:网络攻防

    • 发布日期:2009-07-29
    • 文件大小:11264
    • 提供者:henxingliwang
  1. unix power tools

  2. Table of Contents 1. Introduction....................................................................................................................................................2 1.1 What's Special About UNIX?....................................
  3. 所属分类:C

    • 发布日期:2009-08-07
    • 文件大小:5242880
    • 提供者:idroid
  1. Accelerated C++ Practical Programming by Example

  2. Chapter 0 Getting started 0.1 Comments 0.2 #include 0.3 The main function 0.4 Curly braces 0.5 Using the standard library for output 0.6 The return statement 0.7 A slightly deeper look 0.8 Details Chapter 1 Working with strings 1.1 Input 1.2 Framing
  3. 所属分类:Web开发

    • 发布日期:2009-08-09
    • 文件大小:894976
    • 提供者:xianxinpei
  1. Addison Wesley - C++ Gotchas

  2. Chapter 1. Basics Gotcha #1: Excessive Commenting Gotcha #2: Magic Numbers Gotcha #3: Global Variables Gotcha #4: Failure to Distinguish Overloading from Default Initialization Gotcha #5: Misunderstanding References Gotcha #6: Misunderstanding
  3. 所属分类:C++

    • 发布日期:2007-09-22
    • 文件大小:734208
    • 提供者:ojlovecd
  1. Hibernate中文参考文档 V3.2.chm

  2. 前言 1. 翻译说明 2. 版权声明 1. Hibernate入门 1.1. 前言 1.2. 第一部分 - 第一个Hibernate应用程序 1.2.1. 第一个class 1.2.2. 映射文件 1.2.3. Hibernate配置 1.2.4. 用Ant构建 1.2.5. 启动和辅助类 1.2.6. 加载并存储对象 1.3. 第二部分 - 关联映射 1.3.1. 映射Person类 1.3.2. 单向Set-based的关联 1.3.3. 使关联工作 1.3.4. 值类型的集合 1.3.
  3. 所属分类:Java

    • 发布日期:2009-09-11
    • 文件大小:291840
    • 提供者:pheonixliu
  1. Hibernate3.2 中文文档

  2. Hibernate3.2 中文文档 目录 1.2. 第一部分 - 第一个Hibernate应用程序 1.3. 第二部分 - 关联映射 1.5. 总结 2. 体系结构(Architecture) 2.1. 概况(Overview) 2.2. 实例状态 2.3. JMX整合 2.4. 对JCA的支持 2.5. 上下文相关的(Contextual)Session 3. 配置 3.1. 可编程的配置方式 3.2. 获得SessionFactory 3.3. JDBC连接 3.4. 可选的配置属性 3
  3. 所属分类:Java

    • 发布日期:2009-09-27
    • 文件大小:513024
    • 提供者:tsguoheng86
  1. JAVA GARAGE

  2. Chapter 1. WHAT IS THE JAVA GARAGE Chapter 2. JAVA BUZZ Chapter 3. JAVA EDITIONS AND PLATFORMS Chapter 4. COMPILING AND RUNNING JAVA APPLICATIONS Chapter 5. WHERE TO WRITE CODE Integrated Development Environments Chapter 6. PRIMITIVE TYPES Chapter 7
  3. 所属分类:Java

    • 发布日期:2007-10-15
    • 文件大小:1048576
    • 提供者:timsonboy
  1. Improved Methods for Initializing R-Q Model

  2. Improved Methods for Initializing R-Q Model Parameters and Quantization Parameter in H.264 Rate Control.pdfImproved Methods for I
  3. 所属分类:C/C++

    • 发布日期:2011-04-24
    • 文件大小:376832
    • 提供者:shichunming126
  1. 启动Eclipse时出现问题:解决initializing java tooling(1%)

  2. 启动Eclipse时出现问题:解决initializing java tooling(1%)
  3. 所属分类:Android

    • 发布日期:2014-07-09
    • 文件大小:1048576
    • 提供者:mingyue_1128
  1. Eclipse显示initializing java tooling 1% 解决方案

  2. Eclipse显示initializing java tooling 1% 解决方案
  3. 所属分类:Android

    • 发布日期:2015-03-28
    • 文件大小:307200
    • 提供者:u014539465
  1. runtimePatch_327801

  2. Initializing Java Tooling 启动eclipse发现initializing java tooling 1% 停住了
  3. 所属分类:Java

    • 发布日期:2015-04-14
    • 文件大小:307200
    • 提供者:caokang1314
  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 4 5 6 7 8 9 10 ... 13 »