Visualize Time Enabled Data using ArcGIS Qt (C++) and ToolkitGela Malek Pour gmalekpour@esri.com Visualize Time Enabled Data using ArcGIS Qt (C++) and ToolkitAbout Esri • We build mapping technology that our customers use to solve the world’s most complex challenges offer solutions to apply location-based analytics to business practices - Visualize and analyze data more effectively - Collaborate and share maps, apps and reports easily • Headquartered in Southern worldPurpose of this talk • Showcase a quick way to create a desktop app to visualize time enabled data • Setup the development environment using Esri templates • Use the ArcGIS toolkit to use already0 码力 | 10 页 | 734.09 KB | 6 月前3
Using the Microsoft Graph API to get Office 365 data in your mobile appsUsing the Microsoft Graph API to get Office 365 data in your mobile apps Alex Ziskind Technical Director @digitalix www.nuvious.com Hi, I’m Alex From + 750 Million 50 Million per month Problems0 码力 | 15 页 | 7.00 MB | 1 年前3
唐刚 - Use Rust to Develop the Decentralized Open Data Application - RustChinaConf2023第三届中国 Rust 开发者大会 Use Rust to Develop the Decentralized Open Data Application Mike Tang daogangtang@gmail.com @daogangtang 2023-06-08 ➔ 裁员 ➔ 互联网格局定型 ➔ 平台倒闭,数据丢失 这是一个什么时代? 互联网的终局 创业 -> 种子 dataset, data will increase quickly on any dimension. ➔ Multiple dimensions Dataset Models ➔ What is open data? Build an internet platform, but open its data to everyone. ➔ Why we need open data? The The business of the closed data model has been at the end. A New Proposal: Open Data Application The Road to Open Web ➔ From the user side, it looks like just the traditional Internet app ➔ But everyone0 码力 | 30 页 | 2.53 MB | 1 年前3
Bringing Existing Code to CUDA Using constexpr and std::pmrto both the CPU and GPU using a single pointer. The key is that the system automatically migrates data allocated in Unified Memory between host and device...” -- https://developer.nvidia.com/blog/un to both the CPU and GPU using a single pointer. The key is that the system automatically migrates data allocated in Unified Memory between host and device….” -- https://developer.nvidia.com/blog/uni dimensions of vectors/matrices available at compile time. 49 |Concluding RemarksAustralia’s National Science Agency Bowie Owens bowie.owens@csiro.au Questions?0 码力 | 51 页 | 3.68 MB | 6 月前3
THE FIRST EXPLORATION OF PROJECT SPARROWJun 18, 2023 An indie developer from China The main translator of the book «Gray Hat Hacking The Ethical Hacker's Handbook, Fourth Edition» (ISBN : 9787302428671) RECEIVE_DATA and writing to TRANSMIT_DATA were implemented in Rust: III. Sparrow Development Take a look at how the reading from RECEIVE_DATA and writing to TRANSMIT_DATA were0 码力 | 68 页 | 13.14 MB | 1 年前3
C++23: An Overview of Almost All New and Updated Featuresvoid g() const &; void h() &&; Those can be rewritten as: void f(this Data&); void g(this const Data&); void h(this Data&&);9 Explicit Object Parameters Classes often have const and non-const accessing multidimensional data: Function call: data(x, y, z) Multiple levels of array indexing: data[x][y][z] C++23 Multidimensional subscript operator: data[x, y, z] E.g.: T& operator[](size_t corresponding to std::size_t22 Literal Suffix for size_t Use case: std::vector data{ 11, 22, 33 }; for (auto i = 0, count = data.size(); i < count; ++i) { /* ... */ } Doesn’t compile: i is deduced as int0 码力 | 105 页 | 759.96 KB | 6 月前3
使用硬件加速Tokio - 戴翔>2 shows advantage From the Pictures: • SW channels depicted in red and yellow line drop with the core count increasing because of data race among Ps and Cs. • DLB channel depicted in blue line scales channels depicted in origin and purple line, drop with the number of P increasing and reach to a stable data. • DLB channel depicted in blue line increases at first and then keeps stable. Note: • All are0 码力 | 17 页 | 1.66 MB | 1 年前3
NativeScript 101padding-bottom o padding-left o visibility o opacity Supported Selectors o Element Type o button { color: red; } o Class o .mybutton { color: green; } o ID o #myButton { color: #f7f7f7; } Sass & LESS o Use0 码力 | 90 页 | 40.11 MB | 1 年前3
Secure your microservices with istio step by stepthe ratings service. ● Reviews-v2 ○ calls ratings, black stars ● Reviews-v3 ○ calls ratings, red stars Initializing services 1) Deploy bookinfo services with istio sidecar without reviews-v2 2)0 码力 | 34 页 | 67.93 MB | 1 年前3
Making Libraries Consumable for Non-C++ Developersisn’t being declared? struct data_t { int a; int b; }; /* Get data from device ‘dev’. */ data_t get_data_from(size_t dev); What defines how dev is passed or data_t is returned? Calling conventions… being used here? push ... call data_t get_data_from(unsigned int) add esp, 4 add eax, edx Caller cleanup (cdecl) push ... call data_t get_data_from(unsigned int) add eax, edx cleanup (stdcall) data_t d = get_data_from(dev); return d.a + d.b;What isn’t being declared? struct data_t { int a; int b; }; /* Get data from device ‘dev’. */ data_t get_data_from(size_t dev);0 码力 | 29 页 | 1.21 MB | 6 月前3
共 40 条
- 1
- 2
- 3
- 4
相关搜索词
VisualizeTimeEnabledDatausingArcGISQtC++andToolkitalexziskindpptx唐刚UseRusttoDeveloptheDecentralizedOpenApplicationRustChinaConf2023BringingExistingCodeCUDAUsingconstexprstdpmr李枫2023RustChinaConf__SparrowFengLi20230614aofficialtemplate23AnOverviewofAlmostAllNewUpdatedFeatures戴翔使用硬件加速硬件加速TokioNativeScript101SecureyourmicroserviceswithistiostepbyMakingLibrariesConsumableforNonDevelopers













