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

无数据

分类

全部后端开发(216)C++(185)系统运维(20)云计算&大数据(17)Python(15)网络与安全(15)Django(13)VirtualBox(11)Julia(10)综合其他(8)

语言

全部英语(238)中文(简体)(10)中文(繁体)(10)zh(2)英语(2)[zh](1)日语(1)kor(1)ro(1)

格式

全部PDF文档 PDF(239)DOC文档 DOC(10)PPT文档 PPT(10)其他文档 其他(7)
 
本次搜索耗时 0.074 秒,为您找到相关结果约 266 个.
  • 全部
  • 后端开发
  • C++
  • 系统运维
  • 云计算&大数据
  • Python
  • 网络与安全
  • Django
  • VirtualBox
  • Julia
  • 综合其他
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • zh
  • 英语
  • [zh]
  • 日语
  • kor
  • ro
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • PPT文档 PPT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Andreas Weis - Quickly Estimating Powers of Two

    1/15 Quickly Estimating Powers-of-Two Andreas Weis Woven Planet CppCon 20212/15 About me ComicSansMS @DerGhulbus Co-organizer of the Munich C++ User Group Currently working as a Runtime Framework 223 =? 236 =? 2128 =?4/15 Small Powers of Two 21 = 2 22 = 4 23 = 8 24 = 16 25 = 32 26 = 64 27 = 128 28 = 256 29 = 5125/15 Small Powers of Two 21 = 2 22 = 4 23 = 8 24 = 16 25 = 32 26 = 5126/15 Small Powers of Two 21 = 2 22 = 4 23 = 8 24 = 16 25 = 32 26 = 64 27 = 128 28 = 256 (Number of states in an 8 bit char) 29 = 5127/15 Small Powers of Two 21 = 2 22 = 4 23 = 8 ⋄ 24
    0 码力 | 56 页 | 326.32 KB | 5 月前
    3
  • pdf文档 The Beauty and Power of Primitive C++

    The Beauty and Power of “Primitive” C++ Bjarne Stroustrup Morgan Stanley, Columbia University www.Stroustrup.com Stroustrup - "Primitive" - CppCon 2020 1This year is different Stroustrup - "Primitive"
    0 码力 | 53 页 | 1.03 MB | 5 月前
    3
  • pdf文档 Leveraging the Power of C++ for Efficient Machine Learning on Embedded Devices

    Leveraging the power of C++ for efficient machine learning on embedded devices Adrian Stanciu adrian.stanciu.pub@gmail.com CppCon, 2023 1 / 50About me ◮ I am a software engineer from Romania ◮ I have thermostats) ◮ Medical equipment (e.g. pacemakers) ◮ Characteristics: ◮ Limited hardware resources ◮ Low power consumption ◮ May have real-time performance constraints 7 / 50Machine learning on embedded devices
    0 码力 | 51 页 | 1.78 MB | 5 月前
    3
  • pdf文档 Applicative: The Forgotten Functional Pattern

    QUESTION OF POWER? A QUESTION OF POWER? 69A QUESTION OF POWER? A QUESTION OF POWER? Every monad is an applicative. Every monad is an applicative. 69.1A QUESTION OF POWER? A QUESTION OF POWER? Every monad powerful" than applicative. Monad is "more powerful" than applicative. 69.2A QUESTION OF POWER? A QUESTION OF POWER? Every monad is an applicative. Every monad is an applicative. Monad is "more powerful" You can do everything with monad that you can do with applicative. 69.3A QUESTION OF POWER? A QUESTION OF POWER? Every monad is an applicative. Every monad is an applicative. Monad is "more powerful"
    0 码力 | 141 页 | 11.33 MB | 5 月前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    CMS since version 4 has been stripped of some functionality to allow for better implementations. The two most important examples are the now separate apps django CMS versioning and django CMS alias. We highly defined by Django applications. django CMS defines blocks for CSS and JavaScript, and requires these two tags. We recommended placing {% render_block "css" %} just before the tag, and and {% render_block find the Polls application. Create a new Poll, for example: Question: Which browser do you prefer? Choices: Safari Firefox Chrome Now if you visit http://localhost:8000/en/polls/, you should be able to see
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • epub文档 Django CMS 4.1.x Documentation

    CMS since version 4 has been stripped of some functionality to allow for better implementations. The two X_FRAME_OPTIONS = "SAMEORIGIN" from django.conf.urls.i18n import i18n_patterns from django.urls import defined by Django applications. django CMS defines blocks for CSS and JavaScript, and requires these two tags. We pip install djangocms-versioning pip install djangocms-alias "djangocms_versioning", "djangocms_alias" find the Polls application. Create a new Poll, for example: Question: Which browser do you prefer? Choices: Safari Firefox Chrome Now if you visit http://localhost:8000/en/polls/, you should be able to see
    0 码力 | 518 页 | 1.66 MB | 6 月前
    3
  • pdf文档 Django CMS 3.0.x Documentation

    using south: python manage.py migrate polls At this point you should be able to create polls and choices in the Django admin - localhost:8000/admin/ - and fill them in at /polls/. However, in pages of the and provide your users with a streamlined editing experience. Registering Toolbar items There are two ways to control what gets shown in the toolbar. One is the CMS_TOOLBARS setting. This gives you full for example: CMS_TEMPLATES = ( ('template_1.html', 'Template One'), ('template_2.html', 'Template Two'), ) We will create the actual template files at a later step, don’t worry about it for now. Simply
    0 码力 | 180 页 | 1.56 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 User Manual

    IDE/SATA flush requests . . . . . . . . . . . . . . . 183 12.2.3 Poor performance caused by host power management . . . . . . . . . . 183 12.2.4 GUI: 2D Video Acceleration option is grayed out . . . . and elec- tricity costs. Most of the time, computers today only use a fraction of their potential power and run with low average system loads. A lot of hardware resources as well as electricity is thereby Configuration and Power Interface (ACPI) is fully supported by VirtualBox. This eases cloning of PC images from real machines or third- party virtual machines into VirtualBox. With its unique ACPI power status support
    0 码力 | 310 页 | 4.87 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 User Manual

    expert storage management . . . . . . . . . . . . . . . . . . . . . . . 186 9.26 Handling of host power management events . . . . . . . . . . . . . . . . . . . . 186 9.27 Support for keyboard indicators IDE/SATA flush requests . . . . . . . . . . . . . . . 204 12.2.3 Poor performance caused by host power management . . . . . . . . . . 204 12.2.4 GUI: 2D Video Acceleration option is grayed out . . . . and elec- tricity costs. Most of the time, computers today only use a fraction of their potential power and run with low average system loads. A lot of hardware resources as well as electricity is thereby
    0 码力 | 348 页 | 5.93 MB | 6 月前
    3
  • pdf文档 Django CMS 4.0.x Documentation

    methods, APIs, commands. 3 django cms Documentation, Release 3.9.0 4 Chapter 1. Overview CHAPTER TWO JOIN US ONLINE The django CMS Association is a non-profit organisation that exists to support the development the Polls application. Create a new Poll, for example: • Question: Which browser do you prefer? Choices: – Safari – Firefox – Chrome 4.1. Django/Python compatibility table 15 django cms Documentation however, the Polls application has been integrated into the project, but not into django CMS itself. The two applications are completely independent. They cannot make use of each other’s data or functionality
    0 码力 | 296 页 | 1.79 MB | 6 月前
    3
共 266 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 27
前往
页
相关搜索词
AndreasWeisQuicklyEstimatingPowersofTwoTheBeautyandPowerPrimitiveC++LeveragingtheforEfficientMachineLearningonEmbeddedDevicesApplicativeForgottenFunctionalPatternhttpsdocsdjangocmsorgdownloadsenlatestDocumentationDjangoCMS4.13.0OracleVMVirtualBox40UserManual4.2324.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩