Get experience with the latest version of ArcGIS Maps SDK for Qt using the samples, which illustrate the variety of mapping and GIS capabilities you can add to your own applications. Samples in GitHub The code samples described on this page are also available on GitHub. With a free GitHub ac...
hello_cpp_worldVSDK00006A minimal hello world sample in C++. hello_worldVSDK00007A minimal hello world sample. imeVSDK00008Graphical dialog sample. microphoneVSDK00009Demonstration of microphone features. motionVSDK00010Prints accelerometer data. ...
Call native-side code from web-side code Key functions in AppWindow.cppAppWindow.cpp implements the application window, by doing the following:Set up all the Win32 controls. Initialize the WebView Environment and the WebView. Add event handlers to the WebView and create all the components ...
To stop the driver, typeNet stop ndisprot. You can build Prottest.exe from source code located in the \ndisprot\6x\test directory. To test the NDIS 6.0 driver, run prottest. For help on usage, runprottest -?. Windows Command PromptCopy usage:PROTTEST[options] <device...
For details, see Prerequisites for using the AWS CloudHSM Windows Client. // CloudHsmCngExampleConsole.cpp : Console application that demonstrates CNG capabilities. // This example contains the following functions. // // VerifyProvider() - Enumerate the registered providers and retrieve Cavium KSP...
汉诺塔问题.cpp 测试算术表达式.txt 测试逻辑表达式.txt 辗转相减法.txt Compile Sample语言编译器 包括Sample语言词法分析、语法分析、语义分析、中间代码生成、汇编代码生成 并将生成的汇编代码在简单虚拟机内运行。 抽象计算机的虚拟硬件配置如下所述: 1、内存为256×256个单元(64K),一个单元成为一个字,一个字有两...
VideoDecoderSampleModule/src/empty.cpp Copy the sample widget's files to the project in Tizen Studio: elementary_media_stream_source_sample/widget/* -> VideoDecoderSample/ elementary_media_stream_source_sample/src/* -> VideoDecoderSampleModule/ Add the necessary compiler and link...
As an alternative to the sample code in this topic, there's the source code for a production-ready version of a task completion source implementation in the cpp-async GitHub repo.This topic demonstrates how you can author and consume your own completion source class, similar to .NET's TaskCo...
The TextLayout.h/.cpp files wrap the DirectWrite text layout API. The FontDownloadListener.h/.cpp files wrap around DirectWrite lower-level APIs for interacting with the font download mechanism, and provide an implementation of the IDWriteFontDownloadListener interface, needed for responding to the...
Select the cloned copy of this folder, wait for the container to start, and try things out! Once you have this sample opened, you'll be able to work with it like you would locally. Some things to try: Edit: Openmain.cpp Try adding some code and check out the language features. ...