Library Search
结果页

01-array-basics

在 知识库 中找到 8 个匹配结果。

返回文档库
知识库

知识库

8 个
01-array-basics # NumPy 数组基础 —— 创建、索引、运算 ## 目标 - 掌握 ndarray 的创建、属性、索引与切片 - 理解向量化运算与 Python 循环的性能差异 - 掌握广播机制 ## 完整代码 ```python import numpy as np # ============================================================ # 1… 3% CRUD 与动态查询 return cb.and(predicates.toArray(new Predicate[0])); }; } } ``` ### 4. 使用示例 ```java package com.example; import com.example.entity.Product; import com.example.entity.Product.Status; imp… 2% 主循环 ``` Project/ ├── Core/ │ ├── Inc/ │ │ └── module_4g.h │ └── Src/ │ ├── main.c │ ├── module_4g.c │ └── stm32f1xx_it.c ← HAL_UART_RxCpltCallback 在此 ├── Drivers/ │ └── ST… 2% Prometheus 数据源 + 主机监控 Dashboard ```json { "dashboard": { "title": "主机监控总览", "tags": ["prometheus", "node"], "timezone": "browser", "panels": [ { "title": "CPU 使用率", "type": "timeseries",… 2% Hello World — 第一个测试用例 ``` test_math_utils.py::test_divide_normal PASSED test_math_utils.py::test_divide_by_zero PASSED test_math_utils.py::test_is_prime[1-False] PASSED test_math_utils.py::test_is_prime[2-True] PASSED test… 2% 原生类别特征 + early stopping 分类实战 ``` 正样本比例: 35.62% Training until validation scores don't improve for 20 rounds [50] valid_0's auc: 0.8234 [100] valid_0's auc: 0.8456 Early stopping, best iteration is [87] 测试准确率: 0.7823 最佳迭代轮次: 87 最… 2% ST-LINK V2 使用与配置代码例程 ```xml <?xml version="1.0" encoding="UTF-8"?> <!-- STM32CubeIDE Debug Configuration (.launch) --> <launchConfiguration type="com.st.stm32cube.ide.mcu.debug.launch.launchConfigurationType"> <string… 1% Gin + GORM 通用分页查询封装 return &Pagination{ Page: query.Page, Limit: query.Limit, Total: total, TotalPages: int(math.Ceil(float64(total) / float64(query.Limit))), Data: dest, }, nil } // ───… 1%