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

无数据

分类

全部后端开发(676)Python(226)C++(103)UML(97)Julia(87)Conan(74)Jupyter(62)其它语言(49)Django(46)Celery(45)

语言

全部英语(554)中文(简体)(28)西班牙语(14)韩语(14)日语(13)德语(12)法语(12)俄语(12)中文(繁体)(11)

格式

全部PDF文档 PDF(550)其他文档 其他(125)PPT文档 PPT(1)
 
本次搜索耗时 0.270 秒,为您找到相关结果约 676 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • UML
  • Julia
  • Conan
  • Jupyter
  • 其它语言
  • Django
  • Celery
  • 全部
  • 英语
  • 中文(简体)
  • 西班牙语
  • 韩语
  • 日语
  • 德语
  • 法语
  • 俄语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Symbolic Calculus for High-Performance Computing: From Scratch Using C++23

    Substitution Construction Conclusion Typing equations What we would like to type 1 symbol a; 2 symbol w; 3 symbol t; 4 symbol phi; 5 6 formula f = a ∗ sin(w ∗ t + phi ); 7 8 double y = f(a = 5.0, w = 2 from the syntax 1 symbol a; 2 symbol w; 3 symbol t; 4 symbol phi; The idea a, ω, t, ϕ should all have a unique type The problem How to produce a different type everytime a new symbol is created? The as default template parameter 1 template 2 struct symbol {}; The result 1 symbol x; 2 symbol y; 3 4 std :: cout << std :: is_same_v << std :: endl;
    0 码力 | 70 页 | 1.80 MB | 6 月前
    3
  • pdf文档 User’s Guide for Free Pascal, Version 3.2.2

    Searching and replacing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 6.7 The symbol browser . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 6.8 Running programs errors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 5 CONTENTS C.5 Symbol handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177 C.6 Code generator All unused code is left out. This can lead to substantially smaller binaries. -dxxx Define the symbol name xxx. This can be used to conditionally compile parts of your code. -D Generate a DEF file (for
    0 码力 | 217 页 | 756.57 KB | 1 年前
    3
  • pdf文档 MoonBit月兔编程语言 现代编程思想 第十二课 案例:自动微分

    我们以符号微分定义表达式构建的⼀种语义 1. enum Symbol { 2. Constant(Double) 3. Var(Int) // x0, x1, x2, ... 4. Add(Symbol, Symbol) 5. Mul(Symbol, Symbol) 6. } derive(Debug) 7. 8. // 定义简单构造器,并重载运算符 9. fn Symbol::constant(d : Double) -> Symbol { Constant(d) } 10. fn Symbol::var(i : Int) -> Symbol { Var(i) } 11. fn Symbol::op_add(f1 : Symbol, f2 : Symbol) -> Symbol { Add(f1, f2) } 12. fn Symbol::op_mul(f1 : Symbol, f2 : Symbol) -> -> Symbol { Mul(f1, f2) } 13. 14. // 计算函数值 15. fn Symbol::compute(f : Symbol, input : Array[Double]) -> Double { ... } 15 符号微分 利⽤函数求导法则,我们计算函数的(偏)导数 如果 为常值函数 ⽉兔实现 1. fn differentiate(self : Symbol
    0 码力 | 30 页 | 3.24 MB | 1 年前
    3
  • pdf文档 Nim 2.0.8 Manual

    the same as the dynamic type, it is a super-type or subtype of the dynamic type. An identi�er is a symbol declared as a name for a variable, type, procedure, etc. The region of the program over which a declaration loses its keyword property and becomes an ordinary identi�er. Examples String literals Terminal symbol in the grammar: STR_LIT . String literals can be delimited by matching double quotes, and can contain operations may interpret the �rst binary zero as a terminator. Triple quoted string literals Terminal symbol in the grammar: TRIPLESTR_LIT . String literals can also be delimited by three double quotes """
    0 码力 | 132 页 | 5.73 MB | 1 年前
    3
  • pdf文档 Programmer’s Guide for Free Pascal, Version 3.2.2

    C like operators . . . . . . . . . . . . . . . . . . . 18 1.2.11 $DEFINE or $DEFINEC : Define a symbol . . . . . . . . . . . . . . . . . . 19 1.2.12 $ELSE : Switch conditional compilation . . . . . use of scoped enumeration types . . . . . . . . . 39 1.2.71 $SETC : Define and assign a value to a symbol . . . . . . . . . . . . . . . . 40 1.2.72 $S : Stack checking . . . . . . . . . . . . . . . . . $TYPEDADDRESS : Typed address operator (@) . . . . . . . . . . . 41 1.2.76 $UNDEF or $UNDEFC : Undefine a symbol . . . . . . . . . . . . . . . . . . 41 1.2.77 $V or $VARSTRINGCHECKS : Var-string checking . .
    0 码力 | 187 页 | 531.58 KB | 1 年前
    3
  • pdf文档 Julia 1.12.0 DEV Documentation

    backslashed LaTeX symbol name followed by tab. For example, the variable name δ can be entered by typing \delta-tab, or even α̂⁽²⁾ by \alpha-tab-\hat- tab-\^(2)-tab. (If you find a symbol somewhere, e.g code, that you don't know how to type, the REPL help will tell you: just type ? and then paste the symbol.) Julia will even let you shadow existing exported constants and functions with local ones (although operator_precedence(:+=), Base.operator_precedence(:(=)) # (Note the necessary parens on `:(=)`) �→ (0, 1, 1) A symbol representing the operator associativity can also be found by calling the built-in function Base.
    0 码力 | 2009 页 | 6.72 MB | 1 年前
    3
  • pdf文档 Julia 1.11.0 DEV Documentation

    backslashed LaTeX symbol name followed by tab. For example, the variable name δ can be entered by typing \delta-tab, or even α̂⁽²⁾ by \alpha-tab-\hat- tab-\^(2)-tab. (If you find a symbol somewhere, e.g code, that you don't know how to type, the REPL help will tell you: just type ? and then paste the symbol.) Julia will even let you shadow existing exported constants and functions with local ones (although operator_precedence(:+=), Base.operator_precedence(:(=)) # (Note the necessary parens on `:(=)`) �→ (0, 1, 1) A symbol representing the operator associativity can also be found by calling the built-in function Base.
    0 码力 | 2007 页 | 6.71 MB | 1 年前
    3
  • pdf文档 Julia 1.11.0 beta1 Documentation

    backslashed LaTeX symbol name followed by tab. For example, the variable name δ can be entered by typing \delta-tab, or even α̂⁽²⁾ by \alpha-tab-\hat- tab-\^(2)-tab. (If you find a symbol somewhere, e.g code, that you don't know how to type, the REPL help will tell you: just type ? and then paste the symbol.) Julia will even let you shadow existing exported constants and functions with local ones (although operator_precedence(:+=), Base.operator_precedence(:(=)) # (Note the necessary parens on `:(=)`) �→ (0, 1, 1) A symbol representing the operator associativity can also be found by calling the built-in function Base.
    0 码力 | 1997 页 | 6.68 MB | 1 年前
    3
  • pdf文档 Julia 1.11.0-rc4 Documentation

    backslashed LaTeX symbol name followed by tab. For example, the variable name δ can be entered by typing \delta-tab, or even α̂⁽²⁾ by \alpha-tab-\hat- tab-\^(2)-tab. (If you find a symbol somewhere, e.g code, that you don't know how to type, the REPL help will tell you: just type ? and then paste the symbol.) Julia will even let you shadow existing exported constants and functions with local ones (although operator_precedence(:+=), Base.operator_precedence(:(=)) # (Note the necessary parens on `:(=)`) �→ (0, 1, 1) A symbol representing the operator associativity can also be found by calling the built-in function Base.
    0 码力 | 1985 页 | 6.67 MB | 11 月前
    3
  • pdf文档 Julia 1.11.0 Documentation

    backslashed LaTeX symbol name followed by tab. For example, the variable name δ can be entered by typing \delta-tab, or even α̂⁽²⁾ by \alpha-tab-\hat- tab-\^(2)-tab. (If you find a symbol somewhere, e.g code, that you don't know how to type, the REPL help will tell you: just type ? and then paste the symbol.) Julia will even let you shadow existing exported constants and functions with local ones (although operator_precedence(:+=), Base.operator_precedence(:(=)) # (Note the necessary parens on `:(=)`) �→ (0, 1, 1) A symbol representing the operator associativity can also be found by calling the built-in function Base.
    0 码力 | 1987 页 | 6.67 MB | 11 月前
    3
共 676 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 68
前往
页
相关搜索词
SymbolicCalculusforHighPerformanceComputingFromScratchUsingC++23UserGuideFreePascalVersion3.2MoonBit编程语言编程语言现代思想第十十二第十二案例自动微分Nim2.0ManualProgrammerJulia1.12DEVDocumentation1.11beta1rc4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩