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

无数据

分类

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

语言

全部英语(110)中文(简体)(7)中文(繁体)(1)

格式

全部PDF文档 PDF(118)
 
本次搜索耗时 0.018 秒,为您找到相关结果约 118 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 A Multithreaded, Transaction-Based Locking Strategy for Containers

    variable • Atomic pointer • Atomic compare and exchange • Need a class that represents a lockable item (element) • Need a class that manages transactions on behalf of each thread • Transactions are represented Transaction ID using item_id_type = uint64_t; //- Item ID class transaction_manager; class lockable_item; class stopwatch;Copyright © 2020 Bob Steagall Class lockable_item 43 CppCon 2020 - A Multi-threaded Transaction-Based Locking Strategy for Containers Class Overview – lockable_item class lockable_item { public: lockable_item(); item_id_type id() const noexcept; tsv_type last_tsv() const noexcept; private:
    0 码力 | 142 页 | 474.78 KB | 6 月前
    3
  • pdf文档 Writing Python Bindings for C++ Libraries: Easy-to-use Performance

    compiled with clang++12 -fPIC -O3Some perf numbers: per increment runtime https://news.ycombinator.com/item?id=34663930 Out in the wild case of noticing high overheads in pysimdjson (they switched from pybind11 print("Row " + str(i) + " is " + str(row)) for item in row.items(): print(" - {}:{}".format(reader.getIdName(item.id), item.value()))Working example $ python3 python/v1.py Number print("Row " + str(i) + " is " + str(row)) for item in row.items(): print(" - {}:{}".format(reader.getIdName(item.id), item.value()))Reader code class RowReader : public BinaryListener
    0 码力 | 118 页 | 2.18 MB | 6 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    com/2021/02/03/can-sycl-slice-into-broader-supercomputing/ https://www.phoronix.com/scan.php?page=news_item&px=hipSYCL-New-Lite-Runtime https://software.intel.com/content/www/us/en/develop/articles/interop itself The kernel function takes as a parameter an id which represents the currently executing work-item #include int main(int argc, char *argv[]) { std::vector dA{ … }, dB{ … to a work item ○ Not accessible to other work items ○ Kernel memory ○ Local stack variables ● Work item ○ An instance of a kernel ○ Has a global id Work Item Private Memory Work Item Private Memory
    0 码力 | 114 页 | 7.94 MB | 6 月前
    3
  • pdf文档 C++20 镶 SQL

    itExample Database Customers id INTEGER PRIMARY KEY name TEXT Orders id INTEGER PRIMARY KEY item TEXT customerid INTEGER price REALCreate the customers table CREATE TABLE customers( id INTEGER INTEGER NOT NULL PRIMARY KEY, item TEXT NOT NULL, customerid INTEGER NOT NULL, price REAL NOT NULL, discount_code TEXT ); Orders id INTEGER PRIMARY KEY item TEXT customerid INTEGER price orders(item , customerid , price, discount_code ) VALUES ("Hoodie",1,10.0,"CppCon"); Id item customerid price discount_code 1 “Hoodie” 1 10.0 CppConQuery for orders SELECT orders.id, name, item, price
    0 码力 | 46 页 | 775.02 KB | 6 月前
    3
  • pdf文档 Building Safe and Reliable Surgical Robotics with C++

    reduce risk Risk Driven Architecture 26 SW System/Item (Class C) SW Item X (Class C) SW Item Y (Class B) SW Item Z (Class C) SW Item W (Class A) Overcoming Adverse Condition • Faults • Time Domain Risk Driven Architecture 27 SW System/Item (Class C) SW Item X (Class C) SW Item Y (Class B) SW Item Z (Class C) SW Item W (Class A) Non-Real Time • No strict timing guarantees Time Domain Domain Driven Considerations 37 SW System/Item (Class C) SW Item X (Class C) SW Item Y (Class B) SW Item Z (Class C) SW Item W (Class A) Non-Real Time • No strict timing guarantees
    0 码力 | 71 页 | 4.02 MB | 6 月前
    3
  • pdf文档 Expressive Compile-time Parsers

    Parser Generator Overview Grammar Item Sets (states) Parsing tables Image from: “Compilers: Principles, Techniques, and Tools” (dragon book)CTPG – LR(1) Item struct item { int rule; int pos; int int term; };CTPG – LR(1) Item Sets Uses a fixed size bitset constexpr auto rules = sizeof...(Rules); constexpr auto positions = max(Rules.length...) + 1; constexpr auto terms = sizeof...(Terms); constexpr rules * positions * terms; using item_set = bitset;CTPG – LR(1) Item Sets Convert between index and item constexpr uint32_t to_index(item i){ return i.rule * positions * terms
    0 码力 | 134 页 | 1.73 MB | 6 月前
    3
  • pdf文档 Back to Basics Testing

    0 ); } SECTION( "Adding to an empty list increases the size to 1" ) { list.add("item1"); REQUIRE( list.empty() == false ); REQUIRE( list.size() == 1 ); } }TEST_CASE( 0 ); } SECTION( "Adding to an empty list increases the size to 1" ) { list.add("item1"); REQUIRE( list.empty() == false ); REQUIRE( list.size() == 1 ); } }TEST_CASE( 0 ); } SECTION( "Adding to an empty list increases the size to 1" ) { list.add("item1"); REQUIRE( list.empty() == false ); REQUIRE( list.size() == 1 ); } }TEST_CASE(
    0 码力 | 79 页 | 25.86 MB | 6 月前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    violate design symmetry when asymmetry is desired (such as special handling to execute one work item many times) Thread-Stealing Work Queue worker worker worker Work Engine Foo Subsystem A symmetry when asymmetry is desired (such as special handling to execute one work item many times) Orthogonality: Work Item execution (consumption) is unrelated to the producer (e.g., execution is delegated Examples • Designs leveraging orthogonal behavior: Orthogonal Because: Work item creation is “orthogonal” (unrelated) to work item processing Thread-stealing Work Queue: RAII work items transferred to queue
    0 码力 | 151 页 | 3.20 MB | 6 月前
    3
  • pdf文档 Reusable Code & Reusable Data Structures

    results = /* magic */; 5 tc::for_each( 6 tc::zip(results, rng), 7 [](rect r, auto& item) { place(r, item); } 8 ); 9 10 11 12 13 14 } 15 231. DISPATCH TO FUNCTION OVERLOADS void place_items(rect [](rect r, auto& item) { place(r, item); } 8 ); 9 10 11 12 13 14 } 15 void place(rect r, great_widget); void place(rect r, awesome_widget); [](rect r, auto& item) { place(r, item); } 1 2 3 void [](rect r, auto& item) { place(r, item); } 8 ); 9 10 11 12 13 14 } 15 void place(rect r, great_widget); void place(rect r, awesome_widget); [](rect r, auto& item) { place(r, item); } 1 2 3 void
    0 码力 | 132 页 | 14.20 MB | 6 月前
    3
  • pdf文档 Changing Legacy Code: With Confidence

    type 'const bark_cnt' (aka 'const unsigned short') // add "potential" bark back *bark_cnt += asset_item->potential_bark_to_ignore; 104 lines later…Reduce scope and const const auto now = timer_function(); Resource bugs void updateColor(ID itemId, Color newColor) { ReserveMutex(&itemMutex); item* itemToChange = get_item_from_id(itemId); if(itemToChange == NULL) { ReleaseMutex(&itemMutex); return; } it Resource bugs void updateColor(ID itemId, Color newColor) { ReserveMutex(&itemMutex); item* itemToChange = get_item_from_id(itemId); if(itemToChange == NULL) { ReleaseMutex(&itemMutex); return; } it
    0 码力 | 114 页 | 982.54 KB | 6 月前
    3
共 118 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
MultithreadedTransactionBasedLockingStrategyforContainersWritingPythonBindingsC++LibrariesEasytousePerformanceHeterogeneousModernwithSYCL202020SQLBuildingSafeandReliableSurgicalRoboticsExpressiveCompiletimeParsersBackBasicsTestingTheRolesofSymmetryAndOrthogonalityInDesignReusableCodeDataStructuresChangingLegacyWithConfidence
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩