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

无数据

分类

全部后端开发(25)Python(20)云计算&大数据(11)VirtualBox(11)数据库(8)TiDB(8)C++(5)系统运维(4)存储(4)综合其他(1)

语言

全部英语(42)中文(简体)(7)

格式

全部PDF文档 PDF(49)
 
本次搜索耗时 0.058 秒,为您找到相关结果约 49 个.
  • 全部
  • 后端开发
  • Python
  • 云计算&大数据
  • VirtualBox
  • 数据库
  • TiDB
  • C++
  • 系统运维
  • 存储
  • 综合其他
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Reusable Code & Reusable Data Structures

    [&](widget& w, rect r) { widget.place(r); } ); } void center_bitmaps() { std::array<bitmap, 3> = { , , }; // What now? } 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 6void vertical_ce center_bitmaps() { std::array<bitmap, 3> = { , , }; // What now? } 1 2 3 4 5 6 7 8 7struct widget { rect bounding_box(); void place(rect r); }; struct bitmap { std::array data; std::array<bitmap, 3> = { , , }; 16 // What now? 17 } 18 8void vertical_center(auto const& c) { struct widget { 1 rect bounding_box(); 2 void place(rect r); 3 }; 4 5 struct bitmap { 6 std::array
    0 码力 | 132 页 | 14.20 MB | 6 月前
    3
  • pdf文档 Back To Basics Functions

    Example Bitmap Functions ● All of these functions are related to operating on ‘bitmap images’ -- they are a provided common set of functions ○ Load Bitmap Filename ○ Load Bitmap Filename, Bitmap Number Number ○ Set Current Bitmap Bitmap Number ■ etc. 20A Monumental Moment! (3/3) 21 ● Loops and functions are somewhat related -- both help us reuse blocks of code for computation ● All of these functions related to operating on ‘bitmap images’ -- they are a provided common set of functions ○ Load Bitmap Filename ○ Load Bitmap Filename, Bitmap Number ○ Set Current Bitmap Bitmap Number ■ etc. Again
    0 码力 | 123 页 | 7.26 MB | 6 月前
    3
  • pdf文档 Curve核心组件之snapshotclone

    字段 类型 说明 version uint8_t 文件格式协议 版本号 demaged bool 损坏标记 sn uint64_t 快照版本号 bits uint32_t 位图的位数 bitmap char[] 位图 crc uint32_t 上述字段的crc 校验码 padding / 填0,以补足 4KBCHUNKSERVER端快照实现-写时复制原理  写时复制通常使用版本号实现 快照实现-写时复制  使用copy-on-write  当前写请求的sn > chunk的cur_sn时触发复制  拷贝的单位是一个Page,即4KB  使用snapfile中的bitmap标记复制过的PageCHUNKSERVER端快照实现-转储内部快照 a) 打快照后未写过,未触发cow, 无snap file产生,直接读取chunk file b) 打快照后写过,触发了cow, location占用的字节数 location char[] 可缺省,当前为CloneChunk时表示 克隆源字段 bits uint32_t 可缺省,当前为CloneChunk时表示 bitmap的位数 bitmap char[] 可缺省,位图表 crc uint32_t 上述字段的crc校验码 padding / 填0,以补足4KB location定义为A@B的形式: • 如果源卷在s3
    0 码力 | 23 页 | 1.32 MB | 6 月前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    on a bitmap management system. • The XOffsetDatastructure maintains a block of memory space with contiguous virtual addresses. • This memory block is divided into chunks, and we use a bitmap to track track the usage status of each chunk. Fanchen Su, XOffsetDatastructure, CppCon 2024 78 Bitmap AllocatorBitmap Allocator (After mallocN) 5.1 Custom Allocator • mallocN • This function is used to find mallocN to allocate a block of 3 contiguous chunks. Fanchen Su, XOffsetDatastructure, CppCon 2024 79Bitmap Allocator (After freeN) 5.1 Custom Allocator • freeN • This function is used to release N consecutive
    0 码力 | 111 页 | 3.03 MB | 6 月前
    3
  • pdf文档 Game Development for Human Beings

    reserved Page 116 2 "use strict"; 3 var game_over_panel, game_over_position, game_over_bitmap, panel_text_style; 4 // if current score is higher than highest score, update it 5 if ( score; 7 } 8 9 // create a bitmap do show the game over panel 10 game_over_position = new Phaser.Point(0, this.game.world.height); 11 game_over_bitmap = this.add.bitmapData(this.game.world world.width, this.game.world.height); 12 game_over_bitmap.ctx.fillStyle = "#000"; 13 game_over_bitmap.ctx.fillRect(0, 0, this.game.world.width, this.game.world.height); 14 panel_text_style
    0 码力 | 472 页 | 8.46 MB | 10 月前
    3
  • pdf文档 CurveFS方案设计

    blustore/polarfs 直接在块设备上构建分布式fs。一个文件的数据对应块设备上某个空间,因此需要知道块设备的哪些空间是空闲的,哪些是已经分配出去的, 需要一个空间分配管理器。blustore有两个空间分配器bitmap和stupid。polarfs开源部分有空间映射关系,但空间分配器没有公布。 当前curve已经实现了块设备。curve的数据节点采用了chunkfilepool实现性能优化,同时也绕过了文件 blk的粒度为多少? 从调研的系统来看,如果chunk是固定的分配力度,会选择64k,以一个20TB的盘为例: blk=4k, 需要bitmap的大小为640MB blk=64k, 需要bitmap的大小为40MB 在设计过程中,对于每个文件系统,blk应该是可以根据业务形态来配置的 bitmap重建时间? 如果通过获取所有inode,重建出当前的空间分配情况,我们常见的业务形态有以下两种: ① 在AI训练等场景
    0 码力 | 14 页 | 619.32 KB | 6 月前
    3
  • pdf文档 CurveFS Client 概要设计

    void (*init) (void *userdata, struct fuse_conn_info *conn); 根据挂载信息,从mds获取文件系统信息(或superblock),块分配器(bitmap)和root inode所在的copyset、 metaserver ip等信息 去metaserver获取文件系统信息(super block),缓存到client端。 destroy void 因此不是必须接口,也先不实现。 功能分析 根据上述接口的分析,可以把client端的功能进行汇总,client需实现的功能主要有: 缓存文件系统元数据(包括super block, bitmap & allocator等) 缓存文件和目录信息(包括inode struct,dentry struct) 缓存metaserver copyset 和 topo信息(目前先支持单metase 根据上述功能模块,将client划分模块 fs cache inode cache dentry cache location cache (inode location、dentry location、fs location、bitmap location,目前都在同一meta server,可先不实现) copyset cache & topo cache (可先不实现) mds client meta server client
    0 码力 | 11 页 | 487.92 KB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.40 Programming Guide and Reference

    [out] IDisplaySourceBitmap displaySourceBitmap) screenId displaySourceBitmap Obtains the guest screen bitmap parameters. 5.18.14 setScreenLayout void IDisplay::setScreenLayout( [in] ScreenLayoutMode screenLayoutMode allocated by the caller and pointed to by address. The buffer size must be enough for a 32 bits per pixel bitmap, i.e. width * height * 4 bytes. Note: This API can be used only locally by a VM process through the bitmapFormat) address width height bitsPerPixel bytesPerLine bitmapFormat Information about the screen bitmap. 5.20 IDnDBase Base abstract interface for drag’n drop. 5.20.1 Attributes 5.20.1.1 formats (read-only)
    0 码力 | 422 页 | 2.45 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.12 Programming Guide and Reference

    [out] IDisplaySourceBitmap displaySourceBitmap) screenId displaySourceBitmap Obtains the guest screen bitmap parameters. 5.18.14 setScreenLayout void IDisplay::setScreenLayout( [in] ScreenLayoutMode screenLayoutMode allocated by the caller and pointed to by address. The buffer size must be enough for a 32 bits per pixel bitmap, i.e. width * height * 4 bytes. Note: This API can be used only locally by a VM process through the bitmapFormat) address width height bitsPerPixel bytesPerLine bitmapFormat Information about the screen bitmap. 5.20 IDnDBase Base abstract interface for drag’n drop. 5.20.1 Attributes 5.20.1.1 formats (read-only)
    0 码力 | 421 页 | 2.43 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 Programming Guide and Reference

    size Size of buffer required to store the bitmap. width Bitmap width. height Bitmap height. Returns size in bytes and dimensions in pixels of a saved thumbnail bitmap from saved state. 5.44.44 readLog octet[] is: B, G, R, 0xFF. If this parameter is false, then bytes order is: R, G, B, 0xFF. width Bitmap width. height Bitmap height. Thumbnail is retrieved to an array of bytes in uncompressed 32-bit BGRA or RGBA support alpha, the pointer could be displayed as a normal color pointer. The AND mask is a 1-bpp bitmap with byte aligned scanlines. The size of the AND mask therefore is cbAnd = (width + 7) / 8 * height
    0 码力 | 306 页 | 1.92 MB | 6 月前
    3
共 49 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
ReusableCodeDataStructuresBackToBasicsFunctionsCurve核心组件snapshotcloneUsingModernC++toBuildXOffsetDatastructureGameDevelopmentforHumanBeingsCurveFS方案设计方案设计Client概要OracleVMVirtualBox5.240ProgrammingGuideandReference124.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩