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

无数据

分类

全部云计算&大数据(175)VirtualBox(90)Apache Kyuubi(36)Pandas(32)机器学习(7)VMWare(4)边缘计算(2)Docker(1)dapr(1)Hadoop(1)

语言

全部英语(166)中文(简体)(8)中文(繁体)(1)

格式

全部PDF文档 PDF(156)其他文档 其他(19)
 
本次搜索耗时 0.258 秒,为您找到相关结果约 175 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • Apache Kyuubi
  • Pandas
  • 机器学习
  • VMWare
  • 边缘计算
  • Docker
  • dapr
  • Hadoop
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Oracle VM VirtualBox UserManual.pdf

    x86-64 Windows Windows Server Oracle Solaris Linux (various distributions) Arm64 macOS (requires Apple Silicon hardware) Arm64 Linux (various distributions) 1.4.2 Arm Host Limitations The following particular, Apple prohibits the installation of most versions of macOS on non- Apple hardware. These license restrictions are also enforced on a technical level. macOS verifies that it is running on Apple hardware that accompany Apple hardware check for the exact model. These restrictions are not circumvented by Oracle VirtualBox and continue to apply. • Only CPUs that are known and tested by Apple are supported
    0 码力 | 1186 页 | 5.10 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.25

    rename(columns={'one': 'foo', 'two': 'bar'}, .....: index={'a': 'apple', 'b': 'banana', 'd': 'durian'}) .....: Out[237]: foo bar three apple 0.280390 0.244345 NaN banana 1.169430 0.685821 1.063425 c 1 233237 d NaN 0.589941 0.853134 In [239]: df.rename({'a': 'apple', 'b': 'banana', 'd': 'durian'}, �→axis='index') Out[239]: one two three apple 0.280390 0.244345 NaN banana 1.169430 0.685821 1.063425 c m = ['apple', datetime.datetime(2016, 3, 2)] In [379]: pd.to_datetime(m, errors='coerce') Out[379]: DatetimeIndex(['NaT', '2016-03-02'], dtype='datetime64[ns]', freq=None) In [380]: m = ['apple', 2, 3]
    0 码力 | 698 页 | 4.91 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 7.0.0 User Manual

    even Cloud environments. The following screenshot shows how Oracle VM VirtualBox, installed on an Apple Mac com- puter, is running Windows Server 2016 in a virtual machine window. In this User Manual, for systems using an Apple silicon CPU. With this package, you can run some guest operating systems for Intel x86/x64 CPUs in an emulation. The macOS/Arm64 installer package for Apple silicon platform is understand and comply with these restrictions. In particular, Apple prohibits the installation of most versions of Mac OS X on non-Apple hardware. These license restrictions are also enforced on a technical
    0 码力 | 542 页 | 4.37 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 7.0.8 User Manual

    even Cloud environments. The following screenshot shows how Oracle VM VirtualBox, installed on an Apple Mac com- puter, is running Windows Server 2016 in a virtual machine window. In this User Manual, for systems using an Apple silicon CPU. With this package, you can run some guest operating systems for Intel x86/x64 CPUs in an emulation. The macOS/Arm64 installer package for Apple silicon platform is understand and comply with these restrictions. In particular, Apple prohibits the installation of most versions of Mac OS X on non-Apple hardware. These license restrictions are also enforced on a technical
    0 码力 | 546 页 | 4.37 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 7.0.6 User Manual

    even Cloud environments. The following screenshot shows how Oracle VM VirtualBox, installed on an Apple Mac com- puter, is running Windows Server 2016 in a virtual machine window. In this User Manual, for systems using an Apple silicon CPU. With this package, you can run some guest operating systems for Intel x86/x64 CPUs in an emulation. The macOS/Arm64 installer package for Apple silicon platform is understand and comply with these restrictions. In particular, Apple prohibits the installation of most versions of Mac OS X on non-Apple hardware. These license restrictions are also enforced on a technical
    0 码力 | 545 页 | 4.37 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 7.0.4 User Manual

    even Cloud environments. The following screenshot shows how Oracle VM VirtualBox, installed on an Apple Mac com- puter, is running Windows Server 2016 in a virtual machine window. In this User Manual, for systems using an Apple silicon CPU. With this package, you can run some guest operating systems for Intel x86/x64 CPUs in an emulation. The macOS/Arm64 installer package for Apple silicon platform is understand and comply with these restrictions. In particular, Apple prohibits the installation of most versions of Mac OS X on non-Apple hardware. These license restrictions are also enforced on a technical
    0 码力 | 543 页 | 4.37 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 7.0.10 User Manual

    even Cloud environments. The following screenshot shows how Oracle VM VirtualBox, installed on an Apple Mac com- puter, is running Windows Server 2016 in a virtual machine window. In this User Manual, for systems using an Apple silicon CPU. With this package, you can run some guest operating systems for Intel x86/x64 CPUs in an emulation. The macOS/Arm64 installer package for Apple silicon platform is understand and comply with these restrictions. In particular, Apple prohibits the installation of most versions of Mac OS X on non-Apple hardware. These license restrictions are also enforced on a technical
    0 码力 | 548 页 | 4.38 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 7.0.2 User Manual

    even Cloud environments. The following screenshot shows how Oracle VM VirtualBox, installed on an Apple Mac com- puter, is running Windows Server 2016 in a virtual machine window. In this User Manual, for systems using an Apple silicon CPU. With this package, you can run some guest operating systems for Intel x86/x64 CPUs in an emulation. The macOS/Arm64 installer package for Apple silicon platform is understand and comply with these restrictions. In particular, Apple prohibits the installation of most versions of Mac OS X on non-Apple hardware. These license restrictions are also enforced on a technical
    0 码力 | 542 页 | 4.37 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-11深度学习-序列模型

    RNN的类型 14 2.循环神经网络(RNN) 语言模型和序列生成 The apple and pear(pair) salad was delicious. 第一句话的概率是: ?(The apple and pair salad) = 3.2 × 10−13, 而第二句话的概率是: ? The apple and pear salad = 5.7 × 10−10, 15 03
    0 码力 | 29 页 | 1.68 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.19.0

    In [55]: store.append('food/apple', df) In [56]: store Out[56]: File path: store.h5 /foo/bar/bah frame (shape->[8,3]) ˓→ /food/apple frame_table (typ->appendable pandas Python version 2.7.11 |Continuum Analytics, Inc.| (default, Dec 6 2015, 18:57:58) [GCC 4.2.1 (Apple Inc. build 5577)] nose version 1.3.7 2.2. Installing pandas 323 pandas: powerful Python data analysis rename(columns={'one' : 'foo', 'two' : 'bar'}, .....: index={'a' : 'apple', 'b' : 'banana', 'd' : 'durian'}) .....: Out[216]: foo three bar apple -0.626544 NaN -0.351587 banana -0.138894 -0.177289 1.136249
    0 码力 | 1937 页 | 12.03 MB | 1 年前
    3
共 175 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 18
前往
页
相关搜索词
OracleVMVirtualBoxUserManualpdfpandaspowerfulPythondataanalysistoolkit0.257.0UserManual10机器学习课程温州大学11深度序列模型0.19
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩