积分充值
 首页
前端开发
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)Python(32)C++(29)Julia(18)Django(12)云计算&大数据(11)VirtualBox(11)数据库(10)TiDB(10)Conan(5)

语言

全部英语(88)中文(繁体)(10)中文(简体)(8)韩语(1)英语(1)

格式

全部PDF文档 PDF(101)其他文档 其他(6)DOC文档 DOC(1)
 
本次搜索耗时 0.018 秒,为您找到相关结果约 108 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Django
  • 云计算&大数据
  • VirtualBox
  • 数据库
  • TiDB
  • Conan
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 韩语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 CurveFS S3本地缓存盘方案

    (); /** * @brief tell whether the obj is cached in local cache disk. */ bool IsCached(std::string name); void addCache(std::string name); /** * @brief tell whether the cache /**© XXX Page 5 of 9 * @brief trim cache func. */ void TrimCache(); /** * @brief: start trim thread. */ void TrimRun(); /** * @brief: stop trim thread. */ std::string fileName, const char* buf, uint64_t length);© XXX Page 6 of 9 /** * @brief Create Disk Write Cache Dir. */ int CreateDir(const std::string cacheDir); bool IsDirExist(const
    0 码力 | 9 页 | 150.46 KB | 6 月前
    3
  • pdf文档 Back to Basics: Algebraic Data Types

    there are commonalities between std::any and the algebraic types. 18Quick motivationWhy use pair? (brief version) pair is used many places in the classic STL. using M = std::map; M myMap = {{1 Returned from some algorithms, like mismatch, equal_range, and uninitialized_move_n.Why use tuple? (brief version) Since the STL uses pair to simulate “returning multiple results,” you might imagine returning minmax_result { T min; T max; }; and I recommend you do the same in your code.Why use tuple? (brief version) tuple is used (arcanely) to forward sets of arguments to pair’s constructor. More on this
    0 码力 | 73 页 | 267.05 KB | 6 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    are condemned to repeat it. Bartlett, J. 1992. Familiar Quotations (16th ed.) Aycock, J. 2003. A Brief History of Just-In-Time Bastien, JF. 2020. CppCon—Just-in-Time compilation Van Eerd, T. 2021. CppCon—SOLID is to expand our minds regarding what’s possible with compilers. Let’s look at our first paper…A Brief History of Just-in-Time Software systems have been using “just-in-time” compilation (JiT) techniques and present a classification scheme for such systems. — 2003 Let’s start with our first paper.A Brief History of Just-in-Time Software systems have been using “just-in-time” compilation (JiT) techniques
    0 码力 | 111 页 | 3.98 MB | 6 月前
    3
  • pdf文档 Curve文件系统空间分配方案

    public: Allocator(...) {} virtual ~Allocator() = default;© XXX Page 10 of 11 /** * @brief * * @param size * @param allocateHint * @param extents * @return uint64_t /** * @brief */ virtual void Deallocate(const Extents& extents) = 0; /** * @brief */ virtual bool MarkUsed(const Extents& extents) = 0; /** * @brief */ */ virtual bool MarkUsable(const Extents& extents) = 0; /** * @brief© XXX Page 11 of 11 */ virtual uint64_t TotalFree() const = 0; }; MarkUsed和MarkFree是持久化层调用,对分配器进行初始化。
    0 码力 | 11 页 | 159.17 KB | 6 月前
    3
  • pdf文档 Applicative: The Forgotten Functional Pattern

    Begin Not To Understand The mechanics of Applicative Applicative in C++ 22A VERY BRIEF SURVEY OF EXISTING A VERY BRIEF SURVEY OF EXISTING WORK WORK (Michał Dominiak, CppCon 2015) (David Sankel, C++Now (Just 1) <*> (Just 2) -- => Just 3 pure (+) <*> (Just 1) -- => Just (+1) 30A VERY BRIEF SURVEY OF EXISTING A VERY BRIEF SURVEY OF EXISTING C++ WORK C++ WORK P0650 (C++ Monadic Interface, Vicente J. Botet
    0 码力 | 141 页 | 11.33 MB | 6 月前
    3
  • pdf文档 Writing Python Bindings for C++ Libraries: Easy-to-use Performance

    Library’s core written in C, the ndarray type and various common operations on it are implemented in C Brief overview of NumPy In [7]: x = np.array([6, 7, 8]); print("{}, {}".format(type(x), x.dtype)) Brief overview of NumPyLet’s design a n-dimensional array (brief) How would you design a library exposing an API to an n-dimensional
    0 码力 | 118 页 | 2.18 MB | 6 月前
    3
  • pdf文档 Back To Basics Functions

    have addresses (they must after all!) and that we can store functions in pointers. We'll take a brief aside to show you how modern C++ also gives us the convenient std::function. Functions need not always hopefully you think in terms of functions as building blocks that you can compose together ● Brief aside -- for advanced users -- yes, you can use a variadic template and evaluate this at compile-time hopefully you think in terms of functions as building blocks that you can compose together ● Brief aside -- for advanced users -- yes, you can use a variadic template and evaluate this at compile-time
    0 码力 | 123 页 | 7.26 MB | 6 月前
    3
  • pdf文档 Back to Basics: Concurrency

    competing for a resource I don’t know who these people are??Does our hardware support Concurrency? Brief Architecture History 27Moore’s Law (1/2) 28 ● Around 1965 Gordon Moore predicted the number of readability) ■ Accidentally putting a lock, (or excessive locking) is bad for performance 91(Brief Aside) static in C++11 (and beyond) ● static local variable are guaranteed by the C++11 standard Allow multiple threads to enter ■ Related ideas ● (C++20) std::latch ● (C++20) std::barrier 119Brief Notes on Parallelism Parallelism being the simultaneous execution of threads (often with less thought
    0 码力 | 141 页 | 6.02 MB | 6 月前
    3
  • pdf文档 Unity for Human Beings

    Page 51 We are done with the Animator tab, I just wanted to show a brief preview of how the Animator is displayed. Don’t worry, the next section will deal heavily with using Page 52 If you click on the right facing arrow next to 16: Sprite, it will give you a brief preview of the actual images used for this animation. Zenva Academy – Online courses on look at the credits screen. SECTION 3: FLESHING OUT MORE DETAILS Now it is time to go into a brief idea of the game mechanics. As the player plays the game, they must move around on the screen dodging
    0 码力 | 239 页 | 27.39 MB | 10 月前
    3
  • pdf文档 Pipeline Architectures in C++: Overloaded Pipe Operator | and Its Monadic Operations

    (required): Title and brief overview of what the poster reports on. Title: Pipeline architectures in C++: overloaded pipe operator | std::expected and its monadic operations Brief overview: Functional
    0 码力 | 3 页 | 422.24 KB | 6 月前
    3
共 108 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
CurveFSS3本地缓存方案BacktoBasicsAlgebraicDataTypesJustinTimeCompilationBastienCppCon2020Curve文件系统文件系统空间分配ApplicativeTheForgottenFunctionalPatternWritingPythonBindingsforC++LibrariesEasyusePerformanceToFunctionsConcurrencyUnityHumanBeingsPipelineArchitecturesOverloadedPipeOperatorandItsMonadicOperations
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩