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

无数据

分类

全部后端开发(439)Java(164)Spring(113)Julia(87)综合其他(51)ActiveMQ(46)其它语言(45)Blender(37)C++(32)nim(29)

语言

全部英语(463)中文(简体)(49)中文(繁体)(20)英语(1)

格式

全部PDF文档 PDF(428)其他文档 其他(62)TXT文档 TXT(41)DOC文档 DOC(1)PPT文档 PPT(1)
 
本次搜索耗时 0.236 秒,为您找到相关结果约 533 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • Julia
  • 综合其他
  • ActiveMQ
  • 其它语言
  • Blender
  • C++
  • nim
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Reflection Is Not Contemplation

    Reflection Is Not Contemplation Andrei Alexandrescu | CppCon 2024Ba-dum tsss…I’ll Start With the Punchline •Static reflection without code generation is incomplete •The “reading” part of reflection generally “generation” part of reflection suffered of neglect •P2996 very gingerly sneaks in a foot in the door (define_class) •P3294 finally blows the door off its hinges •The two facets of reflection are equally important important •Where do AI tools fit within this craze?The Reflection Circularity Problem Without generation, we’re chasing our tails •Recall ^^x reflects on x, [:y:] unreflects (splices) y; [:^^x:] is x
    0 码力 | 45 页 | 2.45 MB | 5 月前
    3
  • pdf文档 Reflection Based Libraries to Look Forward To

    1Reflection based libraries to look forward to Saksham Sharma CppCon 2024 2Director, Quant Research Tech at Tower Research Capital High frequency trading firm based out of NYC Develop low latency abstractions, and clean APIs Why me 4What is reflection Reflection in other languages (Go, Python, Java) Reflection in C++ as per P2996 Syntax and examples Reflection libraries! Python bindings ABI hashing Alternatives ways to achieve “reflection” Overview 5Reflection In code. 6Write code to Access information about other “code” Operate on that information Reflection? 7How is this different from
    0 码力 | 118 页 | 14.33 MB | 5 月前
    3
  • pdf文档 Implementing Reflection Using the New C++20 Tooling Opportunity: Modules

    Industry • (prev) Creative Assembly • Guerrilla4 Summary • What is reflection? • Why? • Implementing runtime reflectionWhat is reflection • Metadata of code • “What members do I have?” 5 struct Entity name]["value"] = f.value(); json[f.name]["type"] = f.type; } return json; } Why should I care about reflection?• Serialization • Binary, JSON, etc. 7 json value_to_json(any any_value) { // Handle builtins care about reflection?• Extension to the type system • WPF, Automatic Bindings • Language bindings: Python • Content editors • Automatic change detection 8 Why do I care about reflection even more
    0 码力 | 53 页 | 1.43 MB | 5 月前
    3
  • pdf文档 Java 应用与开发 - 类加载和反射

    程序运行时,允许改变程序结构或变量类型,这种语言称为 动态语言。从这个观点看,Perl、Python、Ruby 是动态语 言,C++、Java、C# 不是动态语言。 ▶ 但是 Java 有着一个非常突出的动态相关机制:反射 (Reflection),可以于运行时加载、探知、使用编译期间完 全未知的类。换句话说,Java 程序可以加载一个运行时才 得知名称的类,获悉其完整构造(但不包括 methods 定义), 并生成其对象实体、或对其
    0 码力 | 46 页 | 714.40 KB | 1 年前
    3
  • pdf文档 Template-Less Meta-Programming

    https://github.com/qlibs/mp 37 / 58Reflection for C++26* - Reflection for C++26* - Value-based Metaprogramming Value-based Metaprogramming Meta functions for Reflection (introspection, generation) Meta Meta functions for Reflection (introspection, generation) https://wg21.link/p2996 https://wg21.link/p2996 38 / 58Reflection for C++26* - Reflection for C++26* - https://wg21.link/p2996 https://wg21.link/p2996 ^^T // reflection operator (reflexpr) static_assert(^^int == ^^int); static_assert(^^int != ^^void); static_assert(typeid(^^int) == typeid(^^void)); 39 / 58Reflection for C++26* - Reflection for C++26*
    0 码力 | 130 页 | 5.79 MB | 5 月前
    3
  • pdf文档 Peering Forward: C++'s Next Decade

    track  std::execution (concurrency and parallelism)  Type and memory safety improvements  Reflection + code generation (aka ‘injection’/…)  Contracts  means “some initial parts already voted  Type and memory safety improvements  target: parity with other modern languages  Reflection + code generation (aka ‘injection’/…)  part of our sea change to compile-time programming generation/injection generative extensions introspection of closure types function parameters reflection, splicers, meta::info, metafunctions P3294 P3157 P3273 P3096 P299615 Thanks to Matúš Chochlík
    0 码力 | 84 页 | 6.21 MB | 5 月前
    3
  • pdf文档 C++26 Preview

    c++26 bug fixes - always a high priority concurrency support std::execution (P2300) networking reflection, contracts, pattern matching additions to c++20/23 features ranges, format mop up c++23 stuff that the talk I Language & Library debugging structured bindings Language Templates Misc Contracts Reflection 5Outline of the talk II Library: string processing format additions containers ranges utilities int i3 = l(3); // static initialization to 3 1 2 3 4 5 6 7 8 31Language - Reflection 32Minimal viable product reflection operator (prefix ^) retruns opaque type std::meta::info consteval metafunctions
    0 码力 | 118 页 | 2.02 MB | 5 月前
    3
  • pdf文档 Blender v2.92 参考手册(繁体中文版)

    x / B.x, A.y / B.y, A.z / B.z)\) The cross product of A and B. The projection of A onto B. The reflection of A around the normal B. B need not be normalized. For a given incident vector A, surface normal A_x \cdot B_z \\ A_x \cdot B_y - A_y \cdot B_x \end{pmatrix}\) The projection of A onto B. The reflection of A around the normal B. B need not be normalized. For a given incident vector A, surface normal Supported Nodes Material Settings World Light Settings Light Probes 介紹 Irradiance Volumes Reflection Cubemaps Reflection Planes Limitations 介紹 Eevee is Blender's realtime render engine built using OpenGL
    0 码力 | 3966 页 | 203.00 MB | 1 年前
    3
  • pdf文档 Blender v2.93 Manual

    x / B.x, A.y / B.y, A.z / B.z)\) The cross product of A and B. The projection of A onto B. The reflection of A around the normal B. B need not be normalized. For a given incident vector A, surface normal A_x \cdot B_z \\ A_x \cdot B_y - A_y \cdot B_x \end{pmatrix}\) The projection of A onto B. The reflection of A around the normal B. B need not be normalized. For a given incident vector A, surface normal Material Settings World Light Settings Light Probes Introduction Irradiance Volumes Reflection Cubemaps Reflection Planes Limitations Introduction Eevee is Blender’s realtime render engine built using
    0 码力 | 3962 页 | 201.40 MB | 1 年前
    3
  • pdf文档 Blender v2.92 参考手册(繁体中文版)

    Cross Product The cross product of A and B. Project The projection of A onto B. Reflect The reflection of A around the normal B. B need not be normalized. Dot Product The dot product of A and B. A_x \cdot B_y - A_y \cdot B_x \end{pmatrix}\) Project The projection of A onto B. Reflect The reflection of A around the normal B. B need not be normalized. Dot Product The dot product of A and B. \(A_x Material Settings World Light Settings Light Probes Introduction Irradiance Volumes Reflection Cubemaps Reflection Planes Limitations Introduction Eevee is Blender's realtime render engine built using
    0 码力 | 3868 页 | 198.83 MB | 1 年前
    3
共 533 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 54
前往
页
相关搜索词
ReflectionIsNotContemplationBasedLibrariestoLookForwardToImplementingUsingtheNewC++20ToolingOpportunityModulesJavaclassloaderandreflectionpdfTemplateLessMetaProgrammingPeeringNextDecade26PreviewBlenderv292参考手册参考手册繁体中文繁体中文93Manual
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩