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

无数据

分类

全部后端开发(1116)Java(349)Spring(286)Python(207)云计算&大数据(204)数据库(165)综合其他(158)C++(138)VirtualBox(105)Julia(87)

语言

全部英语(1449)中文(简体)(205)中文(繁体)(34)日语(7)韩语(7)德语(6)俄语(6)英语(6)西班牙语(4)

格式

全部PDF文档 PDF(1330)其他文档 其他(333)TXT文档 TXT(60)PPT文档 PPT(6)DOC文档 DOC(1)
 
本次搜索耗时 0.726 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • Python
  • 云计算&大数据
  • 数据库
  • 综合其他
  • C++
  • VirtualBox
  • Julia
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 德语
  • 俄语
  • 英语
  • 西班牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Nim,A new approach to meta programming

    ':', ' ', $obj.b, '\n')) result.add(`&`("s", ':', ' ', $obj.s, '\n')) result.add(")") After constant folding: result = "(" result.add(`&`("a: ", $obj.a, '\n')) result.add(`&`("b: ", $obj.b, '\n')) result Optimizing Hello World (4) Copyright © 2013 Andreas Rumpf Optimizing Hello World (4) After constant folding: result = "(" result.add(`&`("a: ", $obj.a, '\n')) result.add(`&`("b: ", $obj.b, '\n')) result `&`("b: ", $obj.b, '\n')) & `&`("s: ", $obj.s, '\n')) & ")" After constant folding (that the compiler performs for us) it becomes: result = `&`("(a: ", $obj.a, "\nb: ", $obj
    0 码力 | 45 页 | 360.68 KB | 1 年前
    3
  • pdf文档 Nim 2.0.8 Manual

    the end-user to one/some of the other players, but the total amount seems to remain pretty much constant for a given task. -- Ran T A t A About this document Note: This document is a draft! Several compiled into the executable. However, some code may be executed at compile-time. This can include constant expressions, macro de�nitions, and Nim procedures used by macro de�nitions. Most of the Nim language disabled. A constant expression is an expression whose value can be computed during a semantic analysis of the code in which it appears. It is never an l-value and never has side effects. Constant expressions
    0 码力 | 132 页 | 5.73 MB | 1 年前
    3
  • pdf文档 Programmer’s Guide for Free Pascal, Version 3.2.2

    minimum enumeration size . . . . . . . . . . . . 32 1.2.52 $MINFPCONSTPREC : Specify floating point constant precision . . . . . . . 32 1.2.53 $MMX : Intel MMX support (Intel 80x86 only) . . . . . . . . . . . . . . . . . . . . . . . . . . 129 11.1.1 Constant folding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 11.1.2 Constant merging . . . . . . . . . . . . . . . . . . . . . 1.3 Short cut evaluation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 11.1.4 Constant set inlining . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 11.1.5 Small sets
    0 码力 | 187 页 | 531.58 KB | 1 年前
    3
  • pdf文档 The Go frontend for GCC

    the program—a list of state- ments. • Named_object. A named object: a function, variable, type, constant, or package. Each of these structures is a class in gccgo’s source code. The Statement, Expression implementation to restrict the size). They only acquire a type when they are used out- side of a constant expression, e.g., in an assignment. At the point of use, the value of the expression must fit in results after recovering from a panic. • Gccgo converts switch statements with cases that are not constant or whose switch variable does not have integer type to a series of if statements. • Gccgo converts
    0 码力 | 14 页 | 122.25 KB | 1 年前
    3
  • pdf文档 ⽤ egg 孵化你的 SQL 优化器 - 王润基

    (/ (* a 2) 2) => a Analysis Some(1) Some(2) None None None Constant Analysis Analysis Some(1) Some(2) None None Constant Folding Some(3) None Some(6) Some(3) 3 SELECT name, url FROM t1 JOIN
    0 码力 | 39 页 | 6.48 MB | 1 年前
    3
  • ppt文档 C++23: An Overview of Almost All New and Updated Features

    is evaluated during constant evaluation, then A is executed, otherwise B14 if consteval  Why?  We have std::is_constant_evaluated(), so what’s wrong with: if (std::is_constant_evaluated()) { /*A*/ which you cannot do in /*A*/ above  if consteval cannot be used wrong is_constant_evaluated() can: if constexpr (std::is_constant_evaluated()) { /*A*/ } else { /*B*/ }15 if consteval  Example: consteval std::println("{}", std::ranges::contains_subrange(v1, v2)); // true75 Changes to Ranges Library  Several folding algorithms: ranges::fold_left(), fold_left_first(), fold_right(), fold_right_last(), fold_left_with_iter()
    0 码力 | 105 页 | 759.96 KB | 6 月前
    3
  • pdf文档 PostgreSQL 9.3 Documentation

    particular command. A token can be a key word, an identifier, a quoted identifier, a literal (or constant), or a special character symbol. Tokens are normally separated by whitespace (space, tab, newline) identifier length is 63 bytes. If this limit is problematic, it can be raised by changing the NAMEDATALEN constant in src/include/pg_config_manual.h. Key words and unquoted identifiers are case insensitive. Therefore: the same by PostgreSQL, but "Foo" and "FOO" are different from these three and each other. (The folding of unquoted names to lower case in PostgreSQL is incompatible with the SQL standard, which says that
    0 码力 | 3183 页 | 7.53 MB | 1 年前
    3
  • pdf文档 PostgreSQL 9.3.25 Documentation

    particular command. A token can be a key word, an identifier, a quoted identifier, a literal (or constant), or a special character symbol. Tokens are normally separated by whitespace (space, tab, newline) identifier length is 63 bytes. If this limit is problematic, it can be raised by changing the NAMEDATALEN constant in src/include/pg_config_manual.h. Key words and unquoted identifiers are case insensitive. Therefore: the same by PostgreSQL, but "Foo" and "FOO" are different from these three and each other. (The folding of unquoted names to lower case in PostgreSQL is incompatible with the SQL standard, which says that
    0 码力 | 3002 页 | 7.47 MB | 1 年前
    3
  • pdf文档 Is std::mdspan a Zero-overhead Abstraction? - Oleksandr Bakirov - CppCon

    generating identical assembly for different color spaces, without relying on non-standard Identical Code Folding. ● It allows to formulate in-place color conversions, for example, from RGB to BGR. ● Good as std::integral_constant{}}; 14 } 15 }; 71RGB to Grayscale conversion 72Color spaces 1 struct RGB {}; 2 3 auto channelCount(RGB) { 4 return std::integral_constant{}; 6 7 struct Grayscale {}; 8 9 auto channelCount(Grayscale) { 10 return std::integral_constant{}; 11 } 73Conversion using mdspan (draft) 1 void convertColorSpace( 2 mdspan
    0 码力 | 75 页 | 1.04 MB | 6 月前
    3
  • pdf文档 PostgreSQL 9.2 Documentation

    particular command. A token can be a key word, an identifier, a quoted identifier, a literal (or constant), or a special character symbol. Tokens are normally separated by whitespace (space, tab, newline) identifier length is 63 bytes. If this limit is problematic, it can be raised by changing the NAMEDATALEN constant in src/include/pg_config_manual.h. Key words and unquoted identifiers are case insensitive. Therefore: the same by PostgreSQL, but "Foo" and "FOO" are different from these three and each other. (The folding of unquoted names to lower case in PostgreSQL is incompatible with the SQL standard, which says that
    0 码力 | 3007 页 | 7.07 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
Nimnewapproachtometaprogramming2.0ManualProgrammerGuideforFreePascalVersion3.2TheGofrontendGCC王润基eggRustC++23AnOverviewofAlmostAllNewandUpdatedFeaturesPostgreSQL9.3Documentation25IsstdmdspanZerooverheadAbstractionOleksandrBakirovCppCon9.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩