• D3.js数据可视化实战手册

    如今这个互联网时代,人们每天都产生海量的数据,如果直接面对这些数据,可能让人无从下手。将数据可视化,用形象立体的形式将其展现,有利于分析其中的关联,攫取可能存在的商业机会。本书意图通过大量的示例和代码,向读者讲述如何利用D3.js来实现数据可视化。只要读者了解JavaScript,就能完全掌握本书的内容。

    5
    0
    56.03MB
    2016-11-23
    50
  • SCALA程序设计-JAVA虚拟机多核编程实战

    [GeneralInformation]书名=SCALA程序设计JAVA虚拟机多核编程实战作者=页数=37出版社=出版日期=SS号=DX号=封面书名版权前言目录第1章简介11为何选择Scala12何为

    0
    22
    14.72MB
    2016-11-23
    0
  • Go语言圣经

    Go语言圣经 中文pdf

    0
    27
    4.24MB
    2016-11-23
    10
  • LaTex介绍LaTex介绍

    LaTex介绍

    0
    32
    1.55MB
    2016-11-16
    0
  • 《HTML5 Canvas核心技术 图形、动画与游戏开发》

    《HTML5 Canvas核心技术 图形、动画与游戏开发》

    5
    28
    45.74MB
    2015-10-28
    12
  • 算法导论(原书第二版)

    目录(Table of Contents) 前言(Preface) 第一部分(Part I) 基础(Foundations) 第一章 计算中算法的角色(The Role of Algorithms in Computing) 第二章 开始(Getting Started) 第三章 函数的增长率(Growth of Functions) 第四章 递归(Recurrences) 第五章 概率分析与随机化算法(Probabilistic Analysis and Randomized Algorithms) 第二部分(Part II) 排序与顺序统计(Sorting and Order Statistics) 第六章 堆排序(Heapsort) 第七章快速排序(Quicksort) 第八章 线性时间中的排序(Sorting in Linear Time) 第九章 中值与顺序统计(Medians and Order Statistics) 第三部分(Part III) 数据结构(Data Structures) 第十章 基本的数据结构(Elementary Data Structures) 第十一章 散列表(Hash Tables) 第十二章 二叉查找树(Binary Search Trees) 第十三章 红-黑树(Red-Black Trees) 第十四章 扩充的数据结构(Augmenting Data Structures) 第四部分(Part IV) 高级的设计与分析技术(Advanced Design and Analysis Techniques) 第十五章 动态规划(Dynamic Programming) 第十六章 贪婪算法(Greedy Algorithms) 第十七章 分摊分析(Amortized Analysis) 第五部分(Part V) 高级的数据结构(Advanced Data Structures) 第十八章 B-树(B-Trees) 第十九章 二项式堆(Binomial Heaps) 第二十章 斐波纳契堆(Fibonacci Heaps) 第二十一章 不相交集的数据结构(Data Structures for Disjoint Sets) 第六部分(Part VI) 图算法(Graph Algorithms) 第二十二章 基本的图算法(Elementary Graph Algorithms) 第二十三章 最小生成树(Minimum Spanning Trees) 第二十四章单源最短路径(Single-Source Shortest Paths) 第二十五章 全对的最短路径(All-Pairs Shortest Paths) 第二十六章 最大流(Maximum Flow) 第七部分(Part VII) 精选的主题(Selected Topics) 第二十七章 排序网络(Sorting Networks) 第二十八章矩阵运算(Matrix Operations) 第二十九章 线性规划(Linear Programming) 第三十章 多项式与快速傅里叶变换(Polynomials and the FFT) 第三十一章 数论算法(Number-Theoretic Algorithms) 第三十二章 字符串匹配(String Matching) 第三十三章 计算几何学(Computational Geometry) 第三十四章 NP-完备性(NP-Completeness) 第三十五章 近似算法(Approximation Algorithms) 第八部分(Part VIII) 附录:数学背景(Mathematical Background) 附录A 求和(Summations) 附录B 集合,等等。(Sets, Etc.) 附录C 计数与概率(Counting and Probability) 参考文献(Bibliography) 索引(Index)

    0
    94
    48.48MB
    2015-06-08
    7
  • JavaScript设计模式

    JavaScript设计模式JavaScript.Patterns.pdf

    0
    0
    3.56MB
    2015-05-05
    9
  • 高性能JavaScript编程

    高性能JavaScript编程(High.Performance.JavaScript).Nicholas.C.Zakas.中英对照版

    5
    59
    3.48MB
    2015-05-05
    10
  • SVG.Programming

    Chapter 1 - SVG Coordinate System, Simple Shapes, and Colors Chapter 2 - Color Gradients and Style Chapter 3 - Circles, Ellipses, and path Elements Chapter 4 - SVG pattern , Grid Patterns, and clipPath Chapter 5 - Quadratic and Cubic Bezier Curves Chapter 6 - SVG Transformations Chapter 7 - SVG Filters Chapter 8 - Displaying Text Chapter 9 - Simple SVG Animation Chapter 10 - SVG for Bar Charts and Line Graphs Chapter 11 - HTML, ECMAScript, and SVG DOM Chapter 12 - Interactive SVG and ECMAScript Chapter 13 - ECMAScript and SVG Animation Chapter 14 - ECMAScript and Polar Equations Chapter 15 - SVG and Pie Charts Chapter 16 - ECMAScript, Recursion, and SVG Chapter 17 - Generating SVG Documents Chapter 18 - Supplemental Patterns

    5
    68
    16.63MB
    2011-12-23
    6
  • Designing+SVG+Web+Graphics.chm

    Part I: Getting Started with SVG Chapter 1. The Basic SVG Tool Set Creating and Editing SVG Text Editors Vector Drawing Packages SVG Viewers Chapter 2. SVG Document Overview Syntax Structure of an SVG Image (Document) The Preliminaries of an SVG Document The <svg> Element Nested SVG Elements The <g> Element Some Basic SVG Elements Painter's Model SVG Coordinate Systems Fonts Part II: Putting SVG to Work Chapter 3. Creating Static Graphics Elements Essential Building Blocks The <rect> Element A Simple Square The <line> Element The <circle> Element The <ellipse> Element Combining Ellipses The <polyline> Element The <polygon> Element The <path> Element Chapter 4. Using Text in SVG Text Basics Text in SVG The <text> Element The <tspan> Element The <tref> Element Displaying Text on a Path Chapter 5. Creating Navigation Bars Navigation Bars Linking Web Pages Using SVG Adding Mouseover Effects Simple Navigation Bars Text Navigation Bars Tabbed Navigation Bars Using <svg> Elements to Aid Positioning Chapter 6. Creating SVG Gradients What Are Gradients? The <linearGradient> Element The <radialGradient> Element SVG Gradients Multiple <stop> Elements SVG Gradients at Work SVG Patterns Chapter 7. Using SVG Filters Why Use Filters Using SVG Filters The Range of SVG Filters Examples Using SVG Filters Chapter 8. Animation: SVG and SMIL Animation Basic Animations SVG As an Animation Grammar Basic Attributes of an Animation Applying SVG Animation to SVG Static Elements More Complex Animations SVG, SMIL Animation, and SMIL 2.0 The <animate> Element The <set> Element The <animateMotion> Element The <animateColor> Element The <animateTransform> Element Rotation Using <animateTransform> Simple Sample Animations Chapter 9. Creating Logos and Banner Ads Creating Logos Creating Banner and Other Types of Ads in SVG Chapter 10. Embedding SVG in HTML or XHTML Pages SVG and HTML Using the <embed> Element Adding Scroll Bars to SVG Web Pages Using the <object> Element Displaying Alternative Text or Images Chapter 11. Creating Interactive SVG Graphics Defining Interactive SVG Events Sample SVG Images and Components Using Interactivity Zooming, Panning and Scrolling SVG Images Chapter 12. Creating a Simple SVG Web Site Creating an Entire Web Page with SVG Creating Web Pages with a "Graphics" Language Who Might Use SVG As a Web Authoring Tool? Creating SVG Web Pages Some Sample Page Layouts Chapter 13. Designing SVG for Use with CSS Cascading Style Sheets Planning Your Text and Graphics Sample Design: SVG and CSS Chapter 14. When Things Go Wrong Minimizing Errors Avoiding Problems by Using Good Coding Practice Handling Common Error Symptoms Diagnosing and Solving Problems Part III: Looking Ahead Chapter 15. Planning and Building SVG Components Visual Components Defined Envisioning XML and Visual Components Understanding the <svg> Element and Visual Components Using Components that Save Time and Work Creating a Plug-In Component and Making It Mobile Building a Portfolio of Visual Components Chapter 16. Building Your SVG Skills Combining Your Skills Interactive SVG SVG and ECMAScript An SVG Mindset Clipping Paths Chapter 17. The Future of SVG Where Does SVG Fit in a Web Graphics Strategy? SVG and Macromedia Flash The Future of SVG SVG As a Web Authoring Tool Creating SVG Dynamically

    5
    52
    2.22MB
    2011-12-23
    3
上传资源赚积分or赚钱