 MITRE Defense Agile Acquisition Guide - Mar 2014II. Implementing an Agile Approach 3 Deciding to Adopt an Agile Approach Agile represents a radical shift from industrial age processes to a modern management and development approach suited to the0 码力 | 74 页 | 3.57 MB | 5 月前3 MITRE Defense Agile Acquisition Guide - Mar 2014II. Implementing an Agile Approach 3 Deciding to Adopt an Agile Approach Agile represents a radical shift from industrial age processes to a modern management and development approach suited to the0 码力 | 74 页 | 3.57 MB | 5 月前3
 Cooperative C++ Evolution2 cppfront: Recap Safety for C++ 50 esp. guaranteed program-meaningful initialization Simplicity for C++ 10 esp. for programmers cppfront: What’s new Types, reflection, metafunctions, … Simplification CppCon 2019 Parameter passing d0708 CppCon 2020 Patmat using is and as P2392 CppCon 2021 Simplicity (goal: 10 less to know) Context-free, order independent “Zero-overhead” backward compatibility conferences9 cppfront: Recap Safety for C++ 50 esp. guaranteed program-meaningful initialization Simplicity for C++ 10 esp. for programmers cppfront: What’s new Types, reflection, metafunctions, … Simplification0 码力 | 85 页 | 5.73 MB | 6 月前3 Cooperative C++ Evolution2 cppfront: Recap Safety for C++ 50 esp. guaranteed program-meaningful initialization Simplicity for C++ 10 esp. for programmers cppfront: What’s new Types, reflection, metafunctions, … Simplification CppCon 2019 Parameter passing d0708 CppCon 2020 Patmat using is and as P2392 CppCon 2021 Simplicity (goal: 10 less to know) Context-free, order independent “Zero-overhead” backward compatibility conferences9 cppfront: Recap Safety for C++ 50 esp. guaranteed program-meaningful initialization Simplicity for C++ 10 esp. for programmers cppfront: What’s new Types, reflection, metafunctions, … Simplification0 码力 | 85 页 | 5.73 MB | 6 月前3
 Back to Basics Unit Testinginspect. What does "good code" mean for unit tests? Part 2: Code Readability 49Readability Simplicity! Jon Jagger: Unit tests should have a cyclomatic complexity of 1 Unit Tests should have no logic even more rare. Aspirational Goal, Not Rule “Simplicity is prerequisite for reliability.” ― Edsger W. Dijkstra Part 2: Code Readability Simplicity 50Readability float compute_pi() { return std::acos(-1); the code under test even if they don't know what it's supposed to do Part 2: Code Readability Simplicity 54Step 3: Interesting Conditions "Interesting" values derive from studying the algorithm and0 码力 | 109 页 | 4.13 MB | 6 月前3 Back to Basics Unit Testinginspect. What does "good code" mean for unit tests? Part 2: Code Readability 49Readability Simplicity! Jon Jagger: Unit tests should have a cyclomatic complexity of 1 Unit Tests should have no logic even more rare. Aspirational Goal, Not Rule “Simplicity is prerequisite for reliability.” ― Edsger W. Dijkstra Part 2: Code Readability Simplicity 50Readability float compute_pi() { return std::acos(-1); the code under test even if they don't know what it's supposed to do Part 2: Code Readability Simplicity 54Step 3: Interesting Conditions "Interesting" values derive from studying the algorithm and0 码力 | 109 页 | 4.13 MB | 6 月前3
 Find Code Reviews Valuable: Try Pair Programming, You'll Love It!Suggest Better ways Ask about Simplicity Remind about Evolution Identify Technical DebtWhat-If? Did you consider? Suggest Better ways Ask about Simplicity Remind about Evolution Identify Mistakes by Navigator Actual mistakesHow about… Discuss & implement Better ways Ensure Simplicity Enable Evolution Address Technical Debt Evaluate more options!High- Ownership Functional0 码力 | 38 页 | 3.76 MB | 6 月前3 Find Code Reviews Valuable: Try Pair Programming, You'll Love It!Suggest Better ways Ask about Simplicity Remind about Evolution Identify Technical DebtWhat-If? Did you consider? Suggest Better ways Ask about Simplicity Remind about Evolution Identify Mistakes by Navigator Actual mistakesHow about… Discuss & implement Better ways Ensure Simplicity Enable Evolution Address Technical Debt Evaluate more options!High- Ownership Functional0 码力 | 38 页 | 3.76 MB | 6 月前3
 Real-Time Unified Data Layers:
A New Era for Scalable Analytics,
Search, and AIdistributed systems. High-performance querying for analytics, search, and AI workloads at scale. SQL simplicity to unify access across divers data types, reducing complexity in querying distributed datasets ingestion and execute complex queries on very large data sets in the sub-second range. All with the simplicity of SQL. Optimizing for AI & Search is Difficult Optimizing for both structured analytics, full-text applications by enabling real-time vector search, anomaly detection, and predictive insights—all with SQL simplicity. 85.4 Ready for AI CrateDB is a foundational component for AI-driven enterprises, seamlessly0 码力 | 10 页 | 2.82 MB | 5 月前3 Real-Time Unified Data Layers:
A New Era for Scalable Analytics,
Search, and AIdistributed systems. High-performance querying for analytics, search, and AI workloads at scale. SQL simplicity to unify access across divers data types, reducing complexity in querying distributed datasets ingestion and execute complex queries on very large data sets in the sub-second range. All with the simplicity of SQL. Optimizing for AI & Search is Difficult Optimizing for both structured analytics, full-text applications by enabling real-time vector search, anomaly detection, and predictive insights—all with SQL simplicity. 85.4 Ready for AI CrateDB is a foundational component for AI-driven enterprises, seamlessly0 码力 | 10 页 | 2.82 MB | 5 月前3
 Julia 1.10.7 DocumentationOnly values, not variables, have types – variables are simply names bound to values, although for simplicity we may say "type of a variable" as shorthand for "type of the value to which a variable refers" actual definition of Julia's Rational immutable type (except that we omit the constructor here for simplicity), representing an exact ratio of integers: struct Rational{T<:Integer} <: Real num::T den::T Square Bracket U+023B6 \bbrktbrk Bottom Square Bracket Over Top Square Bracket U+023B7 \sqrtbottom Radical Symbol Bottom U+023B8 \lvboxline Left Vertical Box Line U+023B9 \rvboxline Right Vertical Box Line0 码力 | 1691 页 | 6.34 MB | 10 月前3 Julia 1.10.7 DocumentationOnly values, not variables, have types – variables are simply names bound to values, although for simplicity we may say "type of a variable" as shorthand for "type of the value to which a variable refers" actual definition of Julia's Rational immutable type (except that we omit the constructor here for simplicity), representing an exact ratio of integers: struct Rational{T<:Integer} <: Real num::T den::T Square Bracket U+023B6 \bbrktbrk Bottom Square Bracket Over Top Square Bracket U+023B7 \sqrtbottom Radical Symbol Bottom U+023B8 \lvboxline Left Vertical Box Line U+023B9 \rvboxline Right Vertical Box Line0 码力 | 1691 页 | 6.34 MB | 10 月前3
 Julia 1.10.6 DocumentationOnly values, not variables, have types – variables are simply names bound to values, although for simplicity we may say "type of a variable" as shorthand for "type of the value to which a variable refers" actual definition of Julia's Rational immutable type (except that we omit the constructor here for simplicity), representing an exact ratio of integers: struct Rational{T<:Integer} <: Real num::T den::T Square Bracket U+023B6 \bbrktbrk Bottom Square Bracket Over Top Square Bracket U+023B7 \sqrtbottom Radical Symbol Bottom U+023B8 \lvboxline Left Vertical Box Line U+023B9 \rvboxline Right Vertical Box Line0 码力 | 1691 页 | 6.33 MB | 10 月前3 Julia 1.10.6 DocumentationOnly values, not variables, have types – variables are simply names bound to values, although for simplicity we may say "type of a variable" as shorthand for "type of the value to which a variable refers" actual definition of Julia's Rational immutable type (except that we omit the constructor here for simplicity), representing an exact ratio of integers: struct Rational{T<:Integer} <: Real num::T den::T Square Bracket U+023B6 \bbrktbrk Bottom Square Bracket Over Top Square Bracket U+023B7 \sqrtbottom Radical Symbol Bottom U+023B8 \lvboxline Left Vertical Box Line U+023B9 \rvboxline Right Vertical Box Line0 码力 | 1691 页 | 6.33 MB | 10 月前3
 julia 1.10.8 documentationOnly values, not variables, have types – variables are simply names bound to values, although for simplicity we may say "type of a variable" as shorthand for "type of the value to which a variable refers" actual definition of Julia's Rational immutable type (except that we omit the constructor here for simplicity), representing an exact ratio of integers: struct Rational{T<:Integer} <: Real num::T den::T Square Bracket U+023B6 \bbrktbrk Bottom Square Bracket Over Top Square Bracket U+023B7 \sqrtbottom Radical Symbol Bottom U+023B8 \lvboxline Left Vertical Box Line U+023B9 \rvboxline Right Vertical Box Line0 码力 | 1692 页 | 6.34 MB | 8 月前3 julia 1.10.8 documentationOnly values, not variables, have types – variables are simply names bound to values, although for simplicity we may say "type of a variable" as shorthand for "type of the value to which a variable refers" actual definition of Julia's Rational immutable type (except that we omit the constructor here for simplicity), representing an exact ratio of integers: struct Rational{T<:Integer} <: Real num::T den::T Square Bracket U+023B6 \bbrktbrk Bottom Square Bracket Over Top Square Bracket U+023B7 \sqrtbottom Radical Symbol Bottom U+023B8 \lvboxline Left Vertical Box Line U+023B9 \rvboxline Right Vertical Box Line0 码力 | 1692 页 | 6.34 MB | 8 月前3
 Julia 1.11.0-rc4 DocumentationOnly values, not variables, have types – variables are simply names bound to values, although for simplicity we may say "type of a variable" as shorthand for "type of the value to which a variable refers" actual definition of Julia's Rational immutable type (except that we omit the constructor here for simplicity), representing an exact ratio of integers: struct Rational{T<:Integer} <: Real num::T den::T Square Bracket U+023B6 \bbrktbrk Bottom Square Bracket Over Top Square Bracket U+023B7 \sqrtbottom Radical Symbol Bottom U+023B8 \lvboxline Left Vertical Box Line U+023B9 \rvboxline Right Vertical Box Line0 码力 | 1985 页 | 6.67 MB | 10 月前3 Julia 1.11.0-rc4 DocumentationOnly values, not variables, have types – variables are simply names bound to values, although for simplicity we may say "type of a variable" as shorthand for "type of the value to which a variable refers" actual definition of Julia's Rational immutable type (except that we omit the constructor here for simplicity), representing an exact ratio of integers: struct Rational{T<:Integer} <: Real num::T den::T Square Bracket U+023B6 \bbrktbrk Bottom Square Bracket Over Top Square Bracket U+023B7 \sqrtbottom Radical Symbol Bottom U+023B8 \lvboxline Left Vertical Box Line U+023B9 \rvboxline Right Vertical Box Line0 码力 | 1985 页 | 6.67 MB | 10 月前3
 Julia 1.11.0 DocumentationOnly values, not variables, have types – variables are simply names bound to values, although for simplicity we may say "type of a variable" as shorthand for "type of the value to which a variable refers" actual definition of Julia's Rational immutable type (except that we omit the constructor here for simplicity), representing an exact ratio of integers: struct Rational{T<:Integer} <: Real num::T den::T Square Bracket U+023B6 \bbrktbrk Bottom Square Bracket Over Top Square Bracket U+023B7 \sqrtbottom Radical Symbol Bottom U+023B8 \lvboxline Left Vertical Box Line U+023B9 \rvboxline Right Vertical Box Line0 码力 | 1987 页 | 6.67 MB | 10 月前3 Julia 1.11.0 DocumentationOnly values, not variables, have types – variables are simply names bound to values, although for simplicity we may say "type of a variable" as shorthand for "type of the value to which a variable refers" actual definition of Julia's Rational immutable type (except that we omit the constructor here for simplicity), representing an exact ratio of integers: struct Rational{T<:Integer} <: Real num::T den::T Square Bracket U+023B6 \bbrktbrk Bottom Square Bracket Over Top Square Bracket U+023B7 \sqrtbottom Radical Symbol Bottom U+023B8 \lvboxline Left Vertical Box Line U+023B9 \rvboxline Right Vertical Box Line0 码力 | 1987 页 | 6.67 MB | 10 月前3
共 77 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8














 
 