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

搜索资源列表

  1. Learning Fast Classifiers for Image Spam_ceas07

  2. Recently, spammers have proliferated “image spam”, emails which contain the text of the spam message in a human readable image instead of the message body, making detection by conventional content filters difficult. New techniques are needed to filt
  3. 所属分类:其它

    • 发布日期:2009-08-04
    • 文件大小:720896
    • 提供者:chenls
  1. mvel 2.0.15

  2. Getting Started for 2.0 MVEL is very easy to use, and just as easy to integrate into your application. Let's take a quick look at a simple MVEL expression: foo.name == "Mr. Foo" This simple expression asks MVEL if the value of foo.name is equal to "
  3. 所属分类:其它

    • 发布日期:2010-01-17
    • 文件大小:648192
    • 提供者:liuzihuang
  1. Prentice Hall - COM+ Programming - A Practical Guide Using Visual C++ and ATL.chm

  2. 一本关于COM+入门的书籍,作者采用循序进尽的方法引导读者逐步了解COM的设计思想。虽然是英文版,但对英语水平要求不高。 目录如下: I: The Foundation 1. The Component Model Component Reusability Traditional Software Reusability Reference Hardware Components Simulation Program Role of the Linker and the OS Loader
  3. 所属分类:C++

    • 发布日期:2008-02-25
    • 文件大小:1048576
    • 提供者:fengying616
  1. 最新版的DebuggingWithGDB7.05-2010

  2. Table of Contents Summary of gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software Ne
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:2097152
    • 提供者:shaoguangleo
  1. java程序设计概述和入门

  2. 面向对象: 面向对象是一种程序设计技术,他将重点放在数据(即对象)和对象之间的接口上。 可移植性: 这是JAVA的一个重要的优势。JAVA代码或者说字节码、二进制码可以跨平台的移植,而不用管具体的操作系统和硬件环境。JAVA本身就是面向网络的,只有在网络环境中才能显示出他的优势,比如:现在我有一个网络环境,要让我的笔记本和手机交互,笔记本环境是windows发出一个让手机定时录音的JAVA代码,手机只有简单Linux内核操作系统,照样可以完美的执行这个代码。 “一次编写,随处运行”:“writ
  3. 所属分类:Java

    • 发布日期:2011-09-19
    • 文件大小:230400
    • 提供者:daiyy0921
  1. Unity Game Development Essentials

  2. Unity is a 3D game authoring tool for Mac and PC. Game engines are the nuts and bolts that sit behind the scenes of every video game. From the artwork right down to the mathematics that decide every frame on screen, the "engine" makes the decisions.
  3. 所属分类:游戏开发

    • 发布日期:2012-04-21
    • 文件大小:5242880
    • 提供者:chnfrank
  1. Dalvik VM 簡介

  2. 介紹 Android Dalvik VM 的相關知識. Interpreter Switch dispatch Direct call threading interpreter Direct threading The context problem (HW architecture / branch perdition) Subroutine threading Let's talk about Dalvik interpreter JIT (Just in Time) Compiler
  3. 所属分类:嵌入式

    • 发布日期:2012-05-02
    • 文件大小:2097152
    • 提供者:mqjing
  1. Trace-based JIT简介(对Method JIT的改进)

  2. IBM的一份对Method JIT和Trace JIT说明的文档。
  3. 所属分类:Javascript

    • 发布日期:2012-08-22
    • 文件大小:422912
    • 提供者:horkychen
  1. Advanced .NET Debugging

  2. 如果你是一个.NET开发人员(不是高级大虾),这本书绝对让你对.NET的认识登上一个新的台阶(前提是你有耐心去学习.NET的内在机制)。 CONTENTS Foreword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xix Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:.Net

    • 发布日期:2012-12-22
    • 文件大小:6291456
    • 提供者:xiaolong1983
  1. A Trace-based Java JIT Compiler Retrofitted from a Method-based Compiler

  2. backup for study the jit
  3. 所属分类:C++

    • 发布日期:2013-03-04
    • 文件大小:357376
    • 提供者:talking12391239
  1. 《Java高手真经--编程基础卷:Java核心编程技术》高清完整PDF版

  2. 第1部分 Java开发入门 第1课 Java快速上手 1.1 开始了解Java 1.1.1 Java语言的11个特性 1.1.2 Java语言的构成-JIT.JVM.JRE.JDK 1.1.3 Java虚拟机JVM 1.2 安装Java开发环境 1.2.1 下载JDK 1.2.2 安装JDK和JRE 1.2.3 设置环境变量 1.2.4 学会查找Java帮助和API文档 1.3 开发第一个Java程序-HelloWorld.java 1.3.1 编写Java入门实例HelloWorld.jav
  3. 所属分类:Java

    • 发布日期:2014-02-28
    • 文件大小:200278016
    • 提供者:jsntghf
  1. php.ini-development

  2. [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; PHP's initialization file, generally called php.ini, is responsible for ; configuring many of the aspects of PHP's behavior. ; PHP attempts to find and load this configuration from a
  3. 所属分类:网络基础

    • 发布日期:2015-05-08
    • 文件大小:74752
    • 提供者:u012204837
  1. Android Dalvik虚拟机结构及机制剖析(第2卷)

  2. 第1章 类加载模块的原理及实现 1.1 类加载机制概述 1.2 类加载机制整体工作流程介绍 1.3 Dex文件的优化与验证 1.3.1 Dex文件优化验证的原理与实现 1.3.2 Odex文件结构分析 1.3.3 函数执行流程 1.4 Dex文件的解析 1.4.1 DexFile数据结构简析 1.4.2 Dex文件解析流程概述 1.4.3 函数执行流程 1.5 运行时环境数据加载 1.5.1 ClassObject数据结构简析 1.5.2 类加载整体流程概述 1.5.3 函数执行流程 1.6
  3. 所属分类:Android

    • 发布日期:2015-08-17
    • 文件大小:46137344
    • 提供者:linzhuowei0775
  1. Top 1000 Java Interview Questions

  2. Java Basics 1. What is the difference between JDK and JRE? 2. What is Java Virtual Machine (JVM)? 3. What are the different types of memory areas allocated by JVM? 4. What is JIT compiler? 5. How Java platform is different from other platforms? 6. W
  3. 所属分类:Java

    • 发布日期:2017-08-31
    • 文件大小:1048576
    • 提供者:qq_40045775
  1. Advanced Apple Debugging & Reverse Engineering v0.9.5

  2. Advanced Apple Debugging & Reverse Engineering v0.9.5 Explore code through LLDB, Python and DTrace, to discover more about any program than you ever thought possible. Table of Contents 1. Getting Started In this chapter, you’re going to get acquaint
  3. 所属分类:iOS

    • 发布日期:2018-04-04
    • 文件大小:109051904
    • 提供者:v8j82egi
  1. coreJava240问与答面试题

  2. 240-core-java-interview-questions-and-answers,coreJava240问与答面试题. 不过是英文的哦,想下载的朋友要注意了。1) what are static blocks and static initalizers in Java ? .......................................................... 9 2) How to call one constructor from the other
  3. 所属分类:Java

    • 发布日期:2018-04-20
    • 文件大小:515072
    • 提供者:paincupid
  1. 基于多通道DMF的高动态信号捕获.pdf

  2. 基于多通道DMF的高动态信号捕获pdf,基于多通道DMF的高动态信号捕获86 海军工程大学学报 捕获 H1(2) HI(Z=PD T+T h2(Z)= PfALZ H2(z) 22(2) cGT H3(Z)=PAz h(z) 虚警 H D Fig 3 Sketch map of Doppler frequency T ex curio n state transfer H(Z)=∑/H2(Z)H4(2)+H3(2)/H1(Z)= H1(2) 1-H2(2)H4(2)-H3(2 (5 PDf,+
  3. 所属分类:其它

    • 发布日期:2019-10-20
    • 文件大小:386048
    • 提供者:weixin_38744435
  1. 08-java11-hotspot-guide.pdf

  2. 这是官方的原版表中文档。Java11平台中,官方hotspot虚拟机的具体实现的标书。Contents Preface Audience Documentation Accessibility Related documents Conventions 1 Java Virtual Machine Technology Overview 2 Compiler Control Writing Directives 2-1 Compiler Control Options 2-2 Writing a
  3. 所属分类:Java

    • 发布日期:2019-10-09
    • 文件大小:679936
    • 提供者:m0_37868300
  1. Technical Analysis of the Pegasus Exploits on iOS

  2. Technical Analysis of the Pegasus Exploits on iOS This section reports on first stage of the Pegasus exploit of the “Trident” zero­day vulnerabilities on iOS, discovered by researchers at Lookout and Citizen Lab. The first stage of the attack is trig
  3. 所属分类:系统安全

    • 发布日期:2019-03-23
    • 文件大小:727040
    • 提供者:weixin_41956083