上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页

2019年2月21日

List of features and minimum Clang version with support

摘要: #1: C++11 Language FeatureC++11 ProposalAvailable in Clang? Rvalue references N2118 Clang 2.9 Rvalue references for *this N2439 Clang 2.9 Initializati 阅读全文

posted @ 2019-02-21 00:13 huangguanyuan 阅读(182) 评论(0) 推荐(0) 编辑

2019年2月18日

WiFi无线连接过程中有哪几个主要步骤?

摘要: WiFi无线连接过程中有哪几个主要步骤?[1]在使用WIFI功能时,经常性的操作是打开手机上的WiFi设备,搜索到心目中的热点,输入密码,联网成功,成功上网。这个看似简单的过程,背后却是隐藏着大量的无线通信技术。用几个专业术语来表示这个过程,分别是:扫描(Scanning)、认证(Authentic 阅读全文

posted @ 2019-02-18 09:35 huangguanyuan 阅读(2406) 评论(0) 推荐(0) 编辑

2019年2月11日

MAC OS X

摘要: [Metal Programming Guide]https://developer.apple.com/library/archive/documentation/Miscellaneous/Conceptual/MetalProgrammingGuide/Introduction/Introdu 阅读全文

posted @ 2019-02-11 18:02 huangguanyuan 阅读(303) 评论(0) 推荐(0) 编辑

2019年1月25日

Calling Mojo from Blink

摘要: Variants Let's assume we have a mojom file such as this: module example.mojom; interface Foo { SendData(string param1, array<int32> param2); }; module 阅读全文

posted @ 2019-01-25 18:14 huangguanyuan 阅读(340) 评论(0) 推荐(0) 编辑

Converting Legacy Chrome IPC To Mojo

摘要: Converting Legacy Chrome IPC To Mojo Looking for Mojo Documentation? Contents Overview Deciding What to Do Moving Messages to Services Moving Messages 阅读全文

posted @ 2019-01-25 18:12 huangguanyuan 阅读(1199) 评论(0) 推荐(0) 编辑

Mojo For Chromium Developers

摘要: Overview This document contains the minimum amount of information needed for a developer to start using Mojo in Chromium. For more detailed documentat 阅读全文

posted @ 2019-01-25 18:11 huangguanyuan 阅读(355) 评论(0) 推荐(0) 编辑

Mojo C++ Bindings API

摘要: This document is a subset of the Mojo documentation. Contents Overview Getting Started Interfaces Basic Usage InterfacePtr and InterfaceRequest Creati 阅读全文

posted @ 2019-01-25 17:53 huangguanyuan 阅读(761) 评论(0) 推荐(0) 编辑

Mojo C++ System API

摘要: This document is a subset of the Mojo documentation. Contents Overview Scoped, Typed Handles Message Pipes Data Pipes Shared Buffers Native Platform H 阅读全文

posted @ 2019-01-25 17:45 huangguanyuan 阅读(617) 评论(0) 推荐(0) 编辑

Mojo C System API

摘要: This document is a subset of the Mojo documentation. Contents Overview A Note About Multithreading A Note About Synchronization Result Codes Handles M 阅读全文

posted @ 2019-01-25 17:29 huangguanyuan 阅读(288) 评论(0) 推荐(0) 编辑

Mojo Core Embedder API

摘要: This document is a subset of the Mojo documentation. Contents Overview Basic Initialization IPC Initialization Connecting Two Processes Contents Overv 阅读全文

posted @ 2019-01-25 17:24 huangguanyuan 阅读(348) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页

导航