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

无数据

分类

全部综合其他(405)Weblate(302)Blender(38)产品与服务(20)KiCad(14)Apache OFBiz(12)Krita(9)版本控制(6)GIMP(5)人工智能(4)

语言

全部英语(278)中文(简体)(114)中文(繁体)(10)法语(1)日语(1)韩语(1)

格式

全部PDF文档 PDF(229)其他文档 其他(176)
 
本次搜索耗时 0.091 秒,为您找到相关结果约 405 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • 产品与服务
  • KiCad
  • Apache OFBiz
  • Krita
  • 版本控制
  • GIMP
  • 人工智能
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 法语
  • 日语
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Google C++ Style Guide

    When some- thing surprising or unusual is happening in a snippet of code (for example, transfer of pointer ownership), leaving textual hints for the reader at the point of use is valuable (std::unique_ptr than simply #includeing the header. • Structuring code to enable forward declarations (e.g. using pointer mem- bers instead of object members) can make the code slower and more com- plex. • Try to avoid initializing a pointer (which will never be freed), from either your main() function or from pthread_once(). Note that this must be a raw pointer, not a “smart” pointer, since the smart pointer’s destructor
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • mobi文档 Pro Git 2nd Edition 2.1.413

    additions and changes in the community surrounding Git. The second edition of this book is meant to address those changes and update the book so it can be more helpful to the new user. When I wrote the first Identity The first thing you should do when you install Git is to set your user name and email address. This is important because every Git commit uses this information, and it’s immutably baked into for anything you do on that system. If you want to override this with a different name or email address for specific projects, you can run the command without the --global option when you’re in that project
    0 码力 | 731 页 | 21.49 MB | 1 年前
    3
  • pdf文档 Pro Git 2nd Edition 2.1.413

    additions and changes in the community surrounding Git. The second edition of this book is meant to address those changes and update the book so it can be more helpful to the new user. When I wrote the first Identity The first thing you should do when you install Git is to set your user name and email address. This is important because every Git commit uses this information, and it’s immutably baked into for anything you do on that system. If you want to override this with a different name or email address for specific projects, you can run the command without the --global option when you’re in that project
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • epub文档 Pro Git 2nd Edition 2.1.413

    additions and changes in the community surrounding Git. The second edition of this book is meant to address those changes and update the book so it can be more helpful to the new user. When I wrote the first Identity The first thing you should do when you install Git is to set your user name and email address. This is important because every Git commit uses this information, and it’s immutably baked into for anything you do on that system. If you want to override this with a different name or email address for specific projects, you can run the command without the --global option when you’re in that project
    0 码力 | 691 页 | 13.35 MB | 1 年前
    3
  • pdf文档 GIMP User Manual 2.2

    the image. For more details see QuickMask. Pointer Coordinates: In the lower left corner of the window is a rectangular area used to show the current pointer coordinates (that is, the mouse location, if if you are using a mouse), whenever the pointer is within the image boundaries. The units are the same as for the rulers. Units menu: (This feature is new in GIMP 2.2; it does not appear in GIMP 2 the right. You can recognize this by the fact that the cursor changes to a hand shape when the pointer is over the drag handle area. To dock a dialog, you simply click on its drag handle area, and drag
    0 码力 | 421 页 | 8.45 MB | 1 年前
    3
  • pdf文档 GNU Image Manipulation Program User Manual 2.4

    pressing the F1 key. Help on specific menu items can be accessed by pressing the F1 key while the mouse pointer is focused on the menu item. Read on to begin your GIMP journey. 1.1.3 Features and Capabilities image. For more details see QuickMask. v 6 Pointer Coordinates: In the lower left corner of the window is a rectangular area used to show the current pointer coor- dinates (that is, the mouse location location, if you are using a mouse), whenever the pointer is within the image boundaries. The units are the same as for the rulers. 1Users with an Apple Macintosh and a one button mouse can use Ctrl-mousebutton
    0 码力 | 653 页 | 19.93 MB | 1 年前
    3
  • epub文档 Kicad 5.1 Plugins

    and must return false. */ bool CanRender( void ); /* Load the specified model and return a pointer to its visual model data */ SCENEGRAPH* Load( char const* aFileName ); 2. Tutorials: 3D Plugin Class be encountered if, for example, no plugin is loaded. Internally the Plugin Loader uses a stored pointer to each API function to invoke each function on behalf of the user. API: Base Kicad Plugin Class protected open() function of the base plugin loader; this base open() function attempts to find the address of each of the required basic plugin functions; once the addresses of each function have been retrieved
    0 码力 | 48 页 | 44.28 KB | 1 年前
    3
  • epub文档 Kicad 4.0 Plugins

    and must return false. */ bool CanRender( void ); /* Load the specified model and return a pointer to its visual model data */ SCENEGRAPH* Load( char const* aFileName ); 2. Tutorials: 3D Plugin Class be encountered if, for example, no plugin is loaded. Internally the Plugin Loader uses a stored pointer to each API function to invoke each function on behalf of the user. API: Base Kicad Plugin Class protected open() function of the base plugin loader; this base open() function attempts to find the address of each of the required basic plugin functions; once the addresses of each function have been retrieved
    0 码力 | 48 页 | 66.10 KB | 1 年前
    3
  • pdf文档 Kicad 4.0 Plugins

    model and must return false. */ bool CanRender( void ); /* Load the specified model and return a pointer to its visual model data */ SCENEGRAPH* Load( char const* aFileName ); 2 Tutorials: 3D Plugin Class be encountered if, for example, no plugin is loaded. Internally the Plugin Loader uses a stored pointer to each API function to invoke each function on behalf of the user. 3.1.1 API: Base Kicad Plugin protected open() function of the base plugin loader; this base open() function attempts to find the address of each of the required basic plugin functions; once the addresses of each function have been retrieved
    0 码力 | 36 页 | 210.85 KB | 1 年前
    3
  • pdf文档 Kicad 5.1 Plugins

    model and must return false. */ bool CanRender( void ); /* Load the specified model and return a pointer to its visual model data */ SCENEGRAPH* Load( char const* aFileName ); 2 Tutorials: 3D Plugin Class be encountered if, for example, no plugin is loaded. Internally the Plugin Loader uses a stored pointer to each API function to invoke each function on behalf of the user. 3.1.1 API: Base Kicad Plugin protected open() function of the base plugin loader; this base open() function attempts to find the address of each of the required basic plugin functions; once the addresses of each function have been retrieved
    0 码力 | 36 页 | 204.70 KB | 1 年前
    3
共 405 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 41
前往
页
相关搜索词
GoogleC++StyleGuideProGit2ndEdition2.1413GIMPUserManual2.2GNUImageManipulationProgram2.4Kicad5.1Plugins4.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩