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

无数据

分类

全部后端开发(144)Python(57)C++(42)Julia(18)Conda(16)Django(13)Rust(12)云计算&大数据(11)VirtualBox(11)前端开发(9)

语言

全部英语(125)中文(繁体)(24)中文(简体)(21)中文(简体)(2)西班牙语(1)fj(1)日语(1)韩语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(173)其他文档 其他(7)
 
本次搜索耗时 0.079 秒,为您找到相关结果约 180 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Conda
  • Django
  • Rust
  • 云计算&大数据
  • VirtualBox
  • 前端开发
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 中文(简体)
  • 西班牙语
  • fj
  • 日语
  • 韩语
  • 葡萄牙语
  • 全部
  • 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 | 5 月前
    3
  • pdf文档 Game Development for Human Beings

    you’ll see a dialog where you can enter properties. Enter a property called “type” with value “item” to the tea cups (this is not the “type” select dropdown!, this is within the Properties area), “playerStart” = this.game.add.group(); 29 this.items.enableBody = true; 30 var item; 31 result = this.findObjectsByType('item', this.map, 'objectsLayer'); 32 result.forEach(function(element){ 33 ShootingItem, that will give the player the ability to attack. First, we will create a generic Item prefab to reunite the common code between both items. All items will have an immovable physics body
    0 码力 | 472 页 | 8.46 MB | 10 月前
    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 | 5 月前
    3
  • epub文档 Django CMS 4.1.x Documentation

    an error instead. After each of the steps below run cms check to verify that you have resolved that item in its checklist. Adding content-handling functionality MEDIA_URL = "/media/" MEDIA_ROOT = os.path have your new cms_toolbars.py file recognised. You will now find, in every page of the site, a new item in the toolbar: from cms.toolbar_base import CMSToolbar from cms.toolbar_pool import toolbar_pool what gets called when the toolbar is built. In it, we’re using get_or_create_menu() to add a Polls item to the toolbar. Add nodes to the Polls menu So far, the Polls menu is empty. We can extend populate()
    0 码力 | 518 页 | 1.66 MB | 6 月前
    3
  • pdf文档 Django CMS 4.0.x Documentation

    every page of the site, a new item in the toolbar: The populate() method is what gets called when the toolbar is built. In it, we’re using get_or_create_menu() to add a Polls item to the toolbar. 22 Chapter manipulate, so let’s change the populate() method to add an item that allows us to see the full list of polls in the sideframe, with add_sideframe_item(). from cms.utils.urlutils import admin_reverse [...] class get_or_create_menu('polls_cms_integration-polls', 'Polls') menu.add_sideframe_item( name='Poll list', # name of the new menu item url=admin_reverse('polls_poll_changelist'), # the URL it should open with )
    0 码力 | 296 页 | 1.79 MB | 6 月前
    3
  • pdf文档 Django CMS 3.9.x Documentation

    every page of the site, a new item in the toolbar: The populate() method is what gets called when the toolbar is built. In it, we’re using get_or_create_menu() to add a Polls item to the toolbar. Add nodes manipulate, so let’s change the populate() method to add an item that allows us to see the full list of polls in the sideframe, with add_sideframe_item(). from cms.utils.urlutils import admin_reverse [...] class get_or_create_menu('polls_cms_integration-polls', 'Polls') menu.add_sideframe_item( name='Poll list', # name of the new menu item url=admin_reverse('polls_poll_changelist'), # the URL it should open with )
    0 码力 | 298 页 | 1.79 MB | 6 月前
    3
  • epub文档 Django CMS 3.9.x Documentation

    page of the site, a new item in the toolbar: The populate() method is what gets called when the toolbar is built. In it, we’re using get_or_create_menu() to add a Polls item to the toolbar. 6.1.1.1. manipulate, so let’s change the populate() method to add an item that allows us to see the full list of polls in the sideframe, with add_sideframe_item(). from cms.utils.urlutils import admin_reverse [...] gration- polls', 'Polls') menu.add_sideframe_item( name='Poll list', # name of the new menu item url=admin_reverse('polls_poll_changelist')
    0 码力 | 417 页 | 1.68 MB | 6 月前
    3
  • epub文档 Django CMS 3.8.x Documentation

    page of the site, a new item in the toolbar: The populate() method is what gets called when the toolbar is built. In it, we’re using get_or_create_menu() to add a Polls item to the toolbar. 6.1.1.1. manipulate, so let’s change the populate() method to add an item that allows us to see the full list of polls in the sideframe, with add_sideframe_item(). from cms.utils.urlutils import admin_reverse [...] gration- polls', 'Polls') menu.add_sideframe_item( name='Poll list', # name of the new menu item url=admin_reverse('polls_poll_changelist')
    0 码力 | 413 页 | 1.67 MB | 6 月前
    3
  • pdf文档 Django CMS 3.0.x Documentation

    get_or_create_menu('poll-app', _('Polls')) url = reverse('admin:polls_poll_changelist') menu.add_sideframe_item(_('Poll overview'), url=url) What we’re doing above is this: • defining a CMSToolbar subclass • registering a populate() method that adds an item to the menu The populate() method: • checks whether we’re in a page belonging to this application • if so, it creates a menu item if one’s not already there • works works out the URL for this menu item 18 Chapter 5. Table of contents django cms Documentation, Release 3.0.19.dev1 • tells it that it should open in the admin sideframe Your cms_toolbar.py file should contain
    0 码力 | 180 页 | 1.56 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 | 5 月前
    3
共 180 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 18
前往
页
相关搜索词
MultithreadedTransactionBasedLockingStrategyforContainersGameDevelopmentHumanBeingsWritingPythonBindingsC++LibrariesEasytousePerformanceDjangoCMS4.1Documentation4.03.93.83.0HeterogeneousModernwithSYCL2020
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩