Oracle VM VirtualBox 4.1.40 Programming Guide and Reference5 for 10.5 and Python 2.5 and 2.6 for 10.6. 3See http://sourceforge.net/project/showfiles.php?group_id=78018. 24 2 Environment-specific notes See chapter 4, The VirtualBox shell, page 42 for more details object reference represent a session ID (which is the same for all objects in the same web service session, i.e. for all objects after one logon) and a unique object ID within that session. Managed object a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation and stored efficiently in hashes, so that the web0 码力 | 306 页 | 1.92 MB | 6 月前3
Oracle VM VirtualBox 4.2.32 Programming Guide and Reference5 for 10.5 and Python 2.5 and 2.6 for 10.6. 3See http://sourceforge.net/project/showfiles.php?group_id=78018. 25 2 Environment-specific notes See chapter 4, The VirtualBox shell, page 42 for more details object reference represent a session ID (which is the same for all objects in the same web service session, i.e. for all objects after one logon) and a unique object ID within that session. Managed object a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation and stored efficiently in hashes, so that the web0 码力 | 339 页 | 2.07 MB | 6 月前3
Oracle VM VirtualBox 4.3.36 Programming Guide and Reference5 for 10.5 and Python 2.5 and 2.6 for 10.6. 3See http://sourceforge.net/project/showfiles.php?group_id=78018. 27 2 Environment-specific notes See chapter 4, The VirtualBox shell, page 48 for more details object reference represent a session ID (which is the same for all objects in the same web service session, i.e. for all objects after one logon) and a unique object ID within that session. Managed object a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation and stored efficiently in hashes, so that the web0 码力 | 376 页 | 1.99 MB | 6 月前3
Oracle VM VirtualBox 4.3.12 Programming Guide and Reference5 for 10.5 and Python 2.5 and 2.6 for 10.6. 3See http://sourceforge.net/project/showfiles.php?group_id=78018. 27 2 Environment-specific notes See chapter 4, The VirtualBox shell, page 48 for more details object reference represent a session ID (which is the same for all objects in the same web service session, i.e. for all objects after one logon) and a unique object ID within that session. Managed object a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation and stored efficiently in hashes, so that the web0 码力 | 376 页 | 2.24 MB | 6 月前3
Oracle VM VirtualBox 5.2.40 Programming Guide and ReferenceThis means 2.6 and 2.7 for 10.9 and later. 3See http://sourceforge.net/project/showfiles.php?group_id=78018. 29 2 Environment-specific notes See chapter 4, The VirtualBox shell, page 50 for more details object reference represent a session ID (which is the same for all objects in the same web service session, i.e. for all objects after one logon) and a unique object ID within that session. Managed object a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation and stored efficiently in hashes, so that the web0 码力 | 422 页 | 2.45 MB | 6 月前3
Oracle VM VirtualBox 5.2.12 Programming Guide and ReferenceThis means 2.6 and 2.7 for 10.9 and later. 3See http://sourceforge.net/project/showfiles.php?group_id=78018. 29 2 Environment-specific notes See chapter 4, The VirtualBox shell, page 50 for more details object reference represent a session ID (which is the same for all objects in the same web service session, i.e. for all objects after one logon) and a unique object ID within that session. Managed object a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation and stored efficiently in hashes, so that the web0 码力 | 421 页 | 2.43 MB | 6 月前3
Neighborhoods Banding Together: Reasoning Globally about ProgramsTruth of a Procedure”😎 😈 😎 😎 😈 😎 😎 Caller 🤠 😈 🤠 🤠 😈 🤠 🤠 Called😎 😎 😎 😈 😎 🤠 😈 🤠 🤠 🤠 😎 Caller + 🤠 Called😎 😈 😎 😎 😈 😎 😎 Caller 🤠 😈 🤠 🤠 😈 🤠 🤠 Called😎 😎 😎 😎 😈 😎 🤠 😈 🤠 🤠 🤠 🤠 😎 😎 🤠 😎 Caller + 🤠 CalledOne Definition Rule Most named entities used in a program must be defined. Some may be defined only once (e.g., non-inline functions). pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. B: Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis0 码力 | 49 页 | 1.03 MB | 6 月前3
Making Libraries Consumable for Non-C++ Developerslater.What assumptions are being made? void get_size(size_t dev, long* size); Non-C/C++ language. Caller of get_size(). C/C++ binary. Provides get_size(). gcc and clang, sizeof(long) == sizeof(size_t) 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 Callee get_data_from() member function returns in caller provided memory. This is often unexpected but occurs using the MSVC compiler for x86 with stdcall (callee cleanup) or cdecl (caller cleanup). For non-MSVC, data_t0 码力 | 29 页 | 1.21 MB | 6 月前3
MuPDF 1.22.0 Documentationif performed concurrently in multiple threads. By leaving the exact implementation of locks to the caller MuPDF remains threading library agnostic. The following simple rules should be followed to ensure passing ownership: • lookup - return a value or borrowed pointer. • find - return an object that the caller is responsible for freeing. 2.6.2 Types Various different integer types are used throughout MuPDF document. • owner-password=PASSWORD Password required to edit document. • regenerate-id Regenerate document id (default yes). SVG output options: • text=text Emit text aselements (inaccurate 0 码力 | 175 页 | 698.87 KB | 8 月前3
Combining Co-Routines and Functions into a Job SystemThread + Job System + I/O Threads No blocking wait! Instead • Schedule a continuation • End/suspend caller Main thread Main thread P CD CD CD CD CR CR CR CR CR P I I I I I UI N I/O or Render not have a main or render thread. It‘s all jobs with one worker thread per core.‘‘ Axel Gneiting, ID Software, March 21 2020Helmut Hlavacs – Combining Co-Routines and Functions into a Job System - CppCon struct Function{}: std::function, thread, type and id for logging • Tags • Coroutines of type Coro • Thread, type and id with operator() • std::tuple and std::vector containing an 0 码力 | 39 页 | 1.23 MB | 6 月前3
共 277 条
- 1
- 2
- 3
- 4
- 5
- 6
- 28













