Dynamically Loaded Libraries Outside the Standard
LoadModule directive • C extension for CPython (.pyd on Windows) – import module_name • Java Native Interface (JNI) – System.loadLibrary(name) Customized file formats for dynamic loading9 CppCon 2021 | #include | • Loadable module being used in a different language • Accessed through a Foreign Function Interface (FFI) How foreign is foreign?40 CppCon 2021 | from ctypes import CDLL, c_double x = (c_double programmatically get extra functionality?47 CppCon 2021 | • Generic Graphics Library (GEGL) from GIMP • Adding-removing functionalities by dragging & dropping files Case: GEGL48 CppCon 2021 | PLUGINAPP_API0 码力 | 100 页 | 3.98 MB | 5 月前3Oracle VM VirtualBox 5.2.40 Programming Guide and Reference
. . . . . . . . . . . 394 7.3 Guest software interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 7.3.1 The guest driver interface . . . . . . . . . . . . . . . . . . . . . . . . . . 394 7.3.2 Guest application interface . . . . . . . . . . . . . . . . . . . . . . . . . 396 7.4 HGCM Service Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . 397 8 RDP Web Control third-party developers. This Software Devel- opment Kit (SDK) contains all the documentation and interface files that are needed to write code that interacts with VirtualBox. 1.1 Modularity: the building0 码力 | 422 页 | 2.45 MB | 6 月前3Oracle VM VirtualBox 5.2.12 Programming Guide and Reference
. . . . . . . . . . . 393 7.3 Guest software interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 7.3.1 The guest driver interface . . . . . . . . . . . . . . . . . . . . . . . . . . 393 7.3.2 Guest application interface . . . . . . . . . . . . . . . . . . . . . . . . . 395 7.4 HGCM Service Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 8 RDP Web Control third-party developers. This Software Devel- opment Kit (SDK) contains all the documentation and interface files that are needed to write code that interacts with VirtualBox. 1.1 Modularity: the building0 码力 | 421 页 | 2.43 MB | 6 月前3Oracle VM VirtualBox 4.3.36 Programming Guide and Reference
. . . . . . . . 354 7.3 Guest software interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354 17 Contents 7.3.1 The guest driver interface . . . . . . . . . . . . . . . . . . . . . . . . . . 354 7.3.2 Guest application interface . . . . . . . . . . . . . . . . . . . . . . . . . 356 7.4 HGCM Service Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 8 RDP third-party developers. This Software Devel- opment Kit (SDK) contains all the documentation and interface files that are needed to write code that interacts with VirtualBox. 1.1 Modularity: the building0 码力 | 376 页 | 1.99 MB | 6 月前3Oracle VM VirtualBox 4.3.12 Programming Guide and Reference
. . . . . . . . 354 7.3 Guest software interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354 17 Contents 7.3.1 The guest driver interface . . . . . . . . . . . . . . . . . . . . . . . . . . 354 7.3.2 Guest application interface . . . . . . . . . . . . . . . . . . . . . . . . . 356 7.4 HGCM Service Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 8 RDP third-party developers. This Software Devel- opment Kit (SDK) contains all the documentation and interface files that are needed to write code that interacts with VirtualBox. 1.1 Modularity: the building0 码力 | 376 页 | 2.24 MB | 6 月前3Oracle VM VirtualBox 4.1.40 Programming Guide and Reference
. . . . . . . . . . . 288 7.3 Guest software interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 288 7.3.1 The guest driver interface . . . . . . . . . . . . . . . . . . . . . . . . . . 288 7.3.2 Guest application interface . . . . . . . . . . . . . . . . . . . . . . . . . 290 7.4 HGCM Service Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . 291 8 RDP Web Control third-party developers. This Software Devel- opment Kit (SDK) contains all the documentation and interface files that are needed to write code that interacts with VirtualBox. 1.1 Modularity: the building0 码力 | 306 页 | 1.92 MB | 6 月前3Oracle VM VirtualBox 4.2.32 Programming Guide and Reference
. . . . . . . . . . . 318 7.3 Guest software interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318 7.3.1 The guest driver interface . . . . . . . . . . . . . . . . . . . . . . . . . . 318 7.3.2 Guest application interface . . . . . . . . . . . . . . . . . . . . . . . . . 320 7.4 HGCM Service Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 8 RDP Web Control third-party developers. This Software Devel- opment Kit (SDK) contains all the documentation and interface files that are needed to write code that interacts with VirtualBox. 1.1 Modularity: the building0 码力 | 339 页 | 2.07 MB | 6 月前3Why Loops End
loop is repeated, and • is not separated from the loop by a function interface?result_type function_name ( parameter_list ) interface { // preconditions… implementation; // postconditions… } The The calling function is responsible for the top part of the interface. The called function is responsible for the bottom part of the interface.😈 Let’s call that sort of reason a local reason. Does the ensure that a and b remain stable during the operation. bool operator==( const int a, const int b ) interface { extend_stability a, b; discern a, b; implementation; transfer_stability result; discern result;0 码力 | 134 页 | 1.30 MB | 5 月前3Oracle VM VirtualBox 5.2.40 User Manual
folders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 3.13 User Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 3.14 Alternative firmware 11.1 Configuring the address of a NAT network interface . . . . . . . . . . . 209 9.11.2 Configuring the boot server (next server) of a NAT network interface . . 210 9.11.3 Tuning TCP/IP buffers for NAT NAT . . . . . . . . . . . . . . . . . . . . . . . 210 9.11.4 Binding NAT sockets to a specific interface . . . . . . . . . . . . . . . . 210 9.11.5 Enabling DNS proxy in NAT mode . . . . . . . . . . . .0 码力 | 387 页 | 4.27 MB | 6 月前3Oracle VM VirtualBox 4.1.40 User Manual
11.1 Configuring the address of a NAT network interface . . . . . . . . . . . 157 9.11.2 Configuring the boot server (next server) of a NAT network interface . . 157 9.11.3 Tuning TCP/IP buffers for NAT NAT . . . . . . . . . . . . . . . . . . . . . . . 157 9.11.4 Binding NAT sockets to a specific interface . . . . . . . . . . . . . . . . 158 9.11.5 Enabling DNS proxy in NAT mode . . . . . . . . . . . . and how to get your first virtual machine running with the easy-to-use VirtualBox graphical user interface. Subsequent chapters will go into much more detail covering more powerful tools and features, but0 码力 | 310 页 | 4.87 MB | 6 月前3
共 188 条
- 1
- 2
- 3
- 4
- 5
- 6
- 19