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

无数据

分类

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

语言

全部英语(92)

格式

全部PDF文档 PDF(90)PPT文档 PPT(2)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 92 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Session Types in C++

    Background in compilers and embedded systems... 2Motive? 3Motive: Can it be done in C++? 4Session type 5Session type ? 6"A normal adult programmer never gives a thought about types. That is something C++, we can settle with this explanation: But that is not what “type” in “Session type” means. 28Session type ? 29Session? • Interaction of two or more entities. • It has a beginning and (usually) interactions is happening. 30Session? • Can we describe a valid sequence of interactions? • Interaction diagram Client Server int int ADD DIV int double end Branching 31Session? • Can we describe a
    0 码力 | 89 页 | 1.55 MB | 5 月前
    3
  • pdf文档 Newer Isn't Always Better

    // ... } }; struct Session : public Tcp { void initializeConfig() override { std::cout << "session\n"; // ... } }; int main() { Tcp a; a.init(); Session b; b.init(); } Multi-Level << "tcp\n"; } }; struct Session : public Tcp<Session> { void initializeConfig() { std::cout << "session\n"; } }; int main() { Tcp a; a.init(); Session b; b.init(); } Multi-Level // ... } }; struct Session : public Tcp { void initializeConfig() { std::cout << "session\n"; // ... } }; int main() { Tcp a; a.init(); Session b; b.init(); } Multi-Level
    0 码力 | 60 页 | 1.34 MB | 5 月前
    3
  • pdf文档 A New Decade of Visual Studio: C++20, Open STL and More

    continuing to enhance the C++ extension for Visual Studio Code Our agenda todayVisual Studio Code Session coming up! #1 most used code editor [StackOverflow Developer Surveys] Free, open source code editor Analyzer or Edge/Chrome via /timetrace (thank you to Carlos Fraguas) vcperf /start Session vcperf /stop Session /timetrace mytrace.json Visit https://aka.ms/vcperf to learn moreLive Share
    0 码力 | 37 页 | 2.67 MB | 5 月前
    3
  • pdf文档 failing successfully

    device* which; }; struct packet_processor_end : packet_processor_begin { std::exception_ptr ex; session* which; }; struct processor_manager_callback { virtual void on(const device_processor_begin& e) device* which; }; struct packet_processor_end : packet_processor_begin { std::exception_ptr ex; session* which; }; struct processor_manager_callback { virtual void on(const device_processor_begin& e) 3fe89d88735f83f Database: /db Bellport Revision: 10742-35ad327965de328e7bf3e6823102c46827516b54 Session: 387 DXF Type: Symbols MIC: GLBX Date: 2021-08-06 Identifier: b6 4e 11 49 9d 9e c8 b8 00 00 00 01
    0 码力 | 44 页 | 625.44 KB | 5 月前
    3
  • pdf文档 Quickly Testing Qt Desktop Applications With Approval Tests

    argv[]) { QApplication app(argc, argv); // -platform offscreen int result = Catch::Session().run(argc, argv); // --break return result; }24 Context: SuperCollider • supercollider.github int main(int argc, char* argv[]) { QApplication app(argc, argv); int result = Catch::Session().run(argc, argv); return result; } // main.cpp: #define APPROVALS_CATCH_QT #include "ApprovalTestsQt
    0 码力 | 77 页 | 6.96 MB | 5 月前
    3
  • ppt文档 C++20's

    Please use the Q&A tab for questions during the session (typed) • If you want to raise your hand to ask a question, please hold them until after the session is over. • When asking questions, please
    0 码力 | 55 页 | 8.67 MB | 5 月前
    3
  • pdf文档 The Beauty and Power of Primitive C++

    Exchange information at the start of a session • Individual messages are not self describing • Version and (possibly) layout information exchanged once per session • Where necessary, place a version identifier
    0 码力 | 53 页 | 1.03 MB | 5 月前
    3
  • pdf文档 When Nanoseconds Matter: Ultrafast Trading Systems in C++

    size at this price level • Each Order has an ID (uint64_t) which is unique throughout the trading session (day) $92 $92 $95 50 $90 100 $85 250 $95 50 $100 75Order Book – Properties 19 • Two ordered size at this price level • Each Order has an ID (uint64_t) which is unique throughout the trading session (day) • A typical stock order book has ~1000 price levels “per side” $92 $92 $95 50 $90 100
    0 码力 | 123 页 | 5.89 MB | 5 月前
    3
  • pdf文档 Back to Basics: Concurrency

    form of starvation!). But don’t worry--I will show you how to fix these concurrency bugs! The session will wrap up with discussion and examples of other concurrency primitives and how to use them to patterns(different types of locks, conditional variables, promises/futures). Attendees will leave this session being able to use threads, locks, and start thinking about architecting multithreaded software.
    0 码力 | 141 页 | 6.02 MB | 5 月前
    3
  • pdf文档 From Your First Line of Code to Your Largest Repo: How Visual Studio Code Can Help You Develop More Efficiently in C++

    Studio) What you’ll need to develop in C++ Want to learn more? Check out the "Back to the Basics" session: “Getting Started with C++” – Michael Price On Friday @ 13:30 Compiler (Ex. MSVC, GCC, Clang)
    0 码力 | 31 页 | 2.76 MB | 5 月前
    3
共 92 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
SessionTypesinC++NewerIsnAlwaysBetterNewDecadeofVisualStudio20OpenSTLandMorefailingsuccessfullyQuicklyTestingQtDesktopApplicationsWithApprovalTestsChronoTheBeautyPowerPrimitiveWhenNanosecondsMatterUltrafastTradingSystemsBacktoBasicsConcurrencyFromYourFirstLineCodeLargestRepoHowCanHelpYouDevelopEfficiently
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩