信息检索与搜索引擎 Introduction to Information Retrieval GESC1007

Size: px
Start display at page:

Download "信息检索与搜索引擎 Introduction to Information Retrieval GESC1007"

Transcription

1 信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 Philippe Fournier-Viger Full professor School of Natural Sciences and Humanities Spring

2 Introduction Philippe Fournier-Viger Full professor ( 教授 ) at HIT since 2015 Previously: professor at University of Moncton (Canada / 加拿大 ) Ph.D. in Computer Science (Canada) My specialty is data mining ( 数据挖掘 / 大数据 ) I am fluent in English and French, and can speak some basic Chinese. 2

3 How to contact with me? We can discuss immediately after lectures ( 电子邮件 ): philfv8@yahoo.com I check my s once a day Office: G421 Office phone:

4 Teaching assistants There will be 2 teaching assistant(s) for this course: to grade homework, to check the attendance, help with other issues related to the course, QQ group:

5 About this course 16 hours (8 lectures) 1 credit, general course ( 本科专业课程, 通识课程 ) no requirements Evaluation: Attendance ( 上课 ): 10 % Course work (30%: two assignments 两个作业 ) Final exam (60% 考试 ) 5

6 Main objective ( 目的 ) Goal:understand how information retrieval systems work. For example: Web search engines (Baidu, Bing ) ( 搜索引擎 ), Text document retrieval systems ( 文本检索系统 ). 6

7 Specific goals What is an information retrieval system ( 信息检索系统 )? Why are they used? How they work? An introduction to information retrieval techniques: Boolean retrieval, dictionary-based retrieval, index construction and compression, scoring, the vector space model, computing scores in a search system, 7

8 Specific objectives computing scores in a search system, query processing, language models, text, vector space classification, clustering, web search including crawling, indexes and link analysis 8

9 Lecture 1 (today - 今天 ) Lecture 2 Course schedule ( 日程安排 ) Introduction Boolean retrieval Term vocabulary and posting lists Lecture 3 Lecture 4 Lecture 5 Lecture 6 Dictionaries and tolerant retrieval Index construction and compression Scoring, weighting, and the vector space model Computer scores, and a complete search system Lecture 7 Lecture 8 Evaluation in information retrieval Web search engines, advanced topics, and conclusion 9

10 Lecture slides (PPTs) I will provide detailed lecture slides (PPTs) I use this book to prepare the course: Manning, C. D., Raghavan, P., Schütze, H. Introduction to information retrieval. Cambridge: Cambridge University Press, 2008 Note: It is not necessary to buy the book! ( 没有必要买这本书 ) 10

11 Course website Slides, assignments, grades, and the updated calendar will be provided on the course website: 11

12 12

13 13

14 14

15 15

16 16

17 17

18 Rules 1. Students must attend all lectures. 2. Students must arrive on time. 3. Homework must be submitted before the deadline. No late homework will be accepted. 18

19 Rules 4. Plagiarism ( 抄袭 ) will not be tolerated. 5. Phones needs to be turned off during lectures 6. One should not talk or eat in the classroom, or do anything that may disturb other classmates. 19

20 Lectures Each lecture starts at 13:45 Each lecture ends at 15:30 We will take a 5 minutes break around 14:40. 20

21 CHAPTER 1 INTRODUCTION Picture from: 21

22 Introduction What is Information Retrieval (IR) 信息检索? Information 信息 Any kind of Information or data Retrieve (verb) 检索 To search, obtain, look up for.. 22

23 Introduction Reading your student number on your student card ( 学生证 ). Is it information retrieval? We will use a more restrictive definition of information retrieval 23

24 Introduction We will consider information retrieval as searching for documents. User ( 用户 ) Query ( 查询 ) Database ( 数据库 ) olympics Relevant documents Search for documents Documents 24

25 Information retrieval: finding documents of an unstructured nature (e.g. text) that satisfies some requirements. User ( 用户 ) Query ( 查询 ) Database ( 数据库 ) olympics Relevant documents Search for documents Documents 25

26 We assume that there is a large collection of documents (generally, stored on computers). User ( 用户 ) Database ( 数据库 ) Documents 26

27 In the past: information retrieval was mostly done by librarians ( 图书馆员 ) and other professional searchers. 27

28 Today: Billions of people performs information retrieval using computers and cellphones Searching for webpages ( 网页 ), Searching s 28

29 Today More and more data is collected and stored in computers (this is the big data era - 大数据时代 ). Why? Storing data is cheaper Networks are fast As a result, information retrieval is becoming the most important way of accessing information. 29

30 Types of documents Structured data ( 结构化数据 ): documents that have a clear and well-defined structure (e.g. data about bank customers) Name = P. Black Country = Canada Age = 20 Name = X. Zhang Country = China Age = 25 Searching structured data is easy ( 容易 ) 30

31 Types of documents Unstructured data ( 非结构化数据 ): documents that have no clear structure, or are not organized in a predefined manner. (e.g. text documents) Searching unstructured data is hard ( 难 ) Information retrieval is mostly about searching unstructured data. 31

32 Information retrieval is also To let users browse documents ( 浏览文件 ) To let users filter documents ( 过滤文件 ). To automatically group together books on similar topics (clustering - 聚类 ) To classify books into some categories (classification - 分类 ) To rank documents by relevance ( 相关排序 ) 32

33 Information retrieval at a large scale ( 大规模 ) Web search (very large scale) billions of documents on millions of computers Important to search quickly A challenge: some websites try to cheat ( 欺骗 ) to appear more often in search engine results 33

34 Information retrieval at a small scale ( 小规模 ) Personal search Search files using an operating systems ( 操作系统 ) such as Windows or Android Need to be fast Need to handle many different types of files Search s. service providers usually classify s into categories such as spam ( 垃圾邮件 ) and relevant e- mails. Need to be reliable 34

35 Information retrieval at a medium scale Enterprise ( 企业 ) search Search documents of an enterprise database of patents ( 专利 ) database of research papers Documents are typically stored in a centralized database. Computers are used to search the databases. 35

36 1.1 An example We have a set of books: We want to find all books containing: Beijing AND Shenzhen AND NOT Guangzhou How to search? 36

37 How to search? Naive approach ( 幼稚的方法 ): Read all books word by word to find the books containing Beijing and Shenzhen and not Guangzhou. For a human: this is very slow! For a computer: it is fast if there is not too many books Web: billions of documents. 37

38 Search quickly, We want to: Search using flexible matching operations ( 灵活的匹配 ) e.g. search for all documents with Shenzhen «whithin 5 words» of Beijing rank the results by relevance ( 相关性排序 ): we want to find the best answer(s) to queries made by users 38

39 How to search quickly? We can create an index ( 索引 ) of the documents. The index is created in advance. We search for documents using the index rather than reading the documents word by word. similar to how the table of content ( 目录 ) of a book helps us to find information in the book An example of index 39

40 An example of index ( 索引 ) A term-document incidence matrix ( 关联矩阵 ) can be used as index for searching documents. Terms Beijing Shenzhen Guangzhou ooks Book Book Book Book Book = the term appears in the document 0 = it does no appear 40

41 Example 1: Search books with Beijing AND Shenzhen Terms Beijing Shenzhen Guangzhou Book ooks Book Book Book Book The result of this query is: { Book 1, Book 5} 41

42 Example 2: Search books with Beijing AND NOT Shenzhen Terms Beijing Shenzhen Guangzhou Book ooks Book Book Book Book The result of this query is: { Book 2, Book 3} 42

43 Example 3: Search books with Beijing OR Shenzhen Terms Beijing Shenzhen Guangzhou Book ooks Book Book Book Book The result of this query is: { Book 1,2,3,4,5} 43

44 A term-document incidence matrix is said to be a boolean matrix ( 布尔矩阵 ) (a table containing 0 and 1). Terms Beijing Shenzhen Guangzhou Book ooks Book Book Book Book

45 SOME VOCABULARY 45

46 Boolean retrieval model ( 布尔检索模型 ) We can search for documents using Boolean expressions ( 布尔表达式 ). A Boolean expression is one or more terms combined with operators AND, OR and NOT. Example: Beijing AND Shenzhen AND NOT Guangzhou 46

47 Collection A collection ( 收集 ) is a set of documents that we may want to search. Example: N = 1 million documents Each document about 1000 words (2-3 pages) M = 500,000 distinct terms in these documents Size: 6 GB 47

48 Information need, query Information need ( 信息需求 ): It is the topic about which the user wants to know more (e.g. I want to know about Beijing Olympics) Query ( 查询 ): It is what the user enter in a computer to search for documents. (e.g. «Beijing AND Olympics AND 2008») 48

49 Relevance ( 关联 ) A document is relevant if it contains information that is valuable given the information need of a person. e.g. a user wants to find documents about outdoor activities in Shenzhen. Challenge: relevant documents may or may not contains these words. 49

50 Information retrieval system ( 信息检索系统 ) An IR system is a software or website that can be used to search for documents. e.g. 50

51 How to evaluate an IR system? A good IR system is an IR system that can provide relevant documents to users. But how can we measure the relevance of documents? Two evaluation measures 51

52 Precision ( 准确率 ) Precision: What fraction of the returned documents are relevant to the information need? Example: A person searches for webpages about Beijing The search engine returns: 5 relevant webpages 5 irrelevant webpages. Precision = 5 / 10 = 0.5 (50 %) 52

53 Recall ( 召回 ) Recall: What fraction of the relevant documents in a collection were returned by the system? Example: A database contains 1000 documents about HITSZ. The user search for documents about HITSZ. Only 100 documents about HITSZ are retrieved. Recall = 100 / 1000 = 0.1 (10 %) 53

54 Dictionary ( 词典 ) A dictionary is set of terms. Each term is associated to a list of documents where it appears. Each entry of a list is called a posting. Example: Dictionary City Shenzhen Located China Book1, Book2, Book 20, Book 7. Book1, Book3 Book1, Book 20, A posting Postings 54

55 Dictionary A dictionary is usually much smaller than a matrix because not all words appear in all documents. Matrix City Shenzhen Word 500,000 Book Book Book Book books 500, 000 words = a huge matrix of 500,000,000 entries!! 55

56 How to create an index? Step 1: collect the documents to be indexed Book1 Book2 Book3 Book100

57 How to create an index? Step 1: collect the documents to be indexed Book1 Book2 Book3 Book100 Step 2: tokenize the text ( 标记文本 ): separate it into words Book1 «The city of Shenzhen is located in China» token1 token2 token7 token8 57

58 How to create an index? Step 3: Linguistic preprocessing ( 语言的预处理 ) Keep only the terms that are useful for indexing documents. «The city of Shenzhen is located in China» token1 token2 token7 token8 During that step, words can be also transformed if necessary: friends friend wolves wolf eaten eat 58

59 How to create an index? Step 4: Create the dictionary City Shenzhen Located China Dictionary City Shenzhen Located China Book1, Book2, Book 20, Book 7. Book1, Book3, Book 5, Book 9. Book1, Book 20, Book 34

60 How to create an index? The index has been created! It can then be used to search documents. Dictionary City Shenzhen Located China Book1, Book2, Book 20, Book 7. Book1, Book3, Book 5, Book 9. Book1, Book 20, Book 34

61 Document ID ( 标识符 ) An IR system will generally assign a unique identifier (ID) to each document. Book 1, Book 2, Book 3. 61

62 Dictionary (cont d) A dictionary is typically sorted to allow faster search (e.g. in alphabetical order - 按字母顺序 ) Dictionary City Shenzhen Located China Book1, Book2, Book 20, Book 7. Book1, Book3, Book 5, Book 9. Book1, Book 20, Book 34 62

63 Dictionary (cont d) A dictionary is typically sorted to allow faster search (e.g. in alphabetical order - 按字母顺序 ) Dictionary China City Located Shenzhen Book1, Book 20, Book 34 Book1, Book2, Book 7, Book 20. Book1, Book3, Book 5, Book 9. 63

64 A dictionary may be used to store statistics about documents For example: Number of documents that contains each term (word) 64

65 How an IR system answers boolean queries? Dictionary China City Located Shenzhen Book1, Book 20, Book 34 Book1, Book2, Book 7, Book 20. Book1, Book3, Book 5, Book 9. 65

66 How an IR system answers boolean queries? Dictionary China City Located Shenzhen Book1, Book 20, Book 34 Book1, Book2, Book 7, Book 20. Book1, Book3, Book 5, Book 9. The query is: CITY AND CHINA 1) Locate CITY in the dictionary 66

67 How an IR system answers boolean queries? Dictionary China City Located Shenzhen Book1, Book 20, Book 34 Book1, Book2, Book 7, Book 20. Book1, Book3, Book 5, Book 9. The query is: CITY AND CHINA 1) Locate CITY in the dictionary 2) Retrieve its postings 67

68 How an IR system answers boolean queries? Dictionary China City Located Shenzhen Book1, Book 20, Book 34 Book1, Book2, Book 7, Book 20. Book1, Book3, Book 5, Book 9. The query is: CITY AND CHINA 1) Locate CITY in the dictionary 2) Retrieve its postings 3) Locate CHINA in the dictionary 68

69 How an IR system answers boolean queries? Dictionary China City Located Shenzhen Book1, Book 20, Book 34 Book1, Book2, Book 7, Book 20. Book1, Book3, Book 5, Book 9. The query is: CITY AND CHINA 1) Locate CITY in the dictionary 2) Retrieve its postings 3) Locate CHINA in the dictionary 4) Retrieve its postings 69

70 How an IR system answers boolean queries? Dictionary China City Located Shenzhen Book1, Book 20, Book 34 Book1, Book2, Book 7, Book 20. Book1, Book3, Book 5, Book 9. The query is: CITY AND CHINA RESULT: 1) Locate CITY in the dictionary Book 1, Book20 2) Retrieve its postings 3) Locate CHINA in the dictionary 4) Retrieve its postings 5) Do the intersection ( 交线 ) of the two lists 70

71 Answering more complex queries It is also possible to answer more complex queries using a similar approach: (Shenzhen OR CHINA) AND BEIJING) (Shenzhen AND CHINA) AND BEIJING) 71

72 Conclusion I presented the «Boolean retrieval model» where we search documents using terms and Boolean operators (e.g. AND, OR, NOT) This model is popular. e.g. often used to search for books in libraries. Why using this model? A document either match a query or does not. Thus, we can precisely search for documents. We will see extensions of this model with more features 72

73 Conclusion Before next week, please make sure that you can access the course website 73

74 EXERCISES 74

75 An exercise This is an exercise that you can do at home if you want to review what we have learnt in the Chapter 1 of the book. b. Draw the dictionary (also called inverted index representation) for this collection c. What are the returned result for these queries? - schizophrenia AND drug - for AND NOT (drug OR approach) 75

76 References Manning, C. D., Raghavan, P., Schütze, H. Introduction to information retrieval. Cambridge: Cambridge University Press,

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 Philippe Fournier-Viger Full professor School of Natural Sciences and Humanities philfv8@yahoo.com Spring 2018 1 Last week What is Information Retrieval

More information

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 Philippe Fournier-Viger Full professor School of Natural Sciences and Humanities philfv8@yahoo.com Spring 2019 1 Last week We have discussed about:

More information

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 Philippe Fournier-Viger Full professor School of Natural Sciences and Humanities philfv8@yahoo.com Spring 2019 1 Last week We have discussed: A

More information

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 Philippe Fournier-Viger Full professor School of Natural Sciences and Humanities philfv8@yahoo.com Spring 2019 1 Last week We have discussed: Evaluation

More information

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 Philippe Fournier-Viger Full professor School of Natural Sciences and Humanities philfv8@yahoo.com Spring 2019 1 Last week We have discussed in

More information

ICP Enablon User Manual Factory ICP Enablon 用户手册 工厂 Version th Jul 2012 版本 年 7 月 16 日. Content 内容

ICP Enablon User Manual Factory ICP Enablon 用户手册 工厂 Version th Jul 2012 版本 年 7 月 16 日. Content 内容 Content 内容 A1 A2 A3 A4 A5 A6 A7 A8 A9 Login via ICTI CARE Website 通过 ICTI 关爱网站登录 Completing the Application Form 填写申请表 Application Form Created 创建的申请表 Receive Acknowledgement Email 接收确认电子邮件 Receive User

More information

上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分

上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分 上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分 SGM IT < 上汽通用汽车供应商门户网站项目 (SGMSP)> 工作产品名称 :< User Guide 用户手册 > Current Version: Owner: < 曹昌晔 > Date Created:

More information

计算机科学与技术专业本科培养计划. Undergraduate Program for Specialty in Computer Science & Technology

计算机科学与技术专业本科培养计划. Undergraduate Program for Specialty in Computer Science & Technology 计算机科学与技术学院 计算机科学与技术学院下设 6 个研究所 : 计算科学理论研究所 数据工程研究所 并行分布式计算研究所 数据存储研究所 数字媒体研究所 信息安全研究所 ;2 个中心 : 嵌入式软件与系统工程中心和教学中心 外存储系统国家专业实验室 教育部信息存储系统重点实验室 中国教育科研网格主结点 国家高性能计算中心 ( 武汉 ) 服务计算技术与系统教育部重点实验室 湖北省数据库工程技术研究中心

More information

Cyber Security Introduction

Cyber Security Introduction Cyber Security Introduction 2018.10.17 Huiping Sun( ) sunhp@ss.pku.edu.cn Course Overview 教师信息 sunhp@ss.pku.edu.cn https://huipingsun.github.io 1 1530E Course Overview 课程基本信息 14 17 (3204) 10 17 11 14 11

More information

云计算入门 Introduction to Cloud Computing GESC1001

云计算入门 Introduction to Cloud Computing GESC1001 Lecture #3 云计算入门 Introduction to Cloud Computing GESC1001 Philippe Fournier-Viger Professor School of Humanities and Social Sciences philfv8@yahoo.com Fall 2018 1 Course schedule Part 1 Part 2 Part 3 Introduction

More information

如何查看 Cache Engine 缓存中有哪些网站 /URL

如何查看 Cache Engine 缓存中有哪些网站 /URL 如何查看 Cache Engine 缓存中有哪些网站 /URL 目录 简介 硬件与软件版本 处理日志 验证配置 相关信息 简介 本文解释如何设置处理日志记录什么网站 /URL 在 Cache Engine 被缓存 硬件与软件版本 使用这些硬件和软件版本, 此配置开发并且测试了 : Hardware:Cisco 缓存引擎 500 系列和 73xx 软件 :Cisco Cache 软件版本 2.3.0

More information

云计算入门 Introduction to Cloud Computing GESC1001

云计算入门 Introduction to Cloud Computing GESC1001 Lecture #6 云计算入门 Introduction to Cloud Computing GESC1001 Philippe Fournier-Viger Professor School of Humanities and Social Sciences philfv8@yahoo.com Fall 2017 1 Introduction Last week: how cloud applications

More information

Chapter 10 Java and SQL. Wang Yang

Chapter 10 Java and SQL. Wang Yang Chapter 10 Java and SQL Wang Yang wyang@njnet.edu.cn Outline Concern Data - File & IO vs. Database &SQL Database & SQL How Connect Java to SQL - Java Model for Database Java Database Connectivity (JDBC)

More information

The Design of Everyday Things

The Design of Everyday Things The Design of Everyday Things Byron Li Copyright 2009 Trend Micro Inc. It's Not Your Fault Donald A. Norman & His Book Classification 03/17/11 3 Norman Door Why Learn to think from different aspects Contribute

More information

3dvia Composer Solidworks

3dvia Composer Solidworks 3dvia Composer Solidworks 1 / 6 2 / 6 3 / 6 3dvia Composer Solidworks Detail View of a Detail View. Garth COLEMAN: Nice tips, Tim! Easily Use Your Drawing Frames for Technical Illustrations Just with 3DVIA

More information

Bi-monthly report. Tianyi Luo

Bi-monthly report. Tianyi Luo Bi-monthly report Tianyi Luo 1 Work done in this week Write a crawler plus based on keywords (Support Chinese and English) Modify a Sina weibo crawler (340M/day) Offline learning to rank module is completed

More information

Machine Vision Market Analysis of 2015 Isabel Yang

Machine Vision Market Analysis of 2015 Isabel Yang Machine Vision Market Analysis of 2015 Isabel Yang CHINA Machine Vision Union Content 1 1.Machine Vision Market Analysis of 2015 Revenue of Machine Vision Industry in China 4,000 3,500 2012-2015 (Unit:

More information

XML allows your content to be created in one workflow, at one cost, to reach all your readers XML 的优势 : 只需一次加工和投入, 到达所有读者的手中

XML allows your content to be created in one workflow, at one cost, to reach all your readers XML 的优势 : 只需一次加工和投入, 到达所有读者的手中 XML allows your content to be created in one workflow, at one cost, to reach all your readers XML 的优势 : 只需一次加工和投入, 到达所有读者的手中 We can format your materials to be read.. in print 印刷 XML Conversions online

More information

Michael Bailou Huang, LAc, MAc, MLS, MEd Health Sciences Library, Stony Brook University, USA 黄柏楼美国石溪大学健康科学图书馆

Michael Bailou Huang, LAc, MAc, MLS, MEd Health Sciences Library, Stony Brook University, USA 黄柏楼美国石溪大学健康科学图书馆 QU Nan, MS Capital Normal University Library, Beijing, China 屈南中国首都师范大学图书馆 Michael Bailou Huang, LAc, MAc, MLS, MEd Health Sciences Library, Stony Brook University, USA michael.b.huang@stonybrook.edu 黄柏楼美国石溪大学健康科学图书馆

More information

Outline. Motivations (1/3) Distributed File Systems. Motivations (3/3) Motivations (2/3)

Outline. Motivations (1/3) Distributed File Systems. Motivations (3/3) Motivations (2/3) Outline TFS: Tianwang File System -Performance Gain with Variable Chunk Size in GFS-like File Systems Authors: Zhifeng Yang, Qichen Tu, Kai Fan, Lei Zhu, Rishan Chen, Bo Peng Introduction (what s it all

More information

Division of Science and Technology

Division of Science and Technology BNU-HKBU UNITED INTERNATIONAL COLLEGE UNDERGRADUATE HANDBOOK 2008 Division of Science and Technology Computer Science and Technology Programme Com puter Science and Technology Program m e Contents 1.

More information

EqualLogic Best Practices for SQL Server Deployments

EqualLogic Best Practices for SQL Server Deployments EqualLogic Best Practices for SQL Server Deployments 李光明 Goldman_Li@dell.com Storage Solution Specialist Dell Storage Forum: EqualLogic User Conference Xiamen, Jan 15-16, 2011 Notices & Disclaimers Copyright

More information

Safe Memory-Leak Fixing for C Programs

Safe Memory-Leak Fixing for C Programs Safe Memory-Leak Fixing for C Programs Qing Gao, Yingfei Xiong, Yaqing Mi, Lu Zhang, Weikun Yang, Zhaoing Zhou, Bing Xie, Hong Mei Institute of Software, Peking Unversity 内存管理 安全攸关软件的开发必然涉及内存管理问题 软件工程经典问题,

More information

基于项目信息类专业教育实验班本科培养计划 (2+2)

基于项目信息类专业教育实验班本科培养计划 (2+2) 基于项目信息类专业教育实验班本科培养计划 (+) Undergraduate Program for Advanced Project-based Information Science Education (+) 一培养目标 Ⅰ. Program Objectives This program is designed in a unique learning-via-doing approach

More information

PubMed 简介. PubMed 是美国国立医学图书馆 (NLM) 所属的国家生物技术信息中心 (NCBI) 开发的因特网生物医学信息检索系统

PubMed 简介. PubMed 是美国国立医学图书馆 (NLM) 所属的国家生物技术信息中心 (NCBI) 开发的因特网生物医学信息检索系统 生物医学文献数据库 PubMed PubMed 简介 PubMed 是美国国立医学图书馆 (NLM) 所属的国家生物技术信息中心 (NCBI) 开发的因特网生物医学信息检索系统 PubMed 主要提供基于 Web 的 Medline 数据库检索服务, 其中包括医学文献的订购, 全文在线阅读的链接, 专家信息的查询, 期刊检索以及相关书籍的链接等 数据每周二至周六每天更新 详见 http://baike.so.com/doc/1870897-1978857.html

More information

PMI,PMI (China) Membership, Certifications. Bob Chen PMI (China) August 31, 2010

PMI,PMI (China) Membership, Certifications. Bob Chen PMI (China) August 31, 2010 PMI,PMI (China) Membership, Certifications Bob Chen PMI (China) August 31, 2010 内容 (1) PMI Global (2) PMI China update (3) Certifications (4) Memberships 2 PMI Global Developments 3 What is PMI? Global

More information

Previous on Computer Networks Class 18. ICMP: Internet Control Message Protocol IP Protocol Actually a IP packet

Previous on Computer Networks Class 18. ICMP: Internet Control Message Protocol IP Protocol Actually a IP packet ICMP: Internet Control Message Protocol IP Protocol Actually a IP packet 前 4 个字节都是一样的 0 8 16 31 类型代码检验和 ( 这 4 个字节取决于 ICMP 报文的类型 ) ICMP 的数据部分 ( 长度取决于类型 ) ICMP 报文 首部 数据部分 IP 数据报 ICMP: Internet Control Message

More information

AvalonMiner Raspberry Pi Configuration Guide. AvalonMiner 树莓派配置教程 AvalonMiner Raspberry Pi Configuration Guide

AvalonMiner Raspberry Pi Configuration Guide. AvalonMiner 树莓派配置教程 AvalonMiner Raspberry Pi Configuration Guide AvalonMiner 树莓派配置教程 AvalonMiner Raspberry Pi Configuration Guide 简介 我们通过使用烧录有 AvalonMiner 设备管理程序的树莓派作为控制器 使 用户能够通过控制器中管理程序的图形界面 来同时对多台 AvalonMiner 6.0 或 AvalonMiner 6.01 进行管理和调试 本教程将简要的说明 如何把 AvalonMiner

More information

Oriented Scene Text Detection Revisited. Xiang Bai Huazhong University of Science and Technology

Oriented Scene Text Detection Revisited. Xiang Bai Huazhong University of Science and Technology The Invited Talk in Vision and Learning Seminar (VALSE) Xiamen, 2017-4-22 Oriented Scene Text Detection Revisited Xiang Bai Huazhong University of Science and Technology xbai@hust.edu.cn http://mclab.eic.hust.edu.cn/~xbai/

More information

大数据基准测试 : 原理 方法和应用. 詹剑锋 中国科学院计算技术研究所中国科学院大学 可信云服务大会, 北京 INSTITUTE OF COMPUTING TECHNOLOGY

大数据基准测试 : 原理 方法和应用. 詹剑锋   中国科学院计算技术研究所中国科学院大学 可信云服务大会, 北京 INSTITUTE OF COMPUTING TECHNOLOGY 大数据基准测试 : 原理 方法和应用 詹剑锋 http://prof.ict.ac.cn/bigdatabench 中国科学院计算技术研究所中国科学院大学 2015.7.31 2015 可信云服务大会, 北京 INSTITUTE OF COMPUTING TECHNOLOGY Outline 原理 方法 BigDataBench 计量的意义 科学和人类日常生活的基础 牛顿 ( 力 ) 开尔文 ( 温度

More information

数据挖掘 Introduction to Data Mining

数据挖掘 Introduction to Data Mining 数据挖掘 Introduction to Data Mining Philippe Fournier-Viger Full professor School of Natural Sciences and Humanities philfv8@yahoo.com Spring 2019 S8700113C 1 Introduction Last week: Association Analysis

More information

OTAD Application Note

OTAD Application Note OTAD Application Note Document Title: OTAD Application Note Version: 1.0 Date: 2011-08-30 Status: Document Control ID: Release _OTAD_Application_Note_CN_V1.0 Copyright Shanghai SIMCom Wireless Solutions

More information

DBI-B311. Revolution R 和微软数据平台 赵利超微软数据平台技术专家

DBI-B311. Revolution R 和微软数据平台 赵利超微软数据平台技术专家 DBI-B311 Revolution R 和微软数据平台 赵利超微软数据平台技术专家 R 以及 R 在企业里的应用 Comprehensive R Archive Network = 统计语言 + 数据挖掘 统计分析语言 巨大的算法包支持数据导入, 数据整理, 数据的统计分析和可视化 来源 : www.rexeranalytics.com Revolution R 数据量 内存限制 基于硬盘的扩展性

More information

A Benchmark For Stroke Extraction of Chinese Characters

A Benchmark For Stroke Extraction of Chinese Characters 2015-09-29 13:04:51 http://www.cnki.net/kcms/detail/11.2442.n.20150929.1304.006.html 北京大学学报 ( 自然科学版 ) Acta Scientiarum Naturalium Universitatis Pekinensis doi: 10.13209/j.0479-8023.2016.025 A Benchmark

More information

[ 电子书 ]Spark for Data Science PDF 下载 Spark 大数据博客 -

[ 电子书 ]Spark for Data Science PDF 下载 Spark 大数据博客 - [ 电子书 ]Spark for Data Science PDF 下载 昨天分享了 [ 电子书 ]Apache Spark 2 for Beginners pdf 下载, 这本书很适合入门学习 Spark, 虽然书名上写着是 Apache Spark 2, 但是其内容介绍几乎和 Spark 2 毫无关系, 今天要分享的图书也是一本适合入门的 Spark 电子书, 也是 Packt 出版,2016

More information

数据库原理与应用 实验指导书 信息工程学院 2017 年 1 月

数据库原理与应用 实验指导书 信息工程学院 2017 年 1 月 数据库原理与应用 实验指导书 信息工程学院 2017 年 1 月 目 录 实验一基本表定义... 1 实验二单表查询... 6 实验三连接查询... 8 实验四嵌套查询... 9 实验五更新 视图... 11 实验六存储过程... 13 实验七触发器... 15 实验八访问控制... 16 实验一基本表定义 实验类型 : 验证性实验学时 :4 学时一 实验目的 掌握 sql 语句定义基本表, 理解完整性约束定义方法

More information

Safety Life Cycle Model IEC61508 安全生命周期模型 -IEC61508

Safety Life Cycle Model IEC61508 安全生命周期模型 -IEC61508 exida is a unique organization rich with Functional Safety and Control System Security support, products, services, experience, expertise, and an unending quest to exceed customer expectations. Fully integrated

More information

王大珩 光电创新实验班本科培养计划. Undergraduate Program for Specialty in Opto-Information Science and Technology

王大珩 光电创新实验班本科培养计划. Undergraduate Program for Specialty in Opto-Information Science and Technology 王大珩 光电创新实验班本科培养计划 Undergraduate Program for Specialty in Opto-Information Science and Technology 一 培养目标 Program Objectives Aiming at preparing all-rounded, high-quality talents with international competence,

More information

Presentation Title. By Author The MathWorks, Inc. 1

Presentation Title. By Author The MathWorks, Inc. 1 Presentation Title By Author 2014 The MathWorks, Inc. 1 4G LTE 轻松入门 陈建平 MathWorks 中国 2014 The MathWorks, Inc. 2 大纲 4G 综述 LTE 系统工具箱的应用 黄金参考模型 点到点链路级仿真 信号发生和分析 信号信息恢复 4G 系统的并行仿真加速 3 无线标准的演化 * *Although ETSI

More information

IEEE 成立于 1884 年, 是全球最大的技术行业协会, 凭借其多样化的出版物 会议 教育论坛和开发标准, 在激励未来几代人进行技术创新方面做出了巨大的贡献, 其数据库产品 IEL(IEEE/IET Electronic Library)

IEEE 成立于 1884 年, 是全球最大的技术行业协会, 凭借其多样化的出版物 会议 教育论坛和开发标准, 在激励未来几代人进行技术创新方面做出了巨大的贡献, 其数据库产品 IEL(IEEE/IET Electronic Library) IEL Newsletter 2013 年 12 月特刊 :2012 年 IEEE 期刊影响因子及相关评价指标情况概览 欢迎体验全新的 IEEE Xplore 数字图书馆 www.ieee.org/ieeexplore IEEE 成立于 1884 年, 是全球最大的技术行业协会, 凭借其多样化的出版物 会议 教育论坛和开发标准, 在激励未来几代人进行技术创新方面做出了巨大的贡献, 其数据库产品 IEL(IEEE/IET

More information

Technology: Anti-social Networking 科技 : 反社交网络

Technology: Anti-social Networking 科技 : 反社交网络 Technology: Anti-social Networking 科技 : 反社交网络 1 Technology: Anti-social Networking 科技 : 反社交网络 The Growth of Online Communities 社交网络使用的增长 Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习

More information

Oracle 一体化创新云技术 助力智慧政府信息化战略. Copyright* *2014*Oracle*and/or*its*affiliates.*All*rights*reserved.** *

Oracle 一体化创新云技术 助力智慧政府信息化战略. Copyright* *2014*Oracle*and/or*its*affiliates.*All*rights*reserved.** * Oracle 一体化创新云技术 助力智慧政府信息化战略 ?* x * Exadata Exadata* * * Exadata* InfiniBand 0Gbits/S 5?10 * Exadata* * Exadata& & Oracle exadata! " 4 " 240 12! "!! " " " Exadata* Exadata & Single?Instance*Database*

More information

2.8 Megapixel industrial camera for extreme environments

2.8 Megapixel industrial camera for extreme environments Prosilica GT 1920 Versatile temperature range for extreme environments PTP PoE P-Iris and DC-Iris lens control 2.8 Megapixel industrial camera for extreme environments Prosilica GT1920 is a 2.8 Megapixel

More information

5.1 Megapixel machine vision camera with GigE interface

5.1 Megapixel machine vision camera with GigE interface Manta G-507 Latest Sony CMOS sensor PoE optional Angled-head and board level variants Video-iris lens control 5.1 Megapixel machine vision camera with GigE interface Manta G-507 is a 5.1 Megapixel machine

More information

Chapter 11 SHANDONG UNIVERSITY 1

Chapter 11 SHANDONG UNIVERSITY 1 Chapter 11 File System Implementation ti SHANDONG UNIVERSITY 1 Contents File-System Structure File-System Implementation Directory Implementation Allocation Methods Free-Space Management Efficiency and

More information

本科专业人才培养计划 信息学科大类分册 华中科技大学教务处 二 O 一五年七月

本科专业人才培养计划 信息学科大类分册 华中科技大学教务处 二 O 一五年七月 本科专业人才培养计划 信息学科大类分册 华中科技大学教务处 二 O 一五年七月 目 录 1 2 15 *24 ACM 35 44 53 54 63 71 81 91 99 110 121 130 131 143 *157 166 174 175 189 202 212 2+2 224 232 245 250 251 注 : 带 * 者不属于信息学科大类专业 1 计算机科学与技术学院 计算机科学与技术学院下设

More information

Triangle - Delaunay Triangulator

Triangle - Delaunay Triangulator Triangle - Delaunay Triangulator eryar@163.com Abstract. Triangle is a 2D quality mesh generator and Delaunay triangulator. Triangle was created as part of the Quake project in the school of Computer Science

More information

H3C CAS 虚拟机支持的操作系统列表. Copyright 2016 杭州华三通信技术有限公司版权所有, 保留一切权利 非经本公司书面许可, 任何单位和个人不得擅自摘抄 复制本文档内容的部分或全部, 并不得以任何形式传播 本文档中的信息可能变动, 恕不另行通知

H3C CAS 虚拟机支持的操作系统列表. Copyright 2016 杭州华三通信技术有限公司版权所有, 保留一切权利 非经本公司书面许可, 任何单位和个人不得擅自摘抄 复制本文档内容的部分或全部, 并不得以任何形式传播 本文档中的信息可能变动, 恕不另行通知 H3C CAS 虚拟机支持的操作系统列表 Copyright 2016 杭州华三通信技术有限公司版权所有, 保留一切权利 非经本公司书面许可, 任何单位和个人不得擅自摘抄 复制本文档内容的部分或全部, 并不得以任何形式传播 本文档中的信息可能变动, 恕不另行通知 目录 1 Windows 1 2 Linux 1 2.1 CentOS 1 2.2 Fedora 2 2.3 RedHat Enterprise

More information

: Operating System 计算机原理与设计

: Operating System 计算机原理与设计 .. 0117401: Operating System 计算机原理与设计 Chapter 11: File system interface( 文件系统接口 ) 陈香兰 xlanchen@ustc.edu.cn http://staff.ustc.edu.cn/~xlanchen Computer Application Laboratory, CS, USTC @ Hefei Embedded

More information

New Media Data Analytics and Application

New Media Data Analytics and Application New Media Data Analytics and Application Lecture 10: Text Mining and Data Visualization Ting Wang Outlines Text Mining Data Visualization using Python Data Mining Essentials online text data mining based

More information

Silverlight 3 概览 俞晖市场推广经理微软 ( 中国 ) 有限公司

Silverlight 3 概览 俞晖市场推广经理微软 ( 中国 ) 有限公司 Silverlight 3 概览 俞晖市场推广经理微软 ( 中国 ) 有限公司 business opportunity 越来越丰富 MTV.COM (1996) CSS FLASH 4.0 AJAX HTML 3.2 DHTML SSL 3.0 FLASH 1.0 REAL AUDIO HTML 1.0 MTV.COM (2008) Silverlight 概览 跨浏览器 IE, Safari,

More information

Murrelektronik Connectivity Interface Part I Product range MSDD, cable entry panels MSDD 系列, 电缆穿线板

Murrelektronik Connectivity Interface Part I Product range MSDD, cable entry panels MSDD 系列, 电缆穿线板 Murrelektronik Connectivity Interface Part I Product range MSDD, cable entry panels MSDD 系列, 电缆穿线板 INTERFACE PORTFOLIO PG 03 Relays 继电器 Intelligent Interface Technology 智能转换技术 Passive Interface Technology

More information

SESEC IV. China Cybersecurity. Standardization Monthly. Newsletter. June 2018

SESEC IV. China Cybersecurity. Standardization Monthly. Newsletter. June 2018 Author: Betty XU Distributed to: SESEC Partners, EU standardization stakeholders Date of issue: 19-07-2018 SESEC IV China Cybersecurity Standardization Monthly Newsletter Introduction of SESEC Project

More information

display portal server display portal user display portal user count display portal web-server

display portal server display portal user display portal user count display portal web-server 目录 1 Portal 1-1 1.1 Portal 配置命令 1-1 1.1.1 aaa-fail nobinding enable 1-1 1.1.2 aging-time 1-1 1.1.3 app-id (Facebook authentication server view) 1-2 1.1.4 app-id (QQ authentication server view) 1-3 1.1.5

More information

CA Application Performance Management

CA Application Performance Management CA Application Performance Management for IBM WebSphere Portal 指南 版本 9.5 本文档包括内嵌帮助系统和以电子形式分发的材料 ( 以下简称 文档 ), 其仅供参考,CA 随时可对其进行更改或撤销 未经 CA 事先书面同意, 不得擅自复制 转让 翻印 透露 修改或转录本文档的全部或部分内容 本文档属于 CA 的机密和专有信息, 不得擅自透露,

More information

Microsemi - Leading Innovation for China s Hyperscale Data Centers

Microsemi - Leading Innovation for China s Hyperscale Data Centers Power Matters. TM Microsemi - Leading Innovation for China s Hyperscale Data Centers Andrew Dieckmann Sr. Director, Scalable Storage Product Marketing 1 议程 China A Storage Growth Engine Data Center Storage

More information

操作系统原理与设计. 第 13 章 IO Systems(IO 管理 ) 陈香兰 2009 年 09 月 01 日 中国科学技术大学计算机学院

操作系统原理与设计. 第 13 章 IO Systems(IO 管理 ) 陈香兰 2009 年 09 月 01 日 中国科学技术大学计算机学院 第 13 章 IO Systems(IO 管理 ) 中国科学技术大学计算机学院 2009 年 09 月 01 日 提纲 I/O Hardware 1 I/O Hardware Polling Interrupts Direct Memory Access (DMA) I/O hardware summary 2 Block and Character Devices Network Devices

More information

Chapter 1 (Part 2) Introduction to Operating System

Chapter 1 (Part 2) Introduction to Operating System Chapter 1 (Part 2) Introduction to Operating System 张竞慧办公室 : 计算机楼 366 室电邮 :jhzhang@seu.edu.cn 主页 :http://cse.seu.edu.cn/personalpage/zjh/ 电话 :025-52091017 1.1 Computer System Components 1. Hardware provides

More information

User Guide for Apabi Digital Library of Chinese e-books

User Guide for Apabi Digital Library of Chinese e-books User Guide for Apabi Digital Library of Chinese e-books Edinburgh University Library 1. Overview The Apabi Digital Library contains about 4,600 Chinese e-books, as of November 2005, on a wide range of

More information

Comparing social tags with subject headings on annotating books: A study comparing the information science domain in English and Chinese

Comparing social tags with subject headings on annotating books: A study comparing the information science domain in English and Chinese Article Comparing social tags with subject headings on annotating books: A study comparing the information science domain in English and Chinese Journal of Information Science 39(2) 169 187 The Author(s)

More information

PCU50 的整盘备份. 本文只针对操作系统为 Windows XP 版本的 PCU50 PCU50 启动硬件自检完后, 出现下面文字时, 按向下光标键 光标条停在 SINUMERIK 下方的空白处, 如下图, 按回车键 PCU50 会进入到服务画面, 如下图

PCU50 的整盘备份. 本文只针对操作系统为 Windows XP 版本的 PCU50 PCU50 启动硬件自检完后, 出现下面文字时, 按向下光标键 光标条停在 SINUMERIK 下方的空白处, 如下图, 按回车键 PCU50 会进入到服务画面, 如下图 PCU50 的整盘备份 本文只针对操作系统为 Windows XP 版本的 PCU50 PCU50 启动硬件自检完后, 出现下面文字时, 按向下光标键 OS Loader V4.00 Please select the operating system to start: SINUMERIK Use and to move the highlight to your choice. Press Enter

More information

Support for Title 21 CFR Part 11 and Annex 11 compliance: Agilent OpenLAB CDS version 2.1

Support for Title 21 CFR Part 11 and Annex 11 compliance: Agilent OpenLAB CDS version 2.1 Support for Title 21 CFR and compliance: Agilent OpenLAB CDS version 2.1 Whitepaper Overview US FDA in Title 21 of the Code of Federal Regulations (CFR), and its EU analog, Eudralex Chapter 4,, describe

More information

我们应该做什么? 告知性分析 未来会发生什么? 预测性分析 为什么会发生 诊断性分析 过去发生了什么? 描述性分析 高级分析 传统 BI. Source: Gartner

我们应该做什么? 告知性分析 未来会发生什么? 预测性分析 为什么会发生 诊断性分析 过去发生了什么? 描述性分析 高级分析 传统 BI. Source: Gartner 价值 我们应该做什么? 告知性分析 未来会发生什么? 预测性分析 为什么会发生 诊断性分析 过去发生了什么? 描述性分析 传统 BI 高级分析 Source: Gartner 困难 常见方案 Cortana 高级分析套件 SQL Server 2016 或者 Microsoft R Server Machine Learning 或者 Microsoft R Server 1. 业务理解 2. 数据理解

More information

测试基础架构 演进之路. 茹炳晟 (Robin Ru) ebay 中国研发中心

测试基础架构 演进之路. 茹炳晟 (Robin Ru) ebay 中国研发中心 测试基础架构 演进之路 茹炳晟 (Robin Ru) ebay 中国研发中心 茹炳晟 (Robin Ru) 主要工作经历 : ebay 中国研发中心 -- 测试基础架构技术主管 Hewlett-Packard 惠普软件 ( 中国 ) 研发中心 -- 测试架构师 资深测试专家 Alcatel-Lucent 阿尔卡特朗讯 ( 上海 ) 研发中心 -- 测试技术主管 Cisco 思科 ( 中国 ) 研发中心

More information

Theory of Parallel Computing Yinliang Zhao ( 赵银亮 ) Xi an Jiaotong University 第十四章基于消息传递的并行编程.

Theory of Parallel Computing Yinliang Zhao ( 赵银亮 ) Xi an Jiaotong University 第十四章基于消息传递的并行编程. 第十四章基于消息传递的并行编程 http://gr.xjtu.edu.cn/web/zhaoy 1 http://gr.xjtu.edu.cn/web/zhaoy 2 http://gr.xjtu.edu.cn/web/zhaoy 3 http://gr.xjtu.edu.cn/web/zhaoy 4 http://gr.xjtu.edu.cn/web/zhaoy 5 $ mpicc -o mpi_hello

More information

实验三十三 DEIGRP 的配置 一 实验目的 二 应用环境 三 实验设备 四 实验拓扑 五 实验要求 六 实验步骤 1. 掌握 DEIGRP 的配置方法 2. 理解 DEIGRP 协议的工作过程

实验三十三 DEIGRP 的配置 一 实验目的 二 应用环境 三 实验设备 四 实验拓扑 五 实验要求 六 实验步骤 1. 掌握 DEIGRP 的配置方法 2. 理解 DEIGRP 协议的工作过程 实验三十三 DEIGRP 的配置 一 实验目的 1. 掌握 DEIGRP 的配置方法 2. 理解 DEIGRP 协议的工作过程 二 应用环境 由于 RIP 协议的诸多问题, 神州数码开发了与 EIGRP 完全兼容的 DEIGRP, 支持变长子网 掩码 路由选择参考更多因素, 如带宽等等 三 实验设备 1. DCR-1751 三台 2. CR-V35FC 一条 3. CR-V35MT 一条 四 实验拓扑

More information

A CAN Bus Based Control System for Joint Modular Robot

A CAN Bus Based Control System for Joint Modular Robot A CAN Bus Based Control System for Joint Modular Robot Qingkai Han* a, Li Wang a, Yunpeng Ren b, Tianxia Zhang a, Bangchun Wen a a School of Mechanical Engineering, Northeastern Univeristy, Shenyang, China

More information

程序设计思维与实践. 汪云海

程序设计思维与实践. 汪云海 程序设计思维与实践 汪云海 http://www.yunhaiwang.org/ 汪云海 Joined SDU in Dec. 2015 Research Interests Visualization Machine learning Office hours I am available a lot in N3 403 Come to talk with me if you have any question

More information

Mini Wireless Keyboard 迷你无线键盘

Mini Wireless Keyboard 迷你无线键盘 R R User Manual Mini Wireless Keyboard 迷你无线键盘 Model( 型号 ):KP-810-09 Rev. 1.0 www.ip azzpo rt.com Introduction: This Mini Wireless Keyboard consists of keyboard, mouse touchpad, and LED (optional) which

More information

PRODUCT SPECIFICATION

PRODUCT SPECIFICATION Capacitive PRODUCT SPECIFICATION Customer ( 客户名称 ) : Customer No.( 客户编码 ): Product( 产品类型 ) :U Touch Panel Product No.( 产品编号 ): BET-CT016001V1 Date ( 日期 ) : 2014-1-01 BET Optronics Technology Co.,Ltd APPROVED

More information

智能终端与物联网应用 课程建设与实践. 邝坚 嵌入式系统与网络通信研究中心北京邮电大学计算机学院

智能终端与物联网应用 课程建设与实践. 邝坚 嵌入式系统与网络通信研究中心北京邮电大学计算机学院 智能终端与物联网应用 课程建设与实践 邝坚 jkuang@bupt.edu.cn 嵌入式系统与网络通信研究中心北京邮电大学计算机学院 定位 移动互联网 服务 安 理解 云计算 服务计算 可信 全 交换感知 嵌入式计算 计算 现状与趋势 p 移动互联网发展迅猛 第 27 次中国互联网络发展状况统计报告 (CNNIC) 指出截至 2010 年 12 月, 中国互联网用户数已达到 4.57 亿, 其中移动互联网网民数已达

More information

Understanding IO patterns of SSDs

Understanding IO patterns of SSDs 固态硬盘 I/O 特性测试 周大 众所周知, 固态硬盘是一种由闪存作为存储介质的数据库存储设备 由于闪存和磁盘之间物理特性的巨大差异, 现有的各种软件系统无法直接使用闪存芯片 为了提供对现有软件系统的支持, 往往在闪存之上添加一个闪存转换层来实现此目的 固态硬盘就是在闪存上附加了闪存转换层从而提供和磁盘相同的访问接口的存储设备 一方面, 闪存本身具有独特的访问特性 另外一方面, 闪存转换层内置大量的算法来实现闪存和磁盘访问接口之间的转换

More information

Building Large Scale Text Corpus for Tibetan Natural Language Processing by Extracting Text from Web Pages 抽取网页文本为藏文自然语言处理构建大规模文本语料库

Building Large Scale Text Corpus for Tibetan Natural Language Processing by Extracting Text from Web Pages 抽取网页文本为藏文自然语言处理构建大规模文本语料库 Building Large Scale Text Corpus for Tibetan Natural Language Processing by Extracting Text from Web Pages Huidan LIU 1,2 M inghua N UO 1,2 Jian W U 1 Yeping H E 1 (1) Institute of Software, Chinese Academy

More information

梁永健. W K Leung. 华为企业业务 BG 解决方案销售部 CTO Chief Technology Officer, Solution Sales, Huawei

梁永健. W K Leung. 华为企业业务 BG 解决方案销售部 CTO Chief Technology Officer, Solution Sales, Huawei 梁永健 W K Leung 华为企业业务 BG 解决方案销售部 CTO Chief Technology Officer, Solution Sales, Huawei Network Threats ICT 移动化云计算社交化大数据 Mobile Cloud Social Big Data 网络威胁 APT Mobile threats Web threats Worms Trojans Botnet

More information

DataCube Data Analysis With Mongodb.

DataCube Data Analysis With Mongodb. DataCube Data Analysis With Mongodb SongheYang@taobao datacube.taobao.com shu.taobao.com Project 数据化运营平台 首页 客户信息 类目信息 潜在用户 产品监控 运营工具 Agenda Offline Data Analysis Realtime Data Analysis New Aggregation

More information

Britannica Academic Online Edition 大不列顛百科全书网络学术版

Britannica Academic Online Edition 大不列顛百科全书网络学术版 Britannica Academic Online Edition 大不列顛百科全书网络学术版 The Complete Digital Resource Deep use of online resources 2013 The Complete Digital Resource High profile contributors Current content Collaborative content

More information

Ganglia 是 UC Berkeley 发起的一个开源集群监视项目, 主要是用来监控系统性能, 如 :cpu mem 硬盘利用率, I/O 负载 网络流量情况等, 通过曲线很容易见到每个节点的工作状态, 对合理调整 分配系统资源, 提高系统整体性能起到重要作用

Ganglia 是 UC Berkeley 发起的一个开源集群监视项目, 主要是用来监控系统性能, 如 :cpu mem 硬盘利用率, I/O 负载 网络流量情况等, 通过曲线很容易见到每个节点的工作状态, 对合理调整 分配系统资源, 提高系统整体性能起到重要作用 在本博客的 Spark Metrics 配置详解 文章中介绍了 Spark Metrics 的配置, 其中我们就介绍了 Spark 监控支持 Ganglia Sink Ganglia 是 UC Berkeley 发起的一个开源集群监视项目, 主要是用来监控系统性能, 如 :cpu mem 硬盘利用率, I/O 负载 网络流量情况等, 通过曲线很容易见到每个节点的工作状态, 对合理调整 分配系统资源,

More information

Multiprotocol Label Switching The future of IP Backbone Technology

Multiprotocol Label Switching The future of IP Backbone Technology Multiprotocol Label Switching The future of IP Backbone Technology Computer Network Architecture For Postgraduates Chen Zhenxiang School of Information Science and Technology. University of Jinan (c) Chen

More information

MeeGo : An Open Source OS Solution For Client Devices

MeeGo : An Open Source OS Solution For Client Devices MeeGo : An Open Source OS Solution For Client Devices Fleming Feng Open Source Technology Center System Software Division Intel Asia Pacific Research and Development Ltd. 1. Agenda Mobile Internet boosts

More information

HBase 在 hulu 的使用和实践. hulu

HBase 在 hulu 的使用和实践. hulu HBase 在 hulu 的使用和实践 张虔熙 @ hulu qianxi.zhang@hulu.com About hulu About me 张虔熙 ü 软件工程师 @Hulu 大数据平台组 ü 专注于分布式计算和存储技术 ü 热衷于参与开源社区贡献代码 üqianxi.zhang@hulu.com Agenda Overview Audience Platform( 用户画像系统 ) Auto

More information

WSV 让网站更加安全的几个小 妙招 徐栋 北京中达金桥技术服务有限公司

WSV 让网站更加安全的几个小 妙招 徐栋 北京中达金桥技术服务有限公司 WSV-300-4 让网站更加安全的几个小 妙招 徐栋 北京中达金桥技术服务有限公司 小提示 网络安全不 能亡羊补牢 安全基础 No upsniff from image/* X-Content-Type-Options: nosniff Option to force file save: Content-Disposition: attachment;filename= foo.doc ; X-Download-Options:

More information

Microsoft RemoteFX: USB 和设备重定向 姓名 : 张天民 职务 : 高级讲师 公司 : 东方瑞通 ( 北京 ) 咨询服务有限公司

Microsoft RemoteFX: USB 和设备重定向 姓名 : 张天民 职务 : 高级讲师 公司 : 东方瑞通 ( 北京 ) 咨询服务有限公司 Microsoft RemoteFX: USB 和设备重定向 姓名 : 张天民 职务 : 高级讲师 公司 : 东方瑞通 ( 北京 ) 咨询服务有限公司 RemoteFX 中新的 USB 重定向特性 在 RDS 中所有设备重定向机制 VDI 部署场景讨论 : 瘦客户端和胖客户端 (Thin&Rich). 用户体验 : 演示使用新的 USB 重定向功能 81% 4 本地和远程的一致的体验 (Close

More information

Chapter 2: Relational Model

Chapter 2: Relational Model Chapter 2: Relational Model Chapter 2: Relational Model Structure of Relational Databases Fundamental Relational-Algebra-Operations Additional Relational-Algebra-Operations Extended Relational-Algebra-Operations

More information

Application Notes for Ulane Tech PCS DataManager with Avaya Proactive Contact with PG230 Issue 1.0

Application Notes for Ulane Tech PCS DataManager with Avaya Proactive Contact with PG230 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Ulane Tech PCS DataManager with Avaya Proactive Contact with PG230 Issue 1.0 Abstract These Application Notes describe the configuration

More information

系统生物学. (Systems Biology) 马彬广

系统生物学. (Systems Biology) 马彬广 系统生物学 (Systems Biology) 马彬广 专用建模工具 ( 第十五讲 ) 梗概 (Synopsis) 通用建模工具 ( 数学计算软件 ) 专用建模工具 ( 细胞生化体系建模 ) 专用建模工具 模型描述语言与数据格式 模型及建模相关的数据库 细胞生化体系建模工具 模型描述语言 模型描述语言大多是基于 XML (Extensible Markup Language) 的, 并用到了 MathML

More information

测试 SFTP 的 问题在归档配置页的 MediaSense

测试 SFTP 的 问题在归档配置页的 MediaSense 测试 SFTP 的 问题在归档配置页的 MediaSense Contents Introduction Prerequisites Requirements Components Used 问题 : 测试 SFTP 按钮发生故障由于 SSH 算法协商故障解决方案 Bug Reled Informion Introduction 本文描述如何解决可能发生的安全壳 SSH 算法协商故障, 当您配置一个安全文件传输协议

More information

2. Introduction to Digital Media Format

2. Introduction to Digital Media Format Digital Asset Management 数字媒体资源管理 2. Introduction to Digital Media Format 任课 老师 : 张宏鑫 2014-09-30 Outline Image format and coding methods Audio format and coding methods Video format and coding methods

More information

CHAPTER 5 NEW INTERNET APPLICATIONS

CHAPTER 5 NEW INTERNET APPLICATIONS CHAPTER 5 NEW INTERNET APPLICATIONS 5.1 INSTANT MESSAGING (IM) 5.1.1 OVERVIEW OF INSTANT MESSAGING (IM) Instant messaging (IM) is an extension of e-mail that allows two or more people to contact each other

More information

Operating Systems. Chapter 4 Threads. Lei Duan

Operating Systems. Chapter 4 Threads. Lei Duan Operating Systems Chapter 4 Threads Lei Duan leiduan@scu.edu.cn 2015.2 Agenda 4.1 Processes and Threads 4.2 Types of Threads 4.3 Multicore and Multithreading 4.4 Summary 2015-04-01 2/49 Agenda 4.1 Processes

More information

TDS - 3. Battery Compartment. LCD Screen. Power Button. Hold Button. Body. Sensor. HM Digital, Inc.

TDS - 3. Battery Compartment. LCD Screen. Power Button. Hold Button. Body. Sensor. HM Digital, Inc. TDS - 3 Battery Compartment LCD Screen Power Button Hold Button Body Sensor Dual Range Measures from 0~999ppm, with a resolution of 1 ppm. From 1,000 to 9,990ppm, the resolution is 10 ppm, indicated by

More information

新一代 ODA X5-2 低调 奢华 有内涵

新一代 ODA X5-2 低调 奢华 有内涵 新一代 ODA X5-2 低调 奢华 有内涵 李昊首席销售顾问甲骨文公司系统事业部 内容预览 1 2 3 4 ODA 概述 ODA X5-2 新功能 / 特性介绍 ODA X5-2 市场定位 & 竞争分析总结 & 讨论 内容预览 1 2 3 4 ODA 概述 ODA X5-2 新功能 / 特性介绍 ODA X5-2 市场定位 & 竞争分析总结 & 讨论 什么是 ODA ODA: 五年四代, 稳中求变

More information

: Operating System 计算机原理与设计

: Operating System 计算机原理与设计 11741: Operating System 计算机原理与设计 Chapter 9: Virtual Memory( 虚存 ) 陈香兰 xlanchen@ustceducn http://staffustceducn/~xlanchen Computer Application Laboratory, CS, USTC @ Hefei Embedded System Laboratory, CS,

More information

VAS 5054A FAQ ( 所有 5054A 整合, 中英对照 )

VAS 5054A FAQ ( 所有 5054A 整合, 中英对照 ) VAS 5054A FAQ ( 所有 5054A 整合, 中英对照 ) About Computer Windows System Requirements ( 电脑系统要求方面 ) 问 :VAS 5054A 安装过程中出现错误提示 :code 4 (corrupt cabinet) 答 : 客户电脑系统有问题, 换 XP 系统安装 Q: When vas5054 install, an error

More information

CHINA VISA APPLICATION CONCIERGE SERVICE*

CHINA VISA APPLICATION CONCIERGE SERVICE* TRAVEL VISA PRO ORDER FORM Call us for assistance 866-378-1722 Fax 866-511-7599 www.travelvisapro.com info@travelvisapro.com CHINA VISA APPLICATION CONCIERGE SERVICE* Travel Visa Pro will review your documents

More information

The relational Algebra & calculus cont. Reference : UC Berkeley

The relational Algebra & calculus cont. Reference : UC Berkeley The relational Algebra & calculus cont Reference : UC Berkeley Formal Relational Query Languages Two mathematical Query Languages form the basis for real languages (e.g. SQL), and for implementation: ❶

More information

Color LaserJet Pro MFP M477 入门指南

Color LaserJet Pro MFP M477 入门指南 Color LaserJet Pro MFP M477 入门指南 Getting Started Guide 2 www.hp.com/support/colorljm477mfp www.register.hp.com ZHCN 4. 在控制面板上进行初始设置...2 5. 选择一种连接方式并准备安装软件...2 6. 找到或下载软件安装文件...3 7. 安装软件...3 8. 移动和无线打印

More information

Autodesk Backburner 2011 安装手册

Autodesk Backburner 2011 安装手册 Autodesk Backburner 2011 安装手册 Autodesk Backburner 2011 2010 Autodesk, Inc. All rights reserved. Except as otherwise permitted by Autodesk, Inc., this publication, or parts thereof, may not be reproduced

More information

软件测试 05 变异测试 玄跻峰 武汉大学计算机学院. URL:

软件测试 05 变异测试 玄跻峰 武汉大学计算机学院. URL: 软件测试 05 变异测试 玄跻峰 武汉大学计算机学院 Email:jxuan@whu.edu.cn URL: http://jifeng-xuan.com/ 1 回顾白盒测试 /* Class under test */ class TextEditor { Menu _menu; ToolBar _toolbar; ExitButton _exitbutton; 语句覆盖分支覆盖 } public

More information

1. Spring 整合 Jdbc 进行持久层开发

1. Spring 整合 Jdbc 进行持久层开发 本章学习目标 小风 Java 实战系列教程 Spring 整合 Jdbc 进行持久层开发 Spring 事务管理的 XML 方式 Spring 事务管理的注解方式 Spring 事务管理的零配置方式 1. Spring 整合 Jdbc 进行持久层开发 1.1. JdbcTemplate 的基本使用 JdbcTemplate 类是 Spring 框架提供用于整合 Jdcb 技术的工具类 这个工具类提

More information

组播路由 - MSDP 和 PIM 通过走

组播路由 - MSDP 和 PIM 通过走 组播路由 - MSDP 和 PIM 通过走 Contents Introduction 拓扑控制 - 飞机来源注册 ( 步骤 1-3) 接受器参加组 ( 第 4 步 - 第 11 步 ) R4 PIM RP 修剪 (S, G) 步骤 12 摘要 Related Information Introduction 本文描述独立于协议的组播 (PIM) 和多播源发现协议 (MSDP) 的操作与使用一简单的组播拓扑

More information