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

无数据

分类

全部后端开发(95)Python(38)C++(32)Julia(18)Conda(12)数据库(9)TiDB(9)综合其他(5)云计算&大数据(5)VirtualBox(5)

语言

全部英语(94)中文(繁体)(11)中文(简体)(8)韩语(1)

格式

全部PDF文档 PDF(114)其他文档 其他(1)
 
本次搜索耗时 0.074 秒,为您找到相关结果约 115 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Conda
  • 数据库
  • TiDB
  • 综合其他
  • 云计算&大数据
  • VirtualBox
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 GraphBLAS: Building a C++ Matrix API for Graph Algorithms

    Monoids: Binary Operators with an Identity - Monoids are mathematical objects, consisting of: - A commutative binary operator - A type T - A mathematical identity 113[DISTRIBUTION STATEMENT A] This Monoids: Binary Operators with an Identity - Monoids are mathematical objects, consisting of: - A commutative binary operator - A type T - A mathematical identity 114[DISTRIBUTION STATEMENT A] This Monoids: Binary Operators with an Identity 115 - Monoids are mathematical objects, consisting of: - A commutative binary operator - A type T - A mathematical identity[DISTRIBUTION STATEMENT A] This material
    0 码力 | 172 页 | 7.40 MB | 6 月前
    3
  • pdf文档 Reflection Is Not Contemplation

    '*';“You can observe a lot by just implementing identity” – Yogi BerraNotion of Identity/Copying/Cloning is Crucial Allow me a little soapbox • Identity fundamental concept in Computer Science • Different objects central topic in C++ • Alias analysis, self-assignment, self-move, double deletion, … • “Identity Function:” can insert in any (sub)expression without changing meaning constexpr auto r = ^int; '*';Identity Function Example Allow me a little soapbox • We had to add && because C++98 couldn’t implement identity • The year was 2008 and this was C++0x: template T&& identity(T&& x)
    0 码力 | 45 页 | 2.45 MB | 6 月前
    3
  • pdf文档 MuPDF 1.23.0 Documentation

    0xff); // Do the actual rendering. dev = fz_new_draw_device(ctx, fz_identity, data->pix); fz_run_display_list(ctx, list, dev, fz_identity, bbox, NULL); fz_close_device(ctx, dev); } fz_always(ctx) fz_drop_device(ctx = fz_new_list_device(ctx, list); // Run the page to that device. fz_run_page(ctx, page, dev, fz_identity, NULL); // Close the device neatly, so everything is flushed to␣ ˓→the list. fz_close_device(ctx createAnnotation("Stamp") annot.setRect([10, 600, 200, 700]) annot.setAppearance(null, null, mupdf.Matrix.identity, [ 0, 0, 100, 100 ], ˓→{}, "0 1 0 rg 10 10 50 50 re f") annot = page.createAnnotation("Stamp")
    0 码力 | 245 页 | 817.74 KB | 8 月前
    3
  • pdf文档 Template Metaprogramming: Type Traits

    Metafunctions • Simple regular function: identity 14 int int_identity(int x) { return x; } assert(42 == int_identity(42));Value Metafunctions • Simple regular function: identity • Simple metafunction: identity 14 int int_identity(int x) { return x; } assert(42 == int_identity(42)); template regular function: identity • Simple metafunction: identity 14 int int_identity(int x) { return x; } assert(42 == int_identity(42)); template
    0 码力 | 403 页 | 5.30 MB | 6 月前
    3
  • pdf文档 MuPDF 1.25.0 Documentation

    0xff); // Do the actual rendering. dev = fz_new_draw_device(ctx, fz_identity, data->pix); fz_run_display_list(ctx, list, dev, fz_identity, bbox, NULL); fz_close_device(ctx, dev); } fz_always(ctx) fz_drop_device(ctx MuPDF Documentation, Release 1.25.0 (continued from previous page) fz_run_page(ctx, page, dev, fz_identity, NULL); // Close the device neatly, so everything is flushed to␣ ˓→the list. fz_close_device(ctx createAnnotation("Stamp") annot.setRect([10, 600, 200, 700]) annot.setAppearance(null, null, mupdf.Matrix.identity, [ 0, 0, 100, 100 ], ˓→{}, "0 1 0 rg 10 10 50 50 re f") annot = page.createAnnotation("Stamp")
    0 码力 | 259 页 | 1.11 MB | 8 月前
    3
  • pdf文档 MuPDF 1.24.0 Documentation

    0xff); // Do the actual rendering. dev = fz_new_draw_device(ctx, fz_identity, data->pix); fz_run_display_list(ctx, list, dev, fz_identity, bbox, NULL); fz_close_device(ctx, dev); } fz_always(ctx) fz_drop_device(ctx MuPDF Documentation, Release 1.24.0 (continued from previous page) fz_run_page(ctx, page, dev, fz_identity, NULL); // Close the device neatly, so everything is flushed to␣ ˓→the list. fz_close_device(ctx createAnnotation("Stamp") annot.setRect([10, 600, 200, 700]) annot.setAppearance(null, null, mupdf.Matrix.identity, [ 0, 0, 100, 100 ], ˓→{}, "0 1 0 rg 10 10 50 50 re f") annot = page.createAnnotation("Stamp")
    0 码力 | 249 页 | 830.15 KB | 8 月前
    3
  • pdf文档 Calling Functions A Tutorial

    Widget( int ); }; int main() { f( 42 ); // Call 'f()' with a single 'int' argument } // Exact/identity match // Trivial conversions // Standard conversions // User-defined conversions // Default arguments Parameter) 49 For a single argument, the compiler chooses the best available option: 1. Exact/identity match 2. Trivial conversion 3. Promotion 4. Promotion + trivial conversion 5. Standard conversion double ); // (2) int main() { int i = 42; f( i ); } // Calls (1) (identity match, rank 1) Identity match (rank 1) Standard conversion (rank 3)Ranking 51 void f( int& ); // (1)
    0 码力 | 111 页 | 5.11 MB | 6 月前
    3
  • pdf文档 Unity for Human Beings

    5; z ++) { Instantiate(CubePrefab, new Vector3(x, 0, z), Quaternion.identity); } } } public void Start() { generateCubeSquare(); 1.08f) { Instantiate(CubePrefab, new Vector3(x, 0, z), Quaternion.identity); } } } public void Start() { generateCubeSquare(); CubePrefabList) { Instantiate(item, new Vector3(x, 0, z), Quaternion.identity); } } } } public void Start() {
    0 码力 | 239 页 | 27.39 MB | 10 月前
    3
  • pdf文档 Neighborhoods Banding Together: Reasoning Globally about Programs

    claim usable( x ); claim usable( result ); } fits a specific function Function interface int Identity( const int x ) interface { claim usable( x ); implementation; claim x == result; claim usable( Indirect caller’s interfaceint Identity( const int x ) interface { claim usable( x ); implementation; claim x == result; claim usable( x ); claim usable( result ); } Identity function interface int Nondecreasing( result ); } Nondecreasing interface adapterint Identity( const int x ) implementation { return x; } Nondecreasing -> Identity “Nondecreasing fronting Identity” int Nondecreasing( const int x ) interface
    0 码力 | 49 页 | 1.03 MB | 6 月前
    3
  • pdf文档 julia 1.10.10

    operators are supported on all primitive numeric types: Expression Name Description +x unary plus the identity operation -x unary minus maps values to their additive inverses x + y binary plus performs addition numbers: julia> float(3//4) 0.75 Conversion from rational to floating-point respects the following identity for any integral values of a and b, except when a==0 && b <= 0: julia> a = 1; b = 2; julia> isequal(float(a//b) finite-length strings S together with the string concatenation operator * forms a free monoid (S, *). The identity element of this set is the empty string, "". Whenever a free monoid is not commutative, the operation
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
共 115 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
GraphBLASBuildingC++MatrixAPIforGraphAlgorithmsReflectionIsNotContemplationMuPDF1.23DocumentationTemplateMetaprogrammingTypeTraits1.251.24CallingFunctionsTutorialUnityHumanBeingsNeighborhoodsBandingTogetherReasoningGloballyaboutProgramsjulia1.1010
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩