积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(102)C++(41)Python(36)Julia(18)Conda(16)数据库(11)TiDB(10)系统运维(9)云计算&大数据(8)综合其他(7)

语言

全部英语(108)中文(简体)(12)中文(繁体)(10)日语(2)zh(2)韩语(1)ro(1)

格式

全部PDF文档 PDF(127)DOC文档 DOC(6)其他文档 其他(3)PPT文档 PPT(2)
 
本次搜索耗时 0.278 秒,为您找到相关结果约 138 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Julia
  • Conda
  • 数据库
  • TiDB
  • 系统运维
  • 云计算&大数据
  • 综合其他
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • zh
  • 韩语
  • ro
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 CurveBS IO Processing Flow

    CurveBS I/O processing flow Before introducing IO processing flow, we first describe the overall architecture, data organization and topology structure of CURVE. CurveBS uses the central the NEBDServer, which affects services in few seconds. CurveBS IO processing flow Overall process The flow of user's read and write request to curve: 1. The user initiates a request (fd=1 6. At last, the Client notifies the user that the request is completed.Chunkserver processing flow CopysetNode is essentially a wrapper around the RAFT algorithm. The Copyset module encapsulates
    0 码力 | 13 页 | 2.03 MB | 6 月前
    3
  • pdf文档 Compile-Time Validation

    vec[index] = 0; // valid vec.clear(); vec[index] = 2; // invalid }Goals – Control Flow Validate based of control flow for: if/else, for loops, etc... void foo() { my_vector vec = { /* ... */ });Control Flow Record and validate control flow enum class control_flow { if_, else_if, for_, return_, /*...*/ }; if (cond) { M::addflow::if_>; } M::addflow::end_scope>;Macro }));Control Flow - Parsing Parse string of code into a control flow enum value constexpr control_flow parse_control(std::string_view str) { if (str == "{") return control_flow::start_scope;
    0 码力 | 137 页 | 1.70 MB | 6 月前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    is destroyed Stack-based (automatic) data objects • Is symmetry to define state based on control-flow (static lexical scoping) • Edge cases managed by the C++ Standard (Guaranteed!) “The compiler giveth is destroyed Stack-based (automatic) data objects • Is symmetry to define state based on control-flow (static lexical scoping) • Edge cases managed by the C++ Standard (Guaranteed!) “The compiler giveth taketh away” Heap-based (dynamic) data objects • Is symmetry to define state independent of control-flow (static lexical scoping) • Edge cases managed by the developer “The developer giveth, and the developer
    0 码力 | 151 页 | 3.20 MB | 6 月前
    3
  • pdf文档 Code Analysis++

    ● Lifetime safety ● Data Flow Analysis● DFA analyzes the data: ● Function parameters/ arguments ● Function return value ● Fields and global variables Data Flow Analysis – Condition is always }Data Flow Analysis – void linked_list::process() { for (node *pt = head; pt != nullptr; pt = pt->next) { delete pt; } } Local variable may point to deallocated memoryData Flow Analysis recursion ● Unused values ● Null dereference ● Escape analysis ● Dangling pointers Data Flow Analysis – class Deref { int* foo() { return nullptr; } public: void bar()
    0 码力 | 61 页 | 2.70 MB | 6 月前
    3
  • pdf文档 Exceptionally Bad: The Story on the Misuse of Exceptions and How to Do Better

    Exceptions were designed for ? • Program has encountered a serious error, and getting out of this control flow to prevent data corruption or other damage is more important than trying to continue onward. • handling if the event doesn't occur often, that is, if the event is truly exceptional How much of your flow (upper-bound) should be taking exception paths ? • Does anyone measure this ? How do I handle “frequent” functionality (as opposed to logging and reset) 66 Bloomberg Exceptional Control Flow68 Bloomberg Exceptional Control Flow bool process(const Info& data) { try { Msg request = apply(data); return send(request);
    0 码力 | 85 页 | 2.32 MB | 6 月前
    3
  • word文档 Pomodoro Technique

    Pomodoro is a technique for increasing productivity and focus by getting yourself into a state a Flow. Basic requirements ① A kitchen timer ② A short to-do list [2] ③ A little discipline [2] • Turn timetable according to your to-dos, to your time, or even to the seasonWhy does this work? (Theory) Flow: The Psychology of Optimal Experience by Mihaly Csikszentmihalyi [3] From Amazon.com Psychologist revealed that what makes an experience genuinely satisfying is a state of consciousness called flow. During flow, people typically experience deep enjoyment, creativity, and a total involvement with life
    0 码力 | 3 页 | 289.16 KB | 5 月前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    write • The diagram illustrates that, just like a road without bottlenecks allows for smooth traffic flow, we need to ensures that all operations run efficiently. Fanchen Su, XOffsetDatastructure, CppCon Encoding and Zero Decoding • As illustrated in the diagram, our solution enables free and efficient flow of data through all stages: reading, writing, sending and receiving data. • The ability to freely XOffsetDatastructure, CppCon 2024 61 Send & Recv Send & Recv Read & Write Read & Write Read & Write Data Flow4. Performance Statistics The performance statistics of XOffsetDatastructure are presented in this
    0 码力 | 111 页 | 3.03 MB | 6 月前
    3
  • pdf文档 Trends Artificial Intelligence

    Cash Flow Over Ten Years to $389B… 113 *Note: Big Six USA technology companies include Apple, Nvidia, Microsoft, Alphabet / Google, Amazon, & Meta Platforms / Facebook. FCF calculated as cash flow from Amazon Meta 2014 2019 2024 Free Cash Flow, $B Tech Big Six (USA) = Loaded With Cash to Spend on AI & CapEx Big Six* Public Technology Companies – Free Cash Flow ($B) – 2014-2024, per Capital IQ…Big Six* with market capitalizations in excess of $1 trillion – most with gross margins of +50% plus free cash flow – attacking the same opportunity at the same time in a relatively transparent world, adding in high
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 TiDB v8.5 Documentation

    policies for low priority tasks. TiKV ensures that higher priority tasks are executed first by adding flow control to low priority tasks. PD cert- �→ allowed �→ -cn Modified Starting from v8.4.0, configur- when handling a large number of DELETE versions #17269 @AndreMouche • Support dynamically modifying flow-control configurations for write operations #17395 @glorv • Improve the speed of Region Merge in Y Y Y Y Y Y Y Y JSON type Y Y Y Y Y Y Y E E E E E Vectort types E N N N N N N N N N N N Control flow functions Y Y Y Y Y Y Y Y Y Y Y Y String functions Y Y Y Y Y Y Y Y Y Y Y Y Numeric functions and
    0 码力 | 6730 页 | 111.36 MB | 10 月前
    3
  • pdf文档 TiDB v8.4 Documentation

    policies for low priority tasks. TiKV ensures that higher priority tasks are executed first by adding flow control to low priority tasks. PD cert- �→ allowed �→ -cn Modified Starting from v8.4.0, configur- when handling a large number of DELETE versions #17269 @AndreMouche • Support dynamically modifying flow-control configurations for write operations #17395 @glorv • Improve the speed of Region Merge in Y Y Y Y Y Y Y Y JSON type Y Y Y Y Y Y Y E E E E E Vectort types E N N N N N N N N N N N Control flow functions Y Y Y Y Y Y Y Y Y Y Y Y String functions Y Y Y Y Y Y Y Y Y Y Y Y Numeric functions and
    0 码力 | 6705 页 | 110.86 MB | 10 月前
    3
共 138 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 14
前往
页
相关搜索词
CurveBSIOProcessingFlowCompileTimeValidationTheRolesofSymmetryAndOrthogonalityInDesignCodeAnalysis++ExceptionallyBadStoryontheMisuseExceptionsandHowtoDoBetterPomodoroTechniqueUsingModernC++BuildXOffsetDatastructureTrendsArtificialIntelligenceTiDBv8Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩