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

无数据

分类

全部后端开发(46)C++(33)Julia(10)云计算&大数据(6)VirtualBox(5)综合其他(4)人工智能(4)系统运维(2)Python(2)Tornado(2)

语言

全部英语(43)中文(繁体)(10)中文(简体)(3)日语(2)fj(1)

格式

全部PDF文档 PDF(57)DOC文档 DOC(1)其他文档 其他(1)
 
本次搜索耗时 0.014 秒,为您找到相关结果约 59 个.
  • 全部
  • 后端开发
  • C++
  • Julia
  • 云计算&大数据
  • VirtualBox
  • 综合其他
  • 人工智能
  • 系统运维
  • Python
  • Tornado
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 日语
  • fj
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Regular, Revisited

    • Rearrangements • Partition and Merging • Composite Objects elementsofprogramming.com Free PDF2023 Victor Ciura | @ciura_victor - Regular, Revisited 32 Slide Title Mathematics Really Does Generic Programming James C. Dehnert and Alexander Stepanov 1998 http://stepanovpapers.com/DeSt98.pdf Generic programming depends on the decomposition of programs into components which may be developed Generic Programming James C. Dehnert and Alexander Stepanov 1998 http://stepanovpapers.com/DeSt98.pdf Among the interfaces of interest, the most pervasively and unconsciously used, are the fundamental
    0 码力 | 180 页 | 19.96 MB | 5 月前
    3
  • pdf文档 Exceptions Under the Spotlight

    Exception Handling for C++ / Andrew Koenig Bjarne Stroustrup: https://www.stroustrup.com/except89.pdf • Exception handling: A false sense of security / Tom Cargill: https://ptgmedia.pearsoncmg.com/im Report on C++ Performance (2006) / Various authors: http://www.open-std.org/jtc1/sc22/wg21/docs/TR18015.pdf • Exception handling on Itanium ABI/ Various authors: http://refspecs.linux-foundation.org/abi-eh-1 https://www.research.ed.ac.uk/portal/files/78829292/low_cost_deterministic_C_exceptions_for_embedded_systems.pdf • ARM ABI: https://developer.arm.com/documentation/ihi0038/b On-going proposals: • P0323R9: std::expected:
    0 码力 | 53 页 | 2.82 MB | 5 月前
    3
  • pdf文档 Shared Libraries

    executable 33 https://gitlab.com/x86-psABIs/x86-64-ABI/-/jobs/artifacts/master/raw/x86-64-ABI/abi.pdf?job=build auto* pf = &f; lib1 .dynsym f: .plt_exe+8C++ Implication #4: Comparing Func Ptrs 54Resources • Ulrich Drepper: “How to write shared libraries” • http://library.bagrintsev.me/CPP/dsohowto.pdf • Eli Benderski: • https://eli.thegreenplace.net/2011/08/25/load-time-relocation-of-shared-libraries/ Pointers in LLVM” Piotr Padlewski, Krzysztof Pszeniczny, Richard Smith , https://arxiv.org/pdf/2003.04228.pdf • “Our benchmarks show an average of 0.8% performance improvement on real- world C++ programs
    0 码力 | 69 页 | 1.40 MB | 5 月前
    3
  • pdf文档 2020: The Year of Sanitizers?

    👉24 Lifetime profile v1.0 https://github.com/isocpp/CppCoreGuidelines/blob/master/docs/Lifetime.pdf This is important because it turns out to be easy to convert [by design] a std::string to a std::string_view Sanitizers?25 Lifetime profile v1.0 https://github.com/isocpp/CppCoreGuidelines/blob/master/docs/Lifetime.pdf CppCoreGuidelines void example() { std::string_view sv = std::string("dangling"); // A std::cout Sanitizers?25 Lifetime profile v1.0 https://github.com/isocpp/CppCoreGuidelines/blob/master/docs/Lifetime.pdf CppCoreGuidelines void example() { std::string_view sv = std::string("dangling"); // A std::cout
    0 码力 | 135 页 | 27.77 MB | 5 月前
    3
  • pdf文档 Visual Studio Code: CppCon 2023

    an unsupported PDF viewer. To open this document, use a PDF viewer that supports Azure Rights Management or contact the document owner to grant you permissions. Learn about PDF documents protected
    0 码力 | 1 页 | 3.10 MB | 5 月前
    3
  • pdf文档 Gluon Deployment

    Affiliates. All rights reserved. Amazon Trademark Deploy GluonCV Models https://arxiv.org/pdf/1907.02154.pdf© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark
    0 码力 | 8 页 | 16.18 MB | 5 月前
    3
  • pdf文档 C++ in the Developing World, Why it Matters

    available as a package on arch-linux. • Get Reference material like the Pdf of the microsoft developer website C++ documentation on PDF. • Buy Good Books On C++ When you Can Afford To. Share Compute Resources
    0 码力 | 8 页 | 177.52 KB | 5 月前
    3
  • pdf文档 Code Analysis++

    link/p2388, http://wg21.link/p2182 ● Parameter passing: https://github.com/hsutter/708/blob/main/708.pdf ○ in / inout / out / move / forward semantics ○ Still under discussion, no implementation so farCompiler Annual C++ Developer Survey "Lite"](https://isocpp.org/files/papers/CppDevSurvey-2021-04- summary.pdf) 5. [Lifetime safety: Preventing common dangling](http://wg21.link/p1179) 6. [Lifetime analysis
    0 码力 | 61 页 | 2.70 MB | 5 月前
    3
  • pdf文档 Linear Algebra Coming to Standard C++

    Nov. 1973. Available online: https://ntrs.nasa.gov/api/citations/19740005175/downloads/19740005175.pdf [last accessed 2023/09/12]. A. S. Householder, The Theory of Matrices in Numerical Analysis, Dover https://www.npl.co.uk/getattachment/about-us/History/Famous-faces/Alan- Turing/turing-proposal-Alan-LR.pdf?lang=en-GB [last accessed 2023/09/14]. J. H. Wilkinson and C. Reinsch, Handbook for Automatic Computation
    0 码力 | 46 页 | 2.95 MB | 5 月前
    3
  • pdf文档 Back to Basics: Concurrency

    Image source: https://www.dice.se/wp-content/uploads/2014/12/Introduction_to_Data-Oriented_Design.pdf Let’s try to answer our original motivation about performance and see how concurrency can helpOur org/wiki/Amdahl%27s_law Applied example: http://web.cs.iastate.edu/~prabhu/Tutorial/CACHE/CompPerf.pdf I like to include Amdahl’s law somewhere so we can even think if we have the opportunity to make
    0 码力 | 141 页 | 6.02 MB | 5 月前
    3
共 59 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
RegularRevisitedExceptionsUndertheSpotlightSharedLibraries2020TheYearofSanitizersVisualStudioCodeCppCon2023GluonDeploymentC++inDevelopingWorldWhyitMattersAnalysis++LinearAlgebraComingtoStandardBackBasicsConcurrency
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩