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

无数据

分类

全部综合其他(297)Weblate(185)Blender(35)KiCad(24)产品与服务(20)Krita(9)人工智能(7)版本控制(6)Apache OFBiz(6)笔试面试(5)

语言

全部英语(194)中文(简体)(86)中文(繁体)(10)日语(3)zh(2)[zh](1)韩语(1)

格式

全部PDF文档 PDF(168)其他文档 其他(129)
 
本次搜索耗时 0.231 秒,为您找到相关结果约 297 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • KiCad
  • 产品与服务
  • Krita
  • 人工智能
  • 版本控制
  • Apache OFBiz
  • 笔试面试
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • zh
  • [zh]
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Google C++ Style Guide

    Google C++ Style Guide Google C++ Style Guide Background C++ is one of the main development languages used by many of Google’s open- source projects. As every C++ programmer knows, the language has describing in detail the dos and don’ts of writing C++ code. These rules exist to keep the code base manageable while still allowing coders to use C++ language features produc- tively. Style, also known known as readability, is what we call the conventions that govern our C++ code. The term Style is a bit of a misnomer, since these conventions cover far more than just source file formatting. Most open-source
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • epub文档 Krita 5.2 Manual

    documentation comes from the underlying C++ language that Krita is written in. The magic happens because of a Python tool called SIP, which makes it possible for python speak in C++ and talk to Krita. The end result result is that when we import krita and call functions, we’re actually using the C++ methods listed in that documentation. Let’s see how this stuff works in more detail. Let’s take a look at the second activeWindow(), and action() which we used above. One of the more confusing things is seeing all the C++ classes that Krita uses, including the Qt classes that start with Q. But here is the beauty of SIP:
    0 码力 | 1502 页 | 79.07 MB | 1 年前
    3
  • epub文档 Krita 5.2 브로셔

    documentation comes from the underlying C++ language that Krita is written in. The magic happens because of a Python tool called SIP, which makes it possible for python speak in C++ and talk to Krita. The end result result is that when we import krita and call functions, we’re actually using the C++ methods listed in that documentation. Let’s see how this stuff works in more detail. Let’s take a look at the second activeWindow(), and action() which we used above. One of the more confusing things is seeing all the C++ classes that Krita uses, including the Qt classes that start with Q. But here is the beauty of SIP:
    0 码力 | 1531 页 | 79.11 MB | 1 年前
    3
  • epub文档 Krita 5.2 中文手册

    org/krita/html/annotated.html] 这两个页面可能看起来非常艰深。这很难避免,毕竟 Krita 是通过 C++ 编程语 言编写的。Python 脚本在与 Krita 建立联系时会通过 SIP 使用 C++,这样当我 们使用 import krita 来调用功能时,我们实际上调用的是这些文档里列举的 C++ 功能。 让我们仔细观察一下这些功能是如何工作的。在 Krita 程序类参考文档 [https://api instance()) ,它返回的结果应该和该页非常相近。你可以研究一 下前面例子使用过的功能:createDocument()、activeWindow()、action()。 看到 Krita 的各种 C++ 程序类和 Q 开头的 Qt 程序类混列在一起会让人觉得眼 花缭乱。不过这正是 SIP 大展身手的地方:它会尽可能把这些程序类翻译为简 单易懂的 Python 格式。例如你可以看到 filters() 的文档不知所云 [https://www.riverbankcomputing.com/static/Docs/PyQt5/signals_slots.html] ,而且 信号和信号槽的创建方式又跟 C++ 下的 Qt 很不一样,因此我们在此展开说明 一下: 你使用 PyQt 制作的所有 Python 功能都可以被看作是信号槽。这意味着它们可 以接受 Action.triggered 或者 QPushButton
    0 码力 | 1594 页 | 79.20 MB | 1 年前
    3
  • epub文档 Krita 5.2 官方文档中文版 2023-12-08A

    org/krita/html/annotated.html] 这两个页面可能看起来非常艰深。这很难避免,毕竟 Krita 是通过 C++ 编程语 言编写的。Python 脚本在与 Krita 建立联系时会通过 SIP 使用 C++,这样当我 们使用 import krita 来调用功能时,我们实际上调用的是这些文档里列举的 C++ 功能。 让我们仔细观察一下这些功能是如何工作的。在 Krita 程序类参考文档 [https://api instance()) ,它返 回的结果应该和该页非常相近。你可以研究一下前面例子使用过的功能: createDocument()、activeWindow()、action()。 看到 Krita 的各种 C++ 程序类和 Q 开头的 Qt 程序类混列在一起会让人觉得眼 花缭乱。不过这正是 SIP 大展身手的地方:它会尽可能把这些程序类翻译为简 单易懂的 Python 格式。例如你可以看到 filters() 的文档不知所云 [https://www.riverbankcomputing.com/static/Docs/PyQt5/signals_slots.html] ,而且信号和信号槽的 创建方式又跟 C++ 下的 Qt 很不一样,因此我们在此展开说明一下: 你使用 PyQt 制作的所有 Python 功能都可以被看作是信号槽。这意味着它们可 以接受 Action.triggered 或者 QPushButton
    0 码力 | 1562 页 | 79.19 MB | 1 年前
    3
  • epub文档 Krita 5.1 官方文档中文版 2023-05-26A

    org/krita/html/annotated.html] 这两个页面可能看起来非常艰深。这很难避免,毕竟 Krita 是通过 C++ 编程语 言编写的。Python 脚本在与 Krita 建立联系时会通过 SIP 使用 C++,这样当我 们使用 import krita 来调用功能时,我们实际上调用的是这些文档里列举的 C++ 功能。 让我们仔细观察一下这些功能是如何工作的。在 Krita 程序类参考文档 [https://api instance()) ,它返 回的结果应该和该页非常相近。你可以研究一下前面例子使用过的功能: createDocument()、activeWindow()、action()。 看到 Krita 的各种 C++ 程序类和 Q 开头的 Qt 程序类混列在一起会让人觉得眼 花缭乱。不过这正是 SIP 大展身手的地方:它会尽可能把这些程序类翻译为简 单易懂的 Python 格式。例如你可以看到 filters() 的文档不知所云 [https://www.riverbankcomputing.com/static/Docs/PyQt5/signals_slots.html] ,而且信号和信号槽的 创建方式又跟 C++ 下的 Qt 很不一样,因此我们在此展开说明一下: 你使用 PyQt 制作的所有 Python 功能都可以被看作是信号槽。这意味着它们可 以接受 Action.triggered 或者 QPushButton
    0 码力 | 1547 页 | 78.22 MB | 1 年前
    3
  • epub文档 Krita 5.2 マニュアル

    の API ドキュメントは Krita が書かれた C++ 言語に基づいている からです。魔法は Python の SIP と呼ばれるツールにあり、これを用いるこ とで Python に C++ を喋らせたり、Krita と会話できるようになります。結 果、import krita を行い、関数を呼び出したときに、ドキュメントに書か れている C++ メソッドを実際に使うようになります。 これがど ことと合うはずです - 上で使った createDocument()、activeWindow()、 action() 関数のドキュメントを閲覧することができます。 もっと混乱するのは Krita が使う C++ クラスを、Q で始まる Qt のクラスも 含めて見ることです。でもここに SIP の美しさがあります: これらのクラス を可能な限りシンプルで単直に訳してくれることです。例えば、 QStringList 解するのがかなり難しい [https://www.riverbankcomputing.com/static/Docs/PyQt5/signals_slots.html] の と、シグナルやスロットを作る方法が C++ の Qt と非常に異なるため、こ こで説明します: PyQt で作るすべての Python の関数は、スロットとして理解できます。つま り、これらは Action.triggered や QPushButton
    0 码力 | 1591 页 | 79.16 MB | 1 年前
    3
  • pdf文档 Krita 5.2 官方文档中文版 2023-12-08A

    org/krita/html/annotated.html] 这两个页面可能看起来非常艰深。这很难避免,毕竟 Krita 是通过 C++ 编程语言编写的。Python 脚本在与 Krita 建立联系时会通过 SIP 使用 C++,这样当我们使用 import krita 来调用功能时,我们 实际上调用的是这些文档里列举的 C++ 功能。 让我们仔细观察一下这些功能是如何工作的。在 Krita 程序类参考 文档 [https://api instance()) ,它返回的结果应该和该页非 常相近。你可以研究一下前面例子使用过的功能: createDocument()、activeWindow()、action()。 看到 Krita 的各种 C++ 程序类和 Q 开头的 Qt 程序类混列在一起会 让人觉得眼花缭乱。不过这正是 SIP 大展身手的地方:它会尽可能 把这些程序类翻译为简单易懂的 Python 格式。例如你可以看到 filters() 的文档不知所云 [https://www.riverbankcomputing.com/static/Docs/PyQt5/signals_slots.ht ml] ,而且信号和信号槽的创建方式又跟 C++ 下的 Qt 很不一样, 因此我们在此展开说明一下: 你使用 PyQt 制作的所有 Python 功能都可以被看作是信号槽。这 意味着它们可以接受 Action.triggered 或者 QPushButton
    0 码力 | 1685 页 | 91.87 MB | 1 年前
    3
  • pdf文档 Trends Artificial Intelligence

    these topics in the Fourth Edition (2020) of their 1,116-page classic ‘Artificial Intelligence: A Modern Approach’ (link here), and their views still hold true. Highlights follow… …the benefits: put ty… AI = Benefits & Risks Source: Stuart Russell and Peter Norvig, ‘Artificial Intelligence: A Modern Approach’51 Success in creating AI could be the biggest event in the history of our civilization of Google’s ‘Attention is All You Need’ Transformers research paper in 2017, the first wave of ‘modern AI’ (read: LLMs) focused on text: models such as OpenAI’s GPT-3 and Meta’s Llama-1 showed that
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 Krita 4.x 官方文档中文版 2021-08-06A

    assKrita.html] 这两个⻚⾯可能看起来⾮常艰深。这很难避免,毕竟 Krita 是通过 C++ 编程语⾔编写的。Python 脚本在与 Krita 建⽴联系时会通过 SIP 使⽤ C++,这样当我们使⽤ import krita 来调⽤功能时,我们实 际上调⽤的是这些⽂档⾥列举的 C++ 功能。 让我们仔细观察⼀下这些功能是如何⼯作的。在 Krita 程序类参考 ⽂档 [https://api instance()) ,它返回的结果应该和该⻚ ⾮常相近。你可以研究⼀下前⾯例⼦使⽤过的功能: createDocument() 、activeWindow() 、action() 。 看到 Krita 的各种 C++ 程序类和 Q 开头的 Qt 程序类混列在⼀起会 让⼈觉得眼花缭乱。不过这正是 SIP ⼤展⾝⼿的地⽅:它会尽可能 把这些程序类翻译为简单易懂的 Python 格式。例如你可以看到 function 的⽂档不知所云 [https://www.riverbankcomputing.com/static/Docs/PyQt5/signals_slots.h tml] ,⽽且信号和信号槽的创建⽅式⼜跟 C++ 下的 Qt 很不⼀样, 因此我们在此展开说明⼀下: 你使⽤ PyQt 制作的所有 Python 功能都可以被看作是信号槽。这 意味着它们可以接受 Action.triggered 或者 QPushButton
    0 码力 | 1594 页 | 110.95 MB | 1 年前
    3
共 297 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 30
前往
页
相关搜索词
GoogleC++StyleGuideKrita5.2Manual中文手册官方文档文版中文版20231208A5.10526ATrendsArtificialIntelligence20210806A
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩