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

无数据

分类

全部后端开发(84)Python(34)C++(24)Julia(18)Conda(14)数据库(9)TiDB(9)Rust(8)综合其他(7)Conan(5)

语言

全部英语(79)中文(繁体)(11)中文(简体)(6)西班牙语(1)日语(1)韩语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(100)PPT文档 PPT(1)
 
本次搜索耗时 0.065 秒,为您找到相关结果约 101 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Conda
  • 数据库
  • TiDB
  • Rust
  • 综合其他
  • Conan
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Unity for Human Beings

    Page 52 If you click on the right facing arrow next to 16: Sprite, it will give you a brief preview of the actual images used for this animation method, although by convention, you want to avoid this. Instead of doing a generic left and right arrow or specific buttons on the keyboard, I felt that controlling the sprite by mouse movement would be left arrow if (hMove < -sensitivity) movementVector.x = -movementAmount; // right arrow if (hMove > sensitivity) movementVector.x = movementAmount; // up arrow
    0 码力 | 239 页 | 27.39 MB | 10 月前
    3
  • pdf文档 Exceptional C++

    exception in flight ? Get the stack trace for the raised exception on the current thread.2021 Victor Ciura | @ciura_victor - Exceptional C++ 58 What's the catch ? What about an exception in flight ? Get Victor Ciura | @ciura_victor - Exceptional C++ 58 What's the catch ? What about an exception in flight ? Get the stack trace for the raised exception on the current thread. wstring ExceptionHandli from the context of the caller ? (on demand - eg. assertions, logging) When no exception is in flight! How to get the caller's PCONTEXT ?2021 Victor Ciura | @ciura_victor - Exceptional C++ 65
    0 码力 | 113 页 | 24.39 MB | 6 月前
    3
  • pdf文档 Linear Algebra Coming to Standard C++

    (C++26) Proposals in flight: mdarray, mdspan padded layouts, SIMD Classic domain of “numerical linear algebra,” & Fortran libraries like LAPACK. No C++ Standard proposals in flight; many third-party C++ (C++26) Proposals in flight: mdarray, mdspan padded layouts, SIMD Classic domain of “numerical linear algebra,” & Fortran libraries like LAPACK. No C++ Standard proposals in flight; many third-party C++
    0 码力 | 46 页 | 2.95 MB | 6 月前
    3
  • pdf文档 CROSS PLATFORM PITFALLS AND HOW TO AVOID THEM

    announcements Take our survey https://aka.ms/cppcon Chance to win 1 of 5 copies of Microsoft Flight Simulator10C1 * 6C2 * 8C2 * 10C1 * 4C1 = 168,00010C1* 6C2 * 8C2 * 10C1 * 4C1 = 168,00010C1 * 6C2 announcements Take our survey https://aka.ms/cppcon Chance to win 1 of 5 copies of Microsoft Flight SimulatorMonday 14th • A New Decade of Visual Studio: C++20, Open STL, and More – Sy Brand & Marian
    0 码力 | 67 页 | 360.44 KB | 6 月前
    3
  • pdf文档 A New Decade of Visual Studio: C++20, Open STL and More

    announcements Take our survey https://aka.ms/cppcon Chance to win 1 of 5 copies of Microsoft Flight Simulator🚀 Mission of the C++ product team at Microsoft Make the lives of all C++ developers on announcements Take our survey https://aka.ms/cppcon Chance to win 1 of 5 copies of Microsoft Flight SimulatorOur Sessions Monday 14th • A New Decade of Visual Studio: C++20, Open STL, and More –
    0 码力 | 37 页 | 2.67 MB | 6 月前
    3
  • ppt文档 Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!

    std::atomic cctrl; atomic> Big idea: local_ref_count counts the number of in- flight atomic loads on the currently stored pointer atomic> control_block28 Daniel Anderson have moved my local count to the global count } } The store operation helps an in- flight load by moving its local_ref_count onto the global ref_count30 Daniel Anderson -- danielanderson
    0 码力 | 45 页 | 5.12 MB | 6 月前
    3
  • pdf文档 Newer Isn't Always Better

    t” About Meatomosspace.com | 4 Atomos Space Future Positions • Flight Software Engineer (Image Processing/Algorithms) • Flight Software Engineer (Sensor Fusion/Algorithms) • Ground Systems Software
    0 码力 | 60 页 | 1.34 MB | 6 月前
    3
  • pdf文档 Things Happening in SG14

    favorite search engine • I used to write software for industrial electrical breakers and military flight simulators • CAE Electronics Ltd, IREQ • Full-time professor since 1998 • Collège Lionel-Groulx favorite search engine • I used to write software for industrial electrical breakers and military flight simulators • CAE Electronics Ltd, IREQ • Full-time professor since 1998 • Collège Lionel-Groulx
    0 码力 | 148 页 | 1009.97 KB | 6 月前
    3
  • pdf文档 Improving Our Safety With a Quantities and Units Library

    safety with a quantities and units library Tactical Flight Computer 5CppCon 2024: Improving our safety with a quantities and units library Tactical Flight Computer 6• A major concern in the C++ Community
    0 码力 | 207 页 | 6.93 MB | 6 月前
    3
  • pdf文档 Julia 1.10.7 Documentation

    Overlay / Non-Spacing Long Slash Overlay U+0034D ͍ \underleftrightarrow Combining Left Right Arrow Below U+00391 Α \Alpha Greek Capital Letter Alpha U+00392 Β \Beta Greek Capital Letter Beta U+00393 U+020D6 ⃖ \overleftarrow Combining Left Arrow Above / Non-Spacing Left Arrow Above U+020D7 ⃗ \vec Combining Right Arrow Above / Non-Spacing Right Arrow Above U+020DB ⃛ \dddot Combining Three Diamond / Enclosing Diamond U+020E1 ⃡ \overleftrightarrow Combining Left Right Arrow Above / Non-Spacing Left Right Arrow Above U+020E4 \enclosetriangle Combining Enclosing Upward Pointing Triangle
    0 码力 | 1691 页 | 6.34 MB | 10 月前
    3
共 101 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
UnityforHumanBeingsExceptionalC++LinearAlgebraComingtoStandardCROSSPLATFORMPITFALLSANDHOWTOAVOIDTHEMNewDecadeofVisualStudio20OpenSTLandMoreLockFreeAtomicSharedPointersWithoutSplitReferenceCountItCanBeDoneNewerIsnAlwaysBetterThingsHappeninginSG14ImprovingOurSafetyWithQuantitiesUnitsLibraryJulia1.10Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩