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

无数据

分类

全部后端开发(100)C++(100)Conan(74)

语言

全部英语(95)中文(简体)(4)中文(繁体)(1)

格式

全部PDF文档 PDF(99)PPT文档 PPT(1)
 
本次搜索耗时 0.015 秒,为您找到相关结果约 100 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 2020: The Year of Sanitizers?

    @ciura_victor - 2020: The Year of Sanitizers? Shadow Mapping Process Memory Shadow Memory 👈 Red zones my allocated memory ➡ 🧪☣ Poisoned memory84 2020 Victor Ciura | @ciura_victor - 2020: 0xbadf00d p ShadowByte(p)89 2020 Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers? Heap Red Zones alloc 1 alloc 2 alloc 3 alloc 4 alloc 5 alloc 1 alloc 2 alloc 3 alloc 4 alloc 5 malloc() ASAN malloc()90 2020 Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers? Heap Red Zones alloc 1 alloc 2 alloc 3 alloc 4 alloc 5 ASAN malloc() alloc 1 alloc 2 alloc 3 alloc 4 alloc 5
    0 码力 | 135 页 | 27.77 MB | 6 月前
    3
  • pdf文档 Pipes: How Plumbing Can Make Your C++ Code More Expressive

    std::vector{ "blue", "red", "green" }; std::string numberDashColor(int number, std::string const& color) { return std::to_string(number) + '-' + color ; } 1-blue 2-red 3-greenpipes::cartesian_product(numbers >{ "blue", "red", "green" }; std::string numberDashColor(int number, std::string const& color) { return std::to_string(number) + '-' + color ; } 1-blue 1-red 1-green 2-blue 2-red 2-green 3-blue 3-blue 3-red 3-greenpipes::combinations(numbers) 48 auto const numbers = std::vector{ 1, 2, 3, 4, 5 }; 1 - 2 1 - 3 1 - 4 1 - 5 2 - 3 2 - 4 2 - 5 3 - 4 3 - 5 4 - 5 >>= pipes::tr
    0 码力 | 61 页 | 9.52 MB | 6 月前
    3
  • pdf文档 Quickly Testing Qt Desktop Applications With Approval Tests

    updates correctly") { // Arrange ColorWidget widget; QColor red("red"); // Act widget.setColor(red); // Assert CHECK(widget.color() == red); }29 “Quickly Testing?” • From 0 to 1 tests always hardest
    0 码力 | 77 页 | 6.96 MB | 6 月前
    3
  • pdf文档 Back to Basics: The Factory Pattern

    other decision making) ○ In-game resource management is taking place 12 Command and Conquer Red AlertReal time systems (2/2) ● So just looking at the animation on the right--there is a lot going other decision making) ○ In-game resource management is taking place 13 Command and Conquer Red Alert For today’s talk, I want us to think about software design for a real time application--I’ll maintainable ■ and extensible ○ In other words--what is the right pattern? 35 Command and Conquer Red AlertSo let’s think about this game (2/2) ● There are many different types of objects ○ How do we
    0 码力 | 93 页 | 3.92 MB | 6 月前
    3
  • pdf文档 Techniques to Optimise Multi-threaded Data Building During Game Development

    scheduled ▪ Job decrements "accum" counter when finished • Inspired by Naughty Dog and CD Projekt RED job systems 12Jobs run on worker threads Number worker threads limited to logical processors Counters CPU Usage 37Profiler captures of simulated example • Yellow - ordinary jobs - capped at 50% CPU • Red - ordinary jobs part of saving - capped at 50% • Teal - saving jobs Easier to see here - I've made "Nowogrodzka" Crew (from CD Projekt RED) ▪ Charles Tremblay ▪ David Block ▪ Tommi Nykopp ▪ Wil McVicar • Technology Team at Techland 47Friends and former colleagues from CD Projekt RED Colleagues from the Technology
    0 码力 | 99 页 | 2.40 MB | 6 月前
    3
  • pdf文档 Code Analysis++

    true when reached enum class Color { Red, Blue, Green, Yellow }; void do_shadow_color(int shadow) { Color cl1, cl2; if (shadow) cl1 = Color::Red, cl2 = Color::Blue; else cl1 = Color::Green, cl2 = Color::Yellow; if (cl1 == Color::Red || cl2 == Color::Yellow) {...} }Data Flow Analysis – void linked_list::process() { for (node *pt = head; pt != nullptr; pt
    0 码力 | 61 页 | 2.70 MB | 6 月前
    3
  • pdf文档 C++26 Preview

    std::meta::name_of(e); } }; return result; } enum Color { red, green, blue }; static_assert(enum_to_string(Color::red) == "red"); static_assert(enum_to_string(Color(42)) == ""); 1 2 3
    0 码力 | 118 页 | 2.02 MB | 6 月前
    3
  • pdf文档 BehaviorTree.CPP: Task Planning for Robots and Virtual Agents

    msg:='hello' " />