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

无数据

分类

全部后端开发(155)Python(55)C++(49)Julia(18)云计算&大数据(14)Conda(14)Django(13)Rust(12)数据库(11)VirtualBox(11)

语言

全部英语(136)中文(简体)(30)中文(繁体)(24)zh(3)西班牙语(1)日语(1)韩语(1)葡萄牙语(1)英语(1)

格式

全部PDF文档 PDF(190)其他文档 其他(10)
 
本次搜索耗时 0.073 秒,为您找到相关结果约 200 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • 云计算&大数据
  • Conda
  • Django
  • Rust
  • 数据库
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • zh
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics Casting

    (B*)pa; double d = *(double*)(pb); return (int)d; }struct tree { bool has_leaves = true;}; struct car {int model_year = 1982; }; void prune(tree* t) { t->has_leaves = false; } void drive(const car* c ) } int main() { const tree oak; car mustang; drive(&mustang); //normal function call prune((tree*)&oak); //pruning a const tree drive((car*)&oak); // driving a tree prune((tree*)&mustang); // pruning float drive((car*)&f); // driving a float return 0; }struct tree { bool has_leaves = true;}; struct car {int model_year = 1982; }; void prune(tree* t) { t->has_leaves = false; } void drive(const car* c )
    0 码力 | 117 页 | 1.57 MB | 6 月前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    project in docker (Step 2) Info: The demo project [https://github.com/django-cms/django-cms-quickstart/tree/support/cms-4.1.x] is a minimal Django project with some additional requirements in the requirements modules. django-treebeard [http://django-treebeard.readthedocs.io] is used to manage django CMS’s page tree structures. django CMS also installs django CMS admin style [https://github.com/django-cms/djangocms- django-filer\>=3.0 different sizes; Django MPTT [https://github.com/django-mptt/django-mptt/] manages the tree structure of the folders in Django Filer. Pillow, the Python imaging library, will be installed. Pillow
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • pdf文档 Rethinking Task Based Concurrency and Parallelism for Low Latency C++

    array of Work Contracts (each with their own logic and, if needed, data, queue, etc) ○ A Signal Tree (which has as many leaf nodes as there are work contracts in the group) ● Threads are brought to Execute Logic(Data) Thread Thread Pool Thread ThreadThread Thread Thread Back Front The Signal Tree: ● Lock Free with most operations also wait free ○ Allows MT traversal without locks and therefore array of Work Contracts (each with their own logic and, if needed, data, queue, etc) ○ A Signal Tree (which has as many leaf nodes as there are work contracts in the group) ● Threads are brought to
    0 码力 | 142 页 | 2.80 MB | 6 月前
    3
  • pdf文档 Data Structures That Make Video Games Go Round

    ● Recursively subdivided into 8 spaces.● Our level starts of as the root node. ● A node in the tree can represent a game entity or a quadrant itself. ● Any time a quadrant has more than 4 entities How to construct a quadtree for a level?● Our level starts of as the root node. ● A node in the tree can represent a game entity or a quadrant itself. ● Any time a quadrant has more than 4 entities How to construct a quadtree for a level?● Our level starts of as the root node. ● A node in the tree can represent a game entity or a quadrant itself. ● Any time a quadrant has more than 4 entities
    0 码力 | 196 页 | 3.03 MB | 6 月前
    3
  • epub文档 Django CMS 4.1.x Documentation

    project in docker (Step 2) Info: The demo project [https://github.com/django-cms/django-cms-quickstart/tree/support/cms-4.1.x] is a minimal Django project with some additional requirements in the requirements "treebeard", django-treebeard [http://django-treebeard.readthedocs.io] is used to manage django CMS’s page tree structures. django CMS also installs django CMS admin style [https://github.com/django-cms/djangocms- of images in different sizes; Django MPTT [https://github.com/django-mptt/django-mptt/] manages the tree structure of the folders in Django Filer. Pillow, the Python imaging library, will be installed. Pillow
    0 码力 | 518 页 | 1.66 MB | 6 月前
    3
  • epub文档 Django CMS 3.9.x Documentation

    100 %}
The options control the levels of the site hierarchy that are displayed in the menu tree - but you don’t need to worry about exactly what they do at this stage. Next we’ll look at Integrating required. def get_nodes(self, request): """ This method is used to build the menu tree. """ nodes = [] for poll in Poll.objects.all(): node = NavigationNode( django-treebeard [http://django-treebeard.readthedocs.io] is used to manage django CMS’s page and plugin tree structures. django CMS installs django CMS admin style [https://github.com/django-cms/djangocms-admin-
0 码力 | 417 页 | 1.68 MB | 6 月前
3
  • pdf文档 Django CMS 3.9.x Documentation

    100 100 %} The options control the levels of the site hierarchy that are displayed in the menu tree - but you don’t need to worry about exactly what they do at this stage. Next we’ll look at Integrating menu a name this is required. def get_nodes(self, request): """ This method is used to build the menu tree. """ nodes = [] for poll in Poll.objects.all(): node = NavigationNode( title=poll.question, url=r are the core django CMS modules. • django-treebeard is used to manage django CMS’s page and plugin tree structures. django CMS installs django CMS admin style. This provides some styling that helps make
    0 码力 | 298 页 | 1.79 MB | 6 月前
    3
  • epub文档 Django CMS 3.8.x Documentation

    100 %} The options control the levels of the site hierarchy that are displayed in the menu tree - but you don’t need to worry about exactly what they do at this stage. Next we’ll look at Integrating required. def get_nodes(self, request): """ This method is used to build the menu tree. """ nodes = [] for poll in Poll.objects.all(): node = NavigationNode( django-treebeard [http://django-treebeard.readthedocs.io] is used to manage django CMS’s page and plugin tree structures. django CMS installs django CMS admin style [https://github.com/divio/djangocms-admin-style]
    0 码力 | 413 页 | 1.67 MB | 6 月前
    3
  • pdf文档 Comprehensive Rust(Persian ) 202412

    on two subexpressions . enum Operation } Add , Sub , Mul , Div , { / / / An expression, in tree form . enum Expression } / / / An operation on two subexpressions . Op { op: Operation, left: Box on two subexpressions . enum Operation } Add , Sub , Mul , Div , { / / / An expression, in tree form . enum Expression } / / / An operation on two subexpressions . Op { op: Operation, left: Box std::mem::size_of::tree ( � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � ) � � � � � � � ( �
    0 码力 | 393 页 | 987.97 KB | 11 月前
    3
  • pdf文档 Django CMS 4.0.x Documentation

    100 100 %} The options control the levels of the site hierarchy that are displayed in the menu tree - but you don’t need to worry about exactly what they do at this stage. Next we’ll look at Integrating menu a name this is required. def get_nodes(self, request): """ This method is used to build the menu tree. """ (continues on next page) 4.1. Django/Python compatibility table 25 django cms Documentation are the core django CMS modules. • django-treebeard is used to manage django CMS’s page and plugin tree structures. django CMS installs django CMS admin style. This provides some styling that helps make
    0 码力 | 296 页 | 1.79 MB | 6 月前
    3
  • 共 200 条
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 20
    前往
    页
    相关搜索词
    BacktoBasicsCastinghttpsdocsdjangocmsorgdownloadsenlatestDocumentationRethinkingTaskBasedConcurrencyandParallelismforLowLatencyC++DataStructuresThatMakeVideoGamesGoRoundDjangoCMS4.13.93.8ComprehensiveRustPersian2024124.0
    IT文库
    关于我们 文库协议 联系我们 意见反馈 免责声明
    本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
    IT文库 ©1024 - 2025 | 站点地图
    Powered By MOREDOC AI v3.3.0-beta.70
    • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
      关注我们的公众号【刻舟求荐】,给您不一样的精彩