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

无数据

分类

全部综合其他(399)Weblate(272)Blender(38)KiCad(32)产品与服务(23)Apache OFBiz(15)Krita(9)人工智能(8)笔试面试(6)GIMP(4)

语言

全部英语(296)中文(简体)(85)中文(繁体)(10)日语(3)zh(2)中文(简体)(2)韩语(1)

格式

全部PDF文档 PDF(236)其他文档 其他(163)
 
本次搜索耗时 0.051 秒,为您找到相关结果约 399 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • KiCad
  • 产品与服务
  • Apache OFBiz
  • Krita
  • 人工智能
  • 笔试面试
  • GIMP
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • zh
  • 中文(简体)
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/22

    1 SCIENCE PASSION TECHNOLOGY Introduction to Scientific Writing 01 Structure of Scientific Papers Matthias Boehm Graz University of Technology, Austria Institute of Interactive Systems and Data Science Technology, WS 2020/21 Agenda  Data Management Group  Course Organization, Outline, and Projects  Structure of Scientific Papers  Paper Project Proposals 4 706.015 Introduction to Scientific Writing – and Overview Matthias Boehm, Graz University of Technology, WS 2020/21 Outline Lectures  01 Structure of Scientific Papers [Oct 28, 6.15pm, optional]  02 Scientific Reading and Writing [Nov 04, 6pm
    0 码力 | 36 页 | 1.12 MB | 1 年前
    3
  • pdf文档 Google Python Style Guide

    Expressions Default Argument Values Properties True/False evaluations Deprecated Language Features Lexical Scoping Function and Method Decorators Threading Power Features 1 Python Style Rules Semicolons split(foo, ':') map(lambda x: x[1], filter(lambda x: x[2] == 5, my_list)) apply(fn, args, kwargs) Lexical Scoping link￿ Okay to use. Definition: A nested Python function can refer to variables defined defined in enclosing functions, but can not assign to them. Variable bindings are resolved using lexical scoping, that is, based on the static program text. Any assignment to a name in a block will cause Python
    0 码力 | 30 页 | 94.81 KB | 1 年前
    3
  • pdf文档 The Gimp User’s Manual version 1.0.1

    by using the Image/Pos- terize filter, and the sketch layer was displaced slightly with a canvas structure as a map. The image was flattened and adjusted with Brightness-Contrast to get the gray value of additional programs to be able to access these features. GIMP HAS AN INNOVATIVE AND INTUITIVE STRUCTURE • Gimp has a much smarter menu system that is far more efficient than the one present in Photoshop 4. If you have created a more complex pattern or have used a photograph (for example, a wood structure), you will also need to use the Offset option to remove visible seams between tiles. This is described
    0 码力 | 924 页 | 9.50 MB | 1 年前
    3
  • pdf文档 02 Scientific Reading and Writing - Introduction to Scientific Writing WS2021/22

    paper/thesis is about  Read abstract, and optionally introduction scan paper (sections/subsections, structure, figures)  Understanding  Goal: understand how the presented approach accomplishes the paper’s University of Technology, WS 2021/22 Process of Reading – Skimming/Understanding  Abstract and Structure  #1 Partial Reading (mostly skimming)  Read into each paragraph until you get what it’s about self-explanatory figures (close to text), and structure  Avoid unnecessary formalism  as simple as possible  Shortening the text in favor of structure improves readability  Ex. Compressed Linear Algebra
    0 码力 | 26 页 | 613.57 KB | 1 年前
    3
  • epub文档 The Weblate Manual 2.16

    translations Qt Linguist .ts Android string resources Apple OS X strings PHP strings JSON and nested structure JSON files WebExtension JSON .Net Resource files CSV files YAML files Others Version control integration tool was written by Michal Čihař . Translators guide Weblate basics Projects structure Registration and user profile Registration Dashboard User profile Translated languages Secondary Ellipsis Multiple failing checks Weblate basics Projects structure Each project can contain various components. The reason for this structure is that all components in a project are expected to have a
    0 码力 | 315 页 | 1.36 MB | 1 年前
    3
  • pdf文档 BlenderVR User Manual Release 0.1

    Document Sections • Folder Structure • Acquiring Blender • Acquiring BlenderVR • Download Samples Scenes • Install Dependencies • Quick Setup • Running Folder Structure After all the downloads and and installations you should end up with the following folder structure. This is a recommendation, and it will be used as reference along this manual (the directory holding these files is referred as $INSTALL_DIR BlenderVR. Document Sections • Folder Structure • VRPN • Oculus Rift DK2 Folder Structure Add a plugins directory to your $INSTALL_DIR (see Folder Structure, this is once more a recommendation as
    0 码力 | 56 页 | 860.89 KB | 1 年前
    3
  • epub文档 BlenderVR User Manual Release 0.1

    Environment guide. Document Sections Folder Structure Acquiring Blender Acquiring BlenderVR Download Samples Scenes Install Dependencies Quick Setup Running Folder Structure After all the downloads and installations installations you should end up with the following folder structure. This is a recommendation, and it will be used as reference along this manual (the directory holding these files is referred as $INSTALL_DIR run BlenderVR. Document Sections Folder Structure VRPN Oculus Rift DK2 Folder Structure Add a plugins directory to your $INSTALL_DIR (see Folder Structure, this is once more a recommendation as it
    0 码力 | 75 页 | 861.11 KB | 1 年前
    3
  • epub文档 The Weblate Manual 1.9

    index next | previous | Weblate 1.9 documentation » Translators guide Weblate basics Projects structure Registration and user profile Registration User profile Languages Secondary languages Subscriptions documentation » Translators guide » Weblate basics Projects structure Each project can contain various subprojects. The reason for this structure is that all subprojects in a project are expected to have configuration is ready, you can run ./manage.py syncdb and ./manage.py migrate to create database structure. Now you should be able to create translation projects using admin interface. In case you want
    0 码力 | 124 页 | 407.36 KB | 1 年前
    3
  • epub文档 The Weblate Manual 1.8

    index next | previous | Weblate 1.8 documentation » Translators guide Weblate basics Projects structure Registration and user profile Registration User profile Languages Secondary languages Subscriptions documentation » Translators guide » Weblate basics Projects structure Each project can contain various subprojects. The reason for this structure is that all subprojects in a project are expected to have configuration is ready, you can run ./manage.py syncdb and ./manage.py migrate to create database structure. Now you should be able to create translation projects using admin interface. In case you want
    0 码力 | 119 页 | 667.56 KB | 1 年前
    3
  • epub文档 The Weblate Manual 2.17

    translations Qt Linguist .ts Android string resources Apple OS X strings PHP strings JSON and nested structure JSON files WebExtension JSON .Net Resource files CSV files YAML files Others Version control integration tool was written by Michal Čihař . Translators guide Weblate basics Projects structure Registration and user profile Registration Dashboard User profile Translated languages Secondary Ellipsis Multiple failing checks Weblate basics Projects structure Each project can contain various components. The reason for this structure is that all components in a project are expected to have a
    0 码力 | 338 页 | 1.38 MB | 1 年前
    3
共 399 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 40
前往
页
相关搜索词
01StructureofScientificPapersIntroductiontoWritingWS202122GooglePythonStyleGuideTheGimpUserManualversion1.002ReadingandWeblate2.16BlenderVRRelease0.11.91.82.17
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩