CMake Configuration for Asio Basic Library and Testscppcon_add_library(basic LIBRARIES Asio::asio) add_subdirectory(tests)0 码力 | 1 页 | 71.00 B | 1 年前3
Julia v1.2.0 Documentationadvanced example 233 Optionally-generated functions 235 26 Multi-dimensional Arrays 237 26.1 Basic Functions 237 26.2 Construction and Initialization 238 26.3 Concatenation 239 26.4 Typed array Missing Values 259 27.7 Logical Operations on Arrays 260 28 Networking and Streams 263 28.1 Basic Stream I/O 263 28.2 Text I/O 264 28.3 IO Output Contextual Properties 265 28.4 Working with 355 Environment stacks ..... 358 38.4 Conclusion ..... 358 39 Profiling ..... 359 39.1 Basic usage ..... 359 39.2 Accumulation and clearing ..... 362 39.3 Options for controlling the display0 码力 | 1250 页 | 4.29 MB | 2 年前3
CMakeLists.txtadd_subdirectory(async_initiate) add_subdirectory(basic) add_subdirectory(complete) add_subdirectory(no_service) add_subdirectory(service)0 码力 | 1 页 | 139.00 B | 1 年前3
httpd 2.4.17 中文文档anyway. • configure: dynamic modules (DSO) are built by default - configure: By default, only a basic set of modules is loaded. The other LoadModule directives are commented out in the configuration file dump the pre- parsed configuration to stdout during server startup. ## mod auth basic New generic mechanism to fake basic authentication (available in 2.4.5 and later). ## Program Enhancements ## fcgistarter offer better support for digest authentication. For example, mod\_auth is now split into mod\_auth\_basic and mod\_authn\_file; mod\_auth\_dbm is now called mod\_authn\_dbm; mod\_access has been renamed mod\_authz\_host0 码力 | 2455 页 | 1.88 MB | 1 年前3
C++高性能并行编程与优化 - 课件 - 15 C++ 系列课:字符与字符串inline basic_stringoperator""s(const char* __str, size_t __len) { return basic_string |_{_str, __len}; } #ifdef _GLIBCXX_USE_WCHAR_T _GLIBCXX_DEFAULT_ABI_TAG inline basic_string basic_string operator""s(const wchar_t* __str, size_t __len) { return basic_string {-__str, __len}; } #endif ## std::literials::chrono_literials operator""h(long double __hours) (since C++11) • 相当于 js 的 parseInt/parseFloat/parseDouble。 https://en.cppreference.com/w/cpp/string/basic_string/stol ## stoi 应用案例 4 int main() { 3 auto s = "42"s; 2 0 码力 | 162 页 | 40.20 MB | 2 年前3
C++23: An Overview of Almost All New and Updated Featuresstd::flat_(multi)map / std::flat_(multi)set std::mdspan std::generator basic_string(_view):contains() • Construct string(_view) From nullptr basic_string::resize_and_overwrite() Monadic Operations for std::optional std::flat_(multi)map / std::flat_(multi)set std::mdspan std::generator basic_string(_view):contains() • Construct string(_view) From nullptr basic_string::resize_and_overwrite() Monadic Operations for std::optional std::flat_(multi)map / std::flat_(multi)set std::mdspan std::generator basic_string(_view):contains() • Construct string(_view) From nullptr basic_string::resize_and_overwrite() Monadic Operations for std::optional0 码力 | 105 页 | 759.96 KB | 1 年前3
Laravel 5.0 Documentation
Setup v. Daily Usage v. Ports 4. The Basics i. Routing ii. Basic Routing iii. CSRF Protection iv. Method Spoofing v. Route Parameters Registering Middleware iv. Terminable Middleware iii. Controllers i. Introduction ii. Basic Controllers iii. Controller Middleware iv. Implicit Controllers v. RESTful Resource Request Information v. Responses i. Basic Responses ii. Redirects iii. Other Responses iv. Response Macros vi. Views i. Basic Usage ii. View Composers Architecture0 码力 | 242 页 | 1.44 MB | 2 年前3
The Shapes of Multidimensional Arrayslibrary P1635: A Design for an Inter-Operable and Customizable Linear Algebra Library ## On BLAS (Basic Linear Algebra Subprograms) ☑ P1673: A free function linear algebra interface based on the BLAS hyperspheres, ...) Layered approach ## Standardization by layers ☑ non-owning references to arrays ☑ basic algorithms/operations ☑ owning arrays ■ overloaded operators ■ geometric aspects ■ ... ## The layout_right; class layout_stride; // [mdspan.accessor.basic] templateclass accessor_basic; // [mdspan.basic], class template mdspan template 0 码力 | 62 页 | 1.38 MB | 1 年前3
Unraveling string_view: Basics, Benefits, and Best PracticesT">> class basic_string_view; } ## I t is present in headerThere are some common type霞fs namespace std { typedef basic_string_view string_view; typedef basic_string_view basic_string_view u16string_view; typedef basic_string_view u32string_view; typedef basic_string_view wstring_view; // C++ 20 typedef basic_string_view u8string_view; } // namespace constexpr basic_string_view() noexcept; constexpr basic_string_view(const basic_string_view& other) noexcept = default; constexpr basic_string_view(const CharT* s, size_type count); constexpr basic_string_view(const 0 码力 | 61 页 | 1.11 MB | 1 年前3
Go 101 (Golang 101) v1.21.0Familiar With Go Code §4. Introduction of Source Code Elements o §5. Keywords and Identifiers §6. Basic Types and Their Value Literals ◦ §7. Constants and Variables - also introduces untyped values and §10. Code Packages and Package Imports §11. Expressions, Statements and Simple Statements §12. Basic Control Flows §13. Goroutines, Deferred Function Calls and Panic/Recover ## • Go Type System o details than before. It was the time to restart the plan of writing a Go book. I wrote another ten basic tutorial articles and twenty more articles on all kinds of other Go topics. So now Go 101 has about0 码力 | 630 页 | 3.77 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
CMake配置Asio基本库测试Linear AlgebraDocumentationMultithreadingControl FlowBasic OperationsCMakeLists.txtadd_subdirectoryasync_initiatebasiccompletemod_auth_basicmod_authn_filemod_authnz_ldapmod_authz_hostmod_infostd::stringstring_viewC字符串小字符串优化vectorExplicit Object ParametersString Formatting Improvementsstd::mdspanstd::generatorstd::expectedLaravel 5.0升级指南ComposerEloquentMiddleware多维数组标准化EDSL通用性性能span性能优化内存分配Go语言类型系统并发编程通道函数













