积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(598)Python(154)云计算&大数据(126)数据库(108)C++(101)Julia(87)VirtualBox(84)UML(74)综合其他(63)Conan(63)

语言

全部英语(762)中文(简体)(112)中文(繁体)(33)韩语(13)西班牙语(12)法语(12)俄语(11)德语(8)日语(5)英语(4)

格式

全部PDF文档 PDF(815)其他文档 其他(154)PPT文档 PPT(2)DOC文档 DOC(1)
 
本次搜索耗时 0.045 秒,为您找到相关结果约 972 个.
  • 全部
  • 后端开发
  • Python
  • 云计算&大数据
  • 数据库
  • C++
  • Julia
  • VirtualBox
  • UML
  • 综合其他
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • 西班牙语
  • 法语
  • 俄语
  • 德语
  • 日语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Apache OpenWhisk + Kubernetes: A Perfect Match for Your Serverless Platform

    Apache OpenWhisk + Kubernetes: A Perfect Match for Your Serverless Platform Ying Chun Guo guoyingc@cn.ibm.com Zhou Xing xingzhou@qiyi.com Agenda • What is serverless? • Kubernetes + Apache
    0 码力 | 24 页 | 3.53 MB | 1 年前
    3
  • pdf文档 Forwarding References

    making it possible to forward it by means of std::forward. CppCon 2023 | Forwarding References Perfect Forwarding 33Forwarding references preserve the value category of a function argument, making it lvalue\n"; } void f(int&&) { std::cout << "rvalue\n"; } CppCon 2023 | Forwarding References Perfect Forwarding 33Forwarding references preserve the value category of a function argument, making it wrapper(T&& v) { do_something(); f(std::forward(v)); } CppCon 2023 | Forwarding References Perfect Forwarding 33Forwarding references preserve the value category of a function argument, making it
    0 码力 | 107 页 | 3.72 MB | 5 月前
    3
  • pdf文档 Back to Basics: Move Semantics

    josuttis | eckstein err 3 下Tcommunication C++ Move Semantics Perfect Forwarding ES josuttis | eckstein Ci C++ Move Semantics Motivation for Perfect Forwarding 1/2 *, Overloading for constinon-const lvalues and rvalues: class c 1 用 void foo(const eckstein err Tcommunication Motivation for Perfect Forwarding 2/2 *。 Forward move semantics in helper func: class c 1 用 void foo(const ci); Jread-only
    0 码力 | 23 页 | 1020.10 KB | 5 月前
    3
  • pdf文档 Solving Nim by the Use of Machine Learning

    of algorithms can often be good at finding good enough solutions, that is solutions which arent perfect, yet still good. In this paper the problem which will be explored is how proficient it will be at removed from. 1 class PerfectPlayer : 2 #This method applies the deterministic algorithm for making perfect moves in Nim , and returns the index of the move and the amoiunt of counters removed. 3 def makeMove(self the program(which also runs the training), taking the time it uses for this. (b) Play against the perfect player(which uses the deterministic algorithm), for each state the program can win(that is those
    0 码力 | 109 页 | 6.58 MB | 1 年前
    3
  • pdf文档 Rethinking Task Based Concurrency and Parallelism for Low Latency C++

    contract with zero additional overhead.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Properties of a Signal Tree Perfect Binary Tree: ● Internal nodes have two children ● Leaf nodes all at the same level Leaf Nodes Internal nodes are sum of children0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Properties of a Signal Tree Perfect Binary Tree: ● Internal nodes have two children ● Leaf nodes all at the same level Leaf Nodes Internal nodes are sum of children0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Properties of a Signal Tree Perfect Binary Tree: ● Internal nodes have two children ● Leaf nodes all at the same level Leaf Nodes
    0 码力 | 142 页 | 2.80 MB | 5 月前
    3
  • pdf文档 Rust算法教程 The Algos (algorithms)

    pub fn is_perfect_number(num: usize) -> bool { let mut sum = 0; for i in 1..num - 1 { if num % i == 0 { sum += i; } } num == sum } pub fn perfect_numbers(max: Vec::new(); // It is not known if there are any odd perfect numbers, so we go around all the numbers. for i in 1..max + 1 { if is_perfect_number(i) { result.push(i); } { assert_eq!(is_perfect_number(6), true); assert_eq!(is_perfect_number(28), true); assert_eq!(is_perfect_number(496), true); assert_eq!(is_perfect_number(8128), true);
    0 码力 | 270 页 | 8.46 MB | 1 年前
    3
  • pdf文档 Hidden Overhead of a Function API

    by value - passing by (const) reference - can change the referenced value 103Perfect forwarding 104 “In C++, perfect forwarding is the act of passing a function’s parameters to another function while return std::unique_ptr( new T(std::forward(args)...)); }Perfect forwarding is not perfect! 105 “In C++, perfect forwarding is the act of passing a function’s parameters to another function new T(std::forward(args)...)); } breaks RVOPerfect forwarding is not perfect! 106 “In C++, perfect forwarding is the act of passing a function’s parameters to another function while
    0 码力 | 158 页 | 2.46 MB | 5 月前
    3
  • pdf文档 Documentation Best Practices

    leave behind if migrating. Stragglers can always be recovered. • Iterate. Prefer the good over the perfect Your documentation should be as good as possible within a reasonable time frame. The standards for “Good Over Perfect Rule”. It’s preferable to allow authors to quickly submit changes that improve the document, instead of forcing rounds of review until it’s “perfect”. Docs are never perfect, and tend
    0 码力 | 3 页 | 23.57 KB | 1 年前
    3
  • pdf文档 The Gimp User’s Manual version 1.0.1

    compressed using the LZW algorithm may be 4, 8 or 24 bits per pixel. This is a high quality file format, perfect for images you want to import to other programs like FrameMaker or CorelDRAW. • URL (Uniform Resource the center, you must use the Ctrl and Shift keys: • The Shift key constricts the selections to perfect squares and circles. The selection starts from the corner and continues in the drag direction. • white to gray selection instead of a black to gray one if you are not careful.) The wand is the perfect tool to select sharp-edged objects in an image. The wand is easy and fun to use, so the beginner
    0 码力 | 924 页 | 9.50 MB | 1 年前
    3
  • pdf文档 Google C++ Style Guide

    cyclic references), objects with shared ownership may 27 never be deleted. • Smart pointers are not perfect substitutes for plain pointers. If dynamic allocation is necessary, prefer to keep ownership with errors. cpplint.py is a tool that reads a source file and identifies many style errors. It is not perfect, and has both false positives and false negatives, but it is still a valuable tool. False positives References Use rvalue references only to define move constructors and move assignment operators, or for perfect forwarding. Rvalue references are a type of reference that can only bind to temporary ob- jects
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
共 972 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 98
前往
页
相关搜索词
ApacheOpenWhiskKubernetesPerfectMatchforYourServerlessPlatformForwardingReferencesBacktoBasicsMoveSemanticsSolvingNimbytheUseofMachineLearningRethinkingTaskBasedConcurrencyandParallelismLowLatencyC++Rust教程TheAlgoalgorithmHiddenOverheadFunctionAPIbestpracticesGimpUserManualversion1.0GoogleStyleGuide
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩