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

无数据

分类

全部后端开发(66)Python(40)Celery(35)综合其他(27)Blender(21)Java(17)Spring(16)C++(4)Django(4)版本控制(3)

语言

全部英语(79)中文(繁体)(10)中文(简体)(5)韩语(1)

格式

全部PDF文档 PDF(68)其他文档 其他(28)
 
本次搜索耗时 0.116 秒,为您找到相关结果约 96 个.
  • 全部
  • 后端开发
  • Python
  • Celery
  • 综合其他
  • Blender
  • Java
  • Spring
  • C++
  • Django
  • 版本控制
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The Beauty and Power of Primitive C++

    The Beauty and Power of “Primitive” C++ Bjarne Stroustrup Morgan Stanley, Columbia University www.Stroustrup.com Stroustrup - "Primitive" - CppCon 2020 1This year is different Stroustrup - "Primitive"
    0 码力 | 53 页 | 1.03 MB | 5 月前
    3
  • pdf文档 Some Things C++ Does Right

    Python, C, Haskell…A word about beauty and elegance 23A word about beauty and elegance • Beauty is in the eye of the beholder • Beauty is cultural • There’s beauty in most programming languages • • C++ has warts, but it’s often beautiful 24A word about beauty and elegance • Situation: we have a game with all sorts of monsters • We made a class hierarchy managed within objects of a pImpl class 25A word about beauty and elegance // if we were in C# static List RemoveDead(List lst) { lst.RemoveAll(m => !m.IsAlive); return lst; } 26A word about beauty and elegance //
    0 码力 | 228 页 | 2.47 MB | 5 月前
    3
  • pdf文档 COMPOSABLE C++

    "When I am working on a problem, "When I am working on a problem, I never think about beauty. I never think about beauty. But when I have �nished, But when I have �nished, if the solution is not beautiful include mutual recursion. The most common inhibitor of recursive beauty is mixed up return types. The most common inhibitor of recursive beauty is mixed up return types. auto calculate_recursively(const collection&)
    0 码力 | 124 页 | 8.28 MB | 5 月前
    3
  • pdf文档 1 Beautiful Python

    Q3 of 2020 3 Book signing at 12:00 today on 3rd floor INTRODUCTION 4 To Love and create beauty are conditions to happiness. — Walter Gropius (1883–1969), founder of Bauhaus School 6 7 OPERATOR & 68 https://github.com/standupdev/uintset 69 https://github.com/standupdev/uintset THE BEAUTY OF DOUBLE DISPATCH 70 FAIL FAST 71 72 73 NO "UNDEFINED" VALUES 74 NO SURPRISING NULL
    0 码力 | 109 页 | 34.99 MB | 1 年前
    3
  • pdf文档 使用 TEX 写文档

    正文排版 讨论和演示 History Knuth Donald E. Knuth 高德纳 TAOCP Year 1969 ∼ TEX τ ϵ χ ⇔ technology TEX — Beauty and Fun! KevinW@OUC 王晓东 大纲 What’s TEX 历史 扩展 系统 Why TEX 优点 比较 HowTo LATEX 文档基本结构 一个简单例子 正文排版 讨论和演示 History Knuth Donald E. Knuth 高德纳 TAOCP Year 1969 ∼ TEX τ ϵ χ ⇔ technology TEX — Beauty and Fun! KevinW@OUC 王晓东 大纲 What’s TEX 历史 扩展 系统 Why TEX 优点 比较 HowTo LATEX 文档基本结构 一个简单例子
    0 码力 | 65 页 | 1.07 MB | 1 年前
    3
  • pdf文档 Cross-Platform Floating-Point Determinism Out of the Box

    . …one thing in common too It's a, it's a, it's a, it's a sin()! — almost Pet Shop Boys The beauty of this code is that it means EXACTLY the same thing for ALL fp’s with 23 bits of fraction and 8
    0 码力 | 31 页 | 3.88 MB | 5 月前
    3
  • pdf文档 The React Handbook

    We're adding the component as if it was part of the HTML language. That's the beauty of React components and JSX: we can compose an application interface and use it like we're writing
    0 码力 | 31 页 | 1.28 MB | 1 年前
    3
  • pdf文档 Nim - the first high performance language with full support for hot codereloading at runtime

    typed high performance (compiles to native binaries - comparable to C/C++) very clean & elegant - no, beauty is NOT subjective! garbage collected (can do manual memory management too) expressive - some of the
    0 码力 | 63 页 | 2.91 MB | 1 年前
    3
  • pdf文档 Blender v2.92 参考手册(繁体中文版)

    from any group of selected edges or vertices, as long as they form one or more complete perimeters. Beauty Arrange the new triangles nicely. Filled using fill. Note, unlike creating n-gons, Fill supports Edit Mode. Mesh before Triangulate modifier. Mesh after Triangulate modifier. 選項 Quad Method Beauty Split the quads in nice triangles, slower method. Fixed Split the quads on their 1st and 3rd vertices Shortest Diagonal Split the quads based on the diagonal distance between their vertices. N-gon Method Beauty Arrange the new triangles nicely, slower method. Clip Splits n-gons using an ear-clipping algorithm
    0 码力 | 3966 页 | 203.00 MB | 1 年前
    3
  • pdf文档 Blender v2.93 Manual

    from any group of selected edges or vertices, as long as they form one or more complete perimeters. Beauty Arrange the new triangles nicely. Filled using fill. Note, unlike creating n-gons, Fill supports Mode. Mesh before Triangulate modifier. Mesh after Triangulate modifier. Options Quad Method Beauty Split the quads in nice triangles, slower method. Fixed Split the quads on their 1st and 3rd vertices Shortest Diagonal Split the quads based on the diagonal distance between their vertices. N-gon Method Beauty Arrange the new triangles nicely, slower method. Clip Splits n-gons using an ear-clipping algorithm
    0 码力 | 3962 页 | 201.40 MB | 1 年前
    3
共 96 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
TheBeautyandPowerofPrimitiveC++SomeThingsDoesRightCOMPOSABLEBeautifulPythonTeXIntropdfCrossPlatformFloatingPointDeterminismOuttheBoxReactHandbookNimfirsthighperformancelanguagewithfullsupportforhotcodereloadingatruntimeBlenderv292参考手册参考手册繁体中文繁体中文93Manual
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩