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

无数据

分类

全部后端开发(82)C++(82)Conan(53)

语言

全部英语(81)英语(1)

格式

全部PDF文档 PDF(79)PPT文档 PPT(3)
 
本次搜索耗时 0.025 秒,为您找到相关结果约 82 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 To Int or to Uint, This is the Question

    together, and it’s a major bug source, which is why I’m saying stay as simple as you can, use {signed} integers till you really need something else.” ~Bjarne StroustrupAlex Dathskovsky | alex.dathskovsky@speedata linkedin.com/in/alexdathskovsky “The need for signed integer arithmetic is often misplaced as most integers never represent negative values within a program. The indexing of arrays and iteration count of well. There should be a propensity to use unsigned integers more often than signed, yet despite this, most coders incorrectly choses to use signed integers almost exclusively.” ~ Dale Weiler https://graphitemaster
    0 码力 | 102 页 | 3.64 MB | 6 月前
    3
  • pdf文档 Back To Basics: Functional Programming in C++

    C++ CppCon 2024-09-19 9Example: Biggest odd magnitude Problem statement Input Non-empty list of integers Output The biggest magnitude of an odd integer in the list Jonathan Müller — @foonathan Back to C++ CppCon 2024-09-19 10Example: Biggest odd magnitude Problem statement Input Non-empty list of integers Output The biggest magnitude of an odd integer in the list Input [3, 0, 2, -1, 5, -7, 8] Output Programming in C++ CppCon 2024-09-19 25Example: Find sum of two integers Problem statement Input Two lists of integers, a number x Output The two integers from the list whose sum is x Jonathan Müller — @foonathan
    0 码力 | 178 页 | 918.67 KB | 6 月前
    3
  • pdf文档 Application of C++ in Computational Cancer Modeling

    discrete_distribution( InputIt first, InputIt last ); cppreference.com Constructs the distribution on integers with weights in the range [first, last)Sample a position in a matrix randomly 12 std::pairintegers with weights in the range [first, last)Sample a position in a matrix randomly 12 std::pairintegers with weights in the range [first, last) Eigen: STL iterators are intrinsically designed to iterate
    0 码力 | 47 页 | 1.14 MB | 6 月前
    0.03
  • pdf文档 A New Dragon in the Den: Fast Conversion From Floating-Point Numbers

    Detecting ties becomes a divisibility check by using the minverse algorithm 5F Optimisation for integers Optimisation for c The dragon is in the detailsa = ⌊m × ′ 10F 2E−1 ⌋ can be precomputed Detecting ties becomes a divisibility check by using the minverse algorithm 5F Optimisation for integers Optimisation for c Other tricks The dragon is in the detailsIntel i7 (10510U) - gcc 13.2.1 Benchmarks 1Benchmarks - integers (a) Intel i7 (10510U) - gcc 13.2.1Benchmarks - integers (b) teju x dragonbox wins ties losses 100.0% 0.0% 0.0% Intel i7 (10510U) - gcc 13.2.1Benchmarks - integers (b) teju
    0 码力 | 171 页 | 6.42 MB | 6 月前
    3
  • pdf文档 Constructing Generic Algorithms

    PROBLEM CONSTRAINTS 64-bit integers ⇒ we can't just do "largest + 1" or similar ⇒ totally ordered 9 . 1RESTATE THE PROBLEM CONSTRAINTS RESTATE THE PROBLEM CONSTRAINTS 64-bit integers ⇒ we can't just do "largest ordered unique elements 9 . 1RESTATE THE PROBLEM CONSTRAINTS RESTATE THE PROBLEM CONSTRAINTS 64-bit integers ⇒ we can't just do "largest + 1" or similar ⇒ totally ordered unique elements random order ⇒ can do this in place 9 . 1RESTATE THE PROBLEM CONSTRAINTS RESTATE THE PROBLEM CONSTRAINTS 64-bit integers ⇒ we can't just do "largest + 1" or similar ⇒ totally ordered unique elements random order ⇒
    0 码力 | 145 页 | 8.44 MB | 6 月前
    3
  • pdf文档 Back to Basics: Pointers

    specific object type ● 14 ● px is a pointer ● px’s type is int* ○ px can stores addresses of integers.What is a Pointer? (3/8) ● A pointer is a variable that stores the memory address of a specific specific object type ● 15 ● px is a pointer ● px’s type is int* ○ px can stores addresses of integers. ● I retrieve the address of a variable using the ampersand operator (&) ○ You could also use &(x) specific object type 16 ● px is a pointer ● px’s type is int* ○ px can stores addresses of integers. ● I retrieve the address of a variable using the ampersand operator (&) ○ You could also use
    0 码力 | 152 页 | 5.61 MB | 6 月前
    3
  • pdf文档 Adventures in SIMD Thinking (Part 1 of 2)

    separating the higher half from the lower half of a data sample • If I have an array a of seven integers, and they are sorted, the median is a[3] • Median filters are good at • Preserving edge features -march=skylake • Element counts of 1E02 through 1E07 (by 10s) • Pre-sorted integers increasing monotonically • Randomly generated signed integers [-50, +50] • Always generated from the same seed • Collect timings
    0 码力 | 88 页 | 824.07 KB | 6 月前
    3
  • pdf文档 simd: How to Express Inherent Parallelism Efficiently Via Data-Parallel Types

    vectorizable types • add user-defined numeric types to vectorizable types (fixed-point, saturating integers, etc.) Matthias Kretz CppCon ’23 46 GSI Helmholtz Center for Heavy Ion ResearchMotivation std::simd overhead 1 mov eax, DWORD PTR [rdi] 2 imul eax, eax 3 mov DWORD PTR [rdi], eax • src/dst: array of integers • throughput: 0.5/1/1 cycles (Intel) • integer multiplications: 1 1 vmovdqu32 zmm0, ZMMWORD PTR PTR [rdi] 2 vpmulld zmm0, zmm0, zmm0 3 vmovdqu32 ZMMWORD PTR [rdi], zmm0 • src/dst: array of integers • throughput: 0.5/1/1 cycles (Intel) • integer multiplications: 16 Take-Away #8 SIMD is relevant
    0 码力 | 160 页 | 8.82 MB | 6 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    enumerations In traditional C++, enumerated types are not type-safe, and enumerated types are treated as integers, which allows two completely different enumerated types to be directly compared (although the compiler foooooo. o{1,} is equivalent to o+. o{0,} is equivalent to o*. {n,m} m and n are non-negative integers, where n is less than or equal to m. Matches at least n times and matches up to m times. For E.g: std::atomic counter; And provides basic numeric member functions for atomic types of integers or floating-point numbers, for example, Including fetch_add, fetch_sub, etc., and the corresponding
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 C++20 STL Features: 1 Year of Development on GitHub

    hard; refers to repo only 4C++20 Features: 60 -> 23 Left 5C++20 STL Features Part 1 6Comparing Integers 7Usual Arithmetic Conversions #include using namespace std; int main() { cout << boolalpha; • What does this print? • warning C4018: '<': signed/unsigned mismatch • warning: comparison of integers of different signs: 'short' and 'unsigned int' [-Wsign-compare] • This prints false 🙀 8Integer
    0 码力 | 45 页 | 989.72 KB | 6 月前
    3
共 82 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
ToIntortoUintThisistheQuestionBackBasicsFunctionalProgramminginC++ApplicationofComputationalCancerModelingNewDragonDenFastConversionFromFloatingPointNumbersConstructingGenericAlgorithmsPointersAdventuresSIMDThinkingPartsimdHowExpressInherentParallelismEfficientlyViaDataParallelTypesModernTutorial11141720OnFlySTLFeaturesYearDevelopmentonGitHub
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩