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

无数据

分类

全部后端开发(1141)Python(365)Java(275)Spring(219)C++(188)Django(87)Julia(87)Conan(74)区块链(68)Jupyter(62)

语言

全部英语(1041)中文(简体)(75)中文(繁体)(11)西班牙语(2)韩语(2)英语(2)法语(1)日语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(849)其他文档 其他(285)PPT文档 PPT(7)
 
本次搜索耗时 0.049 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • C++
  • Django
  • Julia
  • Conan
  • 区块链
  • Jupyter
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 西班牙语
  • 韩语
  • 英语
  • 法语
  • 日语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 A Journey Into Non-Virtual Polymorphism

    Rud Merriam | A Journey into Non-Virtual Polymorphism 2 Who Doesn’t Recognize This?? 1990 Borland Turbo C++Cppcon 2023 | Rud Merriam | A Journey into Non-Virtual Polymorphism 3 Background ● Experience – Medium.com (https://medium.com/@rudmerriam)Cppcon 2023 | Rud Merriam | A Journey into Non-Virtual Polymorphism 4 Polymorphism ● Greek: “many forms” (Obligatory statement) ● The use of a single variableCppcon 2023 | Rud Merriam | A Journey into Non-Virtual Polymorphism 5 Polymorphic Variables ● Base class pointer to derived class – Virtual functions are not bad! ● Standard Template Library
    0 码力 | 43 页 | 536.84 KB | 6 月前
    3
  • pdf文档 Optimizing Away Virtual Functions May Be Pointless

    carePhoto by Tech Nick on unsplashSimple benchmark class Base { public: int concrete() const; virtual int virt() const; }; void benchmark(Base *b, size_t num_iterations) { auto start = Clock::now(); virt_duration = end-start;There are interesting technical details and surprising conclusions that virtual functions can be actually faster. Since CPU architectures are mentioned, I'd expect to see deep nt-vs-inheritance-vs-other- ways-performanceDoes it even matter?Conclusions ● The notion that “virtual functions are slower” is flat out wrong. ○ Which is not to say they are faster ○ Some of the suggested
    0 码力 | 20 页 | 1.19 MB | 6 月前
    3
  • pdf文档 BehaviorTree.CPP: Task Planning for Robots and Virtual Agents

    Hierarchical State Machines The graphical representation of the nodes in a BT has a meaning. Children are ordered from left to right.Are Behavior Trees better than Hierarchical State Machines? HSM BT BT.CPPState CPPState Machines Behavior Trees Learning curve more familiar it needs some practice Concurrency no yes Scalability poor better Readability scales very poorly better Behavior Trees VS Hierarchical Hierarchical State Machines"Tick" and Node types ● The “tick” is the signal that we propagate from the root to the leaves. ● The leaves of the tree are the Actions. I.e. the user-defined code that should be
    0 码力 | 59 页 | 7.97 MB | 6 月前
    3
  • epub文档 PyArmor Documentation v8.1.9

    How the documentation is organized 1.2. Installation 1.2.1. Installation from PyPI 1.2.2. Using virtual environments 1.2.3. Installation from source 1.2.4. Run Pyarmor from Python script 1.2.5. Clean uninstallation 3.4. Copying package data files 1.3.5. Checking runtime key periodically 1.3.6. Binding to many machines 1.3.7. Using outer file to store runtime key 1.3.8. Localization runtime error 1.3.9. Packing obfuscated party libraries 2.9. Register Pyarmor 2.9.1. Initial Registration 2.9.2. Registering in other machines 2.9.3. Using group license 2.9.4. Upgrading old Pyarmor license 3. References 3.1. Concepts 3
    0 码力 | 131 页 | 111.00 KB | 1 年前
    3
  • epub文档 PyArmor Documentation v8.5.10

    is organized 1.2. Installation 1.2.1. Prerequisite 1.2.2. Installation from PyPI 1.2.3. Using virtual environments 1.2.4. Installation from source 1.2.5. Installation in offline device 1.2.6. Termux 3.4. Copying package data files 1.3.5. Checking runtime key periodically 1.3.6. Binding to many machines 1.3.7. Using outer file to store runtime key 1.3.8. Localization runtime error 1.3.9. Packing obfuscated from PyPI 1.2.2.1. Installed command 1.2.2.2. Start Pyarmor by Python interpreter 1.2.3. Using virtual environments 1.2.4. Installation from source 1.2.5. Installation in offline device 1.2.6. Termux
    0 码力 | 193 页 | 154.05 KB | 1 年前
    3
  • pdf文档 The Way To Go - 2012

    ...............................................................527 19.8 Multiprocessing on many machines .....................................................................528 19.9 Using a ProxyStore system for call centers in Go. ..............................................561 21.3 Atlassian—a virtual machine cluster management system. ...................................562 21.4 Camlistore—a content We’ve had many lessons since then. Things like garbage collection and exception handling and virtual machines, which used to be crazy talk, are now accepted without question. The complexity of C++ (even
    0 码力 | 629 页 | 4.85 MB | 1 年前
    3
  • epub文档 PyArmor Documentation v6.2.7

    dist/pytransform_bootstrap --exact __init__.py 2. Then create virtual python environment to run the obfuscated scripts, move the bootstrap package to virtual python library. For example: # For windows mv dist function main, or anywhere they could be executed as module site is imported. After that in the virtual environment python could run the obfuscated scripts directly, because the module site is automatically Refer to https://docs.python.org/3/library/site.html Note The command pyarmor doesn’t work in this virtual environment, it’s only used to run the obfuscated scripts. Note Before v5.7.0, you need create
    0 码力 | 159 页 | 123.91 KB | 1 年前
    3
  • epub文档 PyArmor Documentation v6.3.1

    dist/pytransform_bootstrap --exact __init__.py 2. Then create virtual python environment to run the obfuscated scripts, move the bootstrap package to virtual python library. For example: # For windows mv dist function main, or anywhere they could be executed as module site is imported. After that in the virtual environment python could run the obfuscated scripts directly, because the module site is automatically Refer to https://docs.python.org/3/library/site.html Note The command pyarmor doesn’t work in this virtual environment, it’s only used to run the obfuscated scripts. Note Before v5.7.0, you need create
    0 码力 | 161 页 | 124.89 KB | 1 年前
    3
  • pdf文档 PyArmor Documentation v6.2.8

    PyArmor Documentation, Release 6.2.0 2. Then create virtual python environment to run the obfuscated scripts, move the bootstrap package to virtual python library. For example: # For windows mv dist/ function main, or anywhere they could be executed as module site is imported. After that in the virtual environment python could run the obfuscated scripts directly, because the module site is automatically Refer to https://docs.python.org/3/library/site.html Note: The command pyarmor doesn’t work in this virtual environment, it’s only used to run the obfuscated scripts. Note: Before v5.7.0, you need create
    0 码力 | 153 页 | 483.38 KB | 1 年前
    3
  • pdf文档 Celery 1.0 Documentation

    worker servers. A worker server is a networked machine running celeryd. This can be one or more machines, depending on the workload. The result of the task can be stored for later retrieval (called its survives most error scenarios, and your tasks will never be lost. Dis- tributed Runs on one or more machines. Supports clustering when used in combination with RabbitMQ. You can set up new workers without Setting up RabbitMQ To use celery we need to create a RabbitMQ user, a virtual host and allow that user access to that virtual host: $ rabbitmqctl add_user myuser mypassword $ rabbitmqctl add_vhost
    0 码力 | 123 页 | 400.69 KB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
JourneyIntoNonVirtualPolymorphismOptimizingAwayFunctionsMayBePointlessBehaviorTreeCPPTaskPlanningforRobotsandAgentsPyArmorDocumentationv81.95.10TheWayToGo2012v62.73.12.8Celery1.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩