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

无数据

分类

全部综合其他(178)Weblate(133)云计算&大数据(113)VirtualBox(113)后端开发(82)数据库(65)Python(61)PostgreSQL(40)Django(30)KiCad(30)

语言

全部英语(460)

格式

全部PDF文档 PDF(350)其他文档 其他(110)
 
本次搜索耗时 0.022 秒,为您找到相关结果约 460 个.
  • 全部
  • 综合其他
  • Weblate
  • 云计算&大数据
  • VirtualBox
  • 后端开发
  • 数据库
  • Python
  • PostgreSQL
  • Django
  • KiCad
  • 全部
  • 英语
  • 全部
  • 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文档 Reference guide for FCL-res units. Document version 3.2.2

    former type: its raw data is like an XML manifest file. On the other hand, in a resource of type RT_BITMAP (??) the RawData (??) stream isn’t like a BMP file. For this reason, several classes (descendants In the following example, we read a resource file and then dump data of each resource of type RT_BITMAP (??) as a BMP file. program res5; {$mode objfpc} uses Classes, SysUtils, resource, resreader, we included bitmapresource (??) in the uses clause of our program. This way, resources of type RT_BITMAP (??) are created from TBitmapResource (??) class. This class provides a stream, BitmapData (??) that
    0 码力 | 211 页 | 498.14 KB | 1 年前
    3
  • pdf文档 Firebird Internals: Inside a Firebird Database

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 8.4.4. NULL status bitmap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 0x02 The Page Inventory Page (PIP). This page keeps track of allocated and free pages using a bitmap where a 1 means the page is free, and a 0 (zero) shows a used page. There may be more than one PIP keeps track of the stat of transactions. Each transaction is represented by a pair of bits in a bitmap. Valid values in these two bits are: 00 this transaction is active. 01 this transaction is in
    0 码力 | 63 页 | 261.00 KB | 1 年前
    3
  • epub文档 KiCad 4.0 Pl Editor

    Poly-polygons (mainly to place logos and special graphic shapes). These poly polygons are created by Bitmap2component, and cannot be built inside pl_editor, because it is not possible to create such shapes vertices, you cannot create a polygon by hand. But you can append a description file, created by Bitmap2Component. 7.4. Status Bar Information The status bar is located at the bottom of the Pl_Editor texts are added just by clicking on the corresponding menu item. Logos must first be created by Bitmap2component, which creates a page layout description file. The Append Page Layout Descr File option
    0 码力 | 35 页 | 495.36 KB | 1 年前
    3
  • pdf文档 KiCad 7.0 PL Editor

    Poly-polygons (mainly to place logos and special graphic shapes). These poly polygons are created by Bitmap2component, and cannot be built inside pl_editor, because it is not possible to create such shapes vertices, you cannot create a polygon by hand. But you can append a description file, created by Bitmap2Component. 18 Status Bar Information The status bar is located at the bottom of the Pl_Editor texts are added just by clicking on the corresponding menu item. Logos must first be created by Bitmap2component, which creates a page layout description file. The Append Page Layout Descr File option
    0 码力 | 26 页 | 511.05 KB | 1 年前
    3
  • pdf文档 KiCad 6.0 PL Editor

    Poly-polygons (mainly to place logos and special graphic shapes). These poly polygons are created by Bitmap2component, and cannot be built inside pl_editor, because it is not possible to create such shapes vertices, you cannot create a polygon by hand. But you can append a description file, created by Bitmap2Component. 18 Status Bar Information The status bar is located at the bottom of the Pl_Editor texts are added just by clicking on the corresponding menu item. Logos must first be created by Bitmap2component, which creates a page layout description file. The Append Page Layout Descr File option
    0 码力 | 26 页 | 511.05 KB | 1 年前
    3
  • pdf文档 KiCad 8.0 Drawing Sheet Editor

    Poly-polygons (mainly to place logos and special graphic shapes). These poly polygons are created by Bitmap2component, and cannot be built inside pl_editor, because it is not possible to create such shapes vertices, you cannot create a polygon by hand. But you can append a description file, created by Bitmap2Component. 18 Status Bar Information The status bar is located at the bottom of the Pl_Editor texts are added just by clicking on the corresponding menu item. Logos must first be created by Bitmap2component, which creates a page layout description file. The Append Page Layout Descr File option
    0 码力 | 26 页 | 511.05 KB | 1 年前
    3
  • pdf文档 KiCad 5.1 PL Editor

    Poly-polygons (mainly to place logos and special graphic shapes). These poly polygons are created by Bitmap2component, and cannot be built inside pl_editor, because it is not possible to create such shapes vertices, you cannot create a polygon by hand. But you can append a description file, created by Bitmap2Component. 7.4 Status Bar Information The status bar is located at the bottom of the Pl_Editor texts are added just by clicking on the corresponding menu item. Logos must first be created by Bitmap2component, which creates a page layout description file. The Append Page Layout Descr File option
    0 码力 | 28 页 | 443.60 KB | 1 年前
    3
  • pdf文档 KiCad 4.0 Pl Editor

    Poly-polygons (mainly to place logos and special graphic shapes). These poly polygons are created by Bitmap2component, and cannot be built inside pl_editor, because it is not possible to create such shapes vertices, you cannot create a polygon by hand. But you can append a description file, created by Bitmap2Component. 7.4 Status Bar Information The status bar is located at the bottom of the Pl_Editor texts are added just by clicking on the corresponding menu item. Logos must first be created by Bitmap2component, which creates a page layout description file. The Append Page Layout Descr File option
    0 码力 | 29 页 | 535.52 KB | 1 年前
    3
共 460 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 46
前往
页
相关搜索词
ReusableCodeDataStructuresBackToBasicsFunctionsReferenceguideforFCLresunitsDocumentversion3.2FirebirdInternalsInsideDatabaseKiCad4.0PlEditor7.0PL6.08.0DrawingSheet5.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩