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

无数据

分类

全部后端开发(394)Java(110)Python(96)Julia(87)数据库(84)综合其他(73)C++(71)Spring(64)Conan(63)Scrapy(51)

语言

全部英语(503)中文(简体)(74)中文(繁体)(20)日语(3)韩语(1)

格式

全部PDF文档 PDF(502)其他文档 其他(98)TXT文档 TXT(1)PPT文档 PPT(1)
 
本次搜索耗时 0.301 秒,为您找到相关结果约 602 个.
  • 全部
  • 后端开发
  • Java
  • Python
  • Julia
  • 数据库
  • 综合其他
  • C++
  • Spring
  • Conan
  • Scrapy
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.25

    function. In [170]: from functools import partial In [171]: q_25 = partial(pd.Series.quantile, q=0.25) In [172]: q_25.__name__ = '25%' In [173]: q_75 = partial(pd.Series.quantile, q=0.75) In [174]: https://xlsxwriter. readthedocs.io/working_with_pandas.html 4.1.5 OpenDocument Spreadsheets New in version 0.25. The read_excel() method can also read OpenDocument spreadsheets using the odfpy module. The semantics writing (serialization), and reading (deserialization). Warning: The msgpack format is deprecated as of 0.25 and will be removed in a future version. It is recommended to use pyarrow for on-the-wire transmission
    0 码力 | 698 页 | 4.91 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.25.0

    0.25.0 2 CONTENTS CHAPTER ONE WHAT’S NEW IN 0.25.0 (JULY 18, 2019) Warning: Starting with the 0.25.x series of releases, pandas only supports Python 3.5.3 and higher. See Plan for dropping Python 2 __repr__ method, if a specific __repr__ method is not found. This is not needed for Python3. In Pandas 0.25, the string representations of Pandas objects are now generally defined in __repr__, and calls to identical. See Migrating for more (GH19239). 1.3.2 msgpack format The msgpack format is deprecated as of 0.25 and will be removed in a future version. It is recommended to use pyarrow for on-the-wire transmission
    0 码力 | 2827 页 | 9.62 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.25.1

    0.25.1 2 CONTENTS CHAPTER ONE WHAT’S NEW IN 0.25.0 (JULY 18, 2019) Warning: Starting with the 0.25.x series of releases, pandas only supports Python 3.5.3 and higher. See Dropping Python 2.7 for more __repr__ method, if a specific __repr__ method is not found. This is not needed for Python3. In Pandas 0.25, the string representations of Pandas objects are now generally defined in __repr__, and calls to identical. See Migrating for more (GH19239). 1.3.2 msgpack format The msgpack format is deprecated as of 0.25 and will be removed in a future version. It is recommended to use pyarrow for on-the-wire transmission
    0 码力 | 2833 页 | 9.65 MB | 1 年前
    3
  • pdf文档 Template-Less Meta-Programming

    x86-64 1 1 0.25 shl edi, 3 2 5 0.50 * bzhi eax, dword ptr [rsi], edi 1 3 1.00 imul eax, eax, 267363435 1 1 0.25 shr shr eax, 29 1 1 0.25 mov ecx, 531 1 1 0.25 shrx eax, ecx, eax 1 1 0.25 and eax, 7 [1] [2] [3] [4] [5] [6] lookup: // x86-64
    0 码力 | 130 页 | 5.79 MB | 5 月前
    3
  • epub文档 Getting Started in KiCad 4.0

    those required by your PCB manufacturer. In general you can set the clearance to 0.25 and the minimum track width to 0.25. Click on the Design Rules → Design Rules menu. If it does not show already, click the top of the window to 0.25 and the Track Width field to 0.25 as shown below. Measurements here are in mm. 4. Click on the Global Design Rules tab and set Min track width to 0.25'. Click the OK button
    0 码力 | 63 页 | 756.22 KB | 1 年前
    3
  • pdf文档 Getting Started in KiCad 5.1

    those required by your PCB manufacturer. In general you can set the clearance to 0.25 and the minimum track width to 0.25. Click on the Setup → Design Rules menu. If it does not show already, click on the Net Classes Editor tab. Change the Clearance field at the top of the window to 0.25 and the Track Width field to 0.25 as shown below. Measurements here are in mm. Getting Started in KiCad 24 / 43 4. Click on the Global Design Rules tab and set Minimum track width to 0.25. Click the OK button to commit your changes and close the Design Rules Editor window. 5. Now we will import the netlist file
    0 码力 | 48 页 | 752.57 KB | 1 年前
    3
  • epub文档 Getting Started in KiCad 5.1

    those required by your PCB manufacturer. In general you can set the clearance to 0.25 and the minimum track width to 0.25. Click on the Setup → Design Rules menu. If it does not show already, click on the top of the window to 0.25 and the Track Width field to 0.25 as shown below. Measurements here are in mm. 4. Click on the Global Design Rules tab and set Minimum track width to 0.25. Click the OK button
    0 码力 | 63 页 | 634.01 KB | 1 年前
    3
  • pdf文档 Getting Started in KiCad 4.0

    those required by your PCB manufacturer. In general you can set the clearance to 0.25 and the minimum track width to 0.25. Click on the Design Rules → Design Rules menu. If it does not show already, click top of the window to 0.25 and the Track Width field to 0.25 as shown below. Measurements here are in mm. 4. Click on the Global Design Rules tab and set Min track width to 0.25’. Click the OK button
    0 码力 | 50 页 | 892.87 KB | 1 年前
    3
  • pdf文档 KiCad 5.1快速入门

    制造商要求的宽度。通常,您可以将间隙设置为 0.25mm,将最小轨 道宽度设置为 0.25mm 。单击 设置 → 设计规则菜单。如果它尚未显示,请单击 网络类编辑器选项卡。将窗口 顶部的 间距字段更改为 0.25mm,将 布线宽度字段更改为 0.25mm,如下所示。这里的测量单位是 mm。 KiCad 入门 23 / 41 4. 单击 全局设计规则选项卡,将 最小布线宽度设置为 0.25mm 。单击 确定按钮以提交更改并关闭
    0 码力 | 46 页 | 1.33 MB | 1 年前
    3
  • epub文档 KiCad 5.1 快速入门

    设置为PCB制造商要求的宽度。 通常,您可以将 间隙设置为 0.25mm,将最小轨道宽度设置为 0.25mm 。 单击 设置 → 设计规则 菜单。 如果它尚未显示,请单击 网络类编辑器 选项卡。 将窗口顶部的 间距 字 段更改为 0.25mm,将 布线宽度 字段更改为 0.25mm,如下所示。 这里的测量 单位是 mm。 4. 单击 全局设计规则 选项卡,将 最小布线宽度 设置为 0.25mm 。 单击 确定 按钮 以提交更改并关闭
    0 码力 | 59 页 | 574.65 KB | 1 年前
    3
共 602 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 61
前往
页
相关搜索词
pandaspowerfulPythondataanalysistoolkit0.25TemplateLessMetaProgrammingGettingStartedinKiCad4.05.1快速入门
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩