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

无数据

分类

全部后端开发(94)Python(94)Jupyter(48)Scrapy(6)PyMuPDF(6)

语言

全部英语(90)中文(简体)(3)

格式

全部PDF文档 PDF(61)其他文档 其他(33)
 
本次搜索耗时 0.057 秒,为您找到相关结果约 94 个.
  • 全部
  • 后端开发
  • Python
  • Jupyter
  • Scrapy
  • PyMuPDF
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 PyMuPDF 1.12.2 documentation

    (centimeters), or mm (millimeters). Return type: float intersect(ir) The intersection (common rectangular area) of the current rectangle and ir is calculated and replaces the current rectangle. If either one is taken as the result - and hence also infinite if both rectangles were infinite. Parameters: ir (IRect) – Second rectangle. contains(x) Checks whether x is contained in the rectangle. It may be Geometry Objects. Examples Example 1: >>> ir = fitz.IRect(10, 10, 410, 610) >>> ir fitz.IRect(10, 10, 410, 610) >>> ir.height 600 >>> ir.width 400 >>> ir.getArea('mm') # calculate area in square
    0 码力 | 387 页 | 2.70 MB | 1 年前
    3
  • pdf文档 05. 李枫 用于 Linux 内核调试的 Python

    Toolchain LLVM  eBPF backend firstly introduced in LLVM 3.7 release  http://llvm.org/docs/CodeGenerator.html#the-extended- berkeley-packet-filter-ebpf-backend  o  $LLVM_SRC/lib/Target/BPF $LLVM_SRC/lib/Target/BPF  http://cilium.readthedocs.io/en/latest/bpf/  LLVM 9.0 Released With Ability To Build The Linux x86_64 ed_with_eBPF_Offload.pdf  int bpf(int cmd, union bpf_attr *attr, unsigned int size);  llvm-objdump, llvm-mc… bpftool  $KERNEL_SRC/tools/bpf /bpftool
    0 码力 | 63 页 | 4.07 MB | 1 年前
    3
  • pdf文档 MuPDF 1.23.0 Documentation

    OpenBSD. libclang is not available from pypi.org, but we can instead use the system py3-llvm package. sudo pkg_add py3-llvm pip install swig cd mupdf && python scripts/mupdfwrap.py -b all 7.7.5 Building the OpenBSD. libclang is not available from pypi.org, but we can instead use the system py3-llvm package. sudo pkg_add py3-llvm cd mupdf && python scripts/mupdfwrap.py -b m01 7.7.6 Building the C# bindings • MacOS. Building the C# bindings on MacOS is not currently supported. • OpenBSD. sudo pkg_add py3-llvm mono pip install swig cd mupdf && python scripts/mupdfwrap.py -b --csharp all 7.7.7 Using the bindings
    0 码力 | 245 页 | 817.74 KB | 8 月前
    3
  • pdf文档 MuPDF 1.25.0 Documentation

    OpenBSD. libclang is not available from pypi.org, but we can instead use the system py3-llvm package. sudo pkg_add py3-llvm pip install swig setuptools cd mupdf && python scripts/mupdfwrap.py -b all 8.7.6 OpenBSD. libclang is not available from pypi.org, but we can instead use the system py3-llvm package. sudo pkg_add py3-llvm pip install setuptools cd mupdf && python scripts/mupdfwrap.py -b m01 224 Chapter MacOS. Building the C# bindings on MacOS is not currently supported. • OpenBSD. sudo pkg_add py3-llvm mono pip install swig setuptools cd mupdf && python scripts/mupdfwrap.py -b --csharp all 8.7.8 Using
    0 码力 | 259 页 | 1.11 MB | 8 月前
    3
  • pdf文档 MuPDF 1.24.0 Documentation

    OpenBSD. libclang is not available from pypi.org, but we can instead use the system py3-llvm package. sudo pkg_add py3-llvm pip install swig setuptools cd mupdf && python scripts/mupdfwrap.py -b all 7.7.6 OpenBSD. libclang is not available from pypi.org, but we can instead use the system py3-llvm package. sudo pkg_add py3-llvm pip install setuptools cd mupdf && python scripts/mupdfwrap.py -b m01 7.7.7 Building MacOS. Building the C# bindings on MacOS is not currently supported. • OpenBSD. sudo pkg_add py3-llvm mono pip install swig setuptools cd mupdf && python scripts/mupdfwrap.py -b --csharp all 7.7. Building
    0 码力 | 249 页 | 830.15 KB | 8 月前
    3
  • pdf文档 4 Python语法扩展框架Moshmosh和其上的CPython compatible JIT实现 thautwarm

    piler/py_apis.py Intrinsics Intrinsics: RestrainJIT/src/py_apis.jl Intrinsics Passes: IR 优化不足 Passes: IR优化不足 THANK YOU github@thautwarm
    0 码力 | 30 页 | 8.04 MB | 1 年前
    3
  • epub文档 PyArmor Documentation v8.1.9

    exe, it’s OK if it could be run in other path. Download and install Windows version of LLVM [https://releases.llvm.org] Download https://pyarmor.dashingsoft.com/downloads/tools/clang-9.0.zip, it’s about exe, it’s OK if it could be run in other path. Download and install Windows version of LLVM [https://releases.llvm.org] Download https://pyarmor.dashingsoft.com/downloads/tools/clang-9.0.zip, it’s about
    0 码力 | 131 页 | 111.00 KB | 1 年前
    3
  • pdf文档 3 Thautwarm 解放python的表达力 性能和安全性 语法和语义扩展 JIT 静态检查

    同时有一个叫bytecode的库,解决了一些使用字节码的难题。 字节码长相如何? 演示 先把Python字节码翻译到一个精简版本, 便于分析 指令集这么大时准备追x86汇编了? 指令集减小到15以内 混合IR tmp = Call(x, (1, 2)) Python字节码 LOAD_FAST f LOAD_CONST (1, 2) CALL_FUNCTION 1 混合是指Stack Machine和 什么是terminate指令: Return, Jump, 等等,就是会 离开当前执行位置的指令。 几个Pass的效果 演示。 上述函数的Python字节码 Φ-Node生成 目前用于Cython代码生成的IR 其中 label 2: 1: drawback_21 = tmp-0 3: drawback_21 = tmp-5 意思是, 如果来自第1个block, 那么, drawback_21等于tmp-0;
    0 码力 | 43 页 | 10.71 MB | 1 年前
    3
  • epub文档 PyArmor Documentation v8.5.10

    exe, it’s OK if it could be run in other path. Download and install Windows version of LLVM [https://releases.llvm.org] Download https://pyarmor.dashingsoft.com/downloads/tools/clang-9.0.zip, it’s about exe, it’s OK if it could be run in other path. Download and install Windows version of LLVM [https://releases.llvm.org] Download https://pyarmor.dashingsoft.com/downloads/tools/clang-9.0.zip, it’s about
    0 码力 | 193 页 | 154.05 KB | 1 年前
    3
  • pdf文档 Jupyter Notebook 6.4.4 Documentation

    reYHT6/pZbSaHOIsMC1WuPfJRUv9zftuC66k4fmtIrKf40e43X+o3XdKb5gIEMZa6lrNdNX1EWp0zHhABhetURUY1rGcjK8IxR4IR46uhgAtN6/o2TiQWqZqdrWuq9kO+X0/DsDwDUgsJm372bIWea9muaxw+rvhHttmtpanHQ0dPWlsOB/IkY2SMsGz1o9u7j+UyKz2 xqTztBjkUMp3g0ZoLtB710B0Yqw3EVyUpAnH831baZV7TWvExfqr6QD2VqZz+WmGHjflOBbdRkkfMzbzW+g1g1uBqwZFHUtfP+6ir4hyDXONW5V7dGatbE+v6rqYj11zjXi5nXsNfSXr5/wB1WLIw61otYLfgK30JI3ysu40oxEb8pxK7q1s4/LX0gDtrViYv1Vssrdh 6/site-packages/ipykernel/resources bash /home/takluyver/.local/share/jupyter/kernels/bash ir /home/takluyver/.local/share/jupyter/kernels/ir There’s a special fallback for the Python kernel: if it doesn’t find a real
    0 码力 | 182 页 | 1.53 MB | 1 年前
    3
共 94 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
PyMuPDF1.12documentation05李枫用于Linux内核调试PythonMuPDF1.23Documentation1.251.24语法扩展框架MoshmoshCPythoncompatibleJIT实现thautwarmPyArmorv81.9Thautwarm解放python表达表达力性能安全安全性语义静态检查5.10JupyterNotebook6.4Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩