Library Search
结果页01-array-basics
在 元器件 / 技术栈 / 知识库 中找到 17 个匹配结果。
元器件
元器件
4 个 ESP32-S3-DevKitC-1 开发板 示例: ESP32-S3-DevKitC-1 开发板 — Arduino/MicroPython 代码例程.md 2% ESP32-C3-DevKitM-1 开发板 示例: ESP32-C3-DevKitM-1 开发板 — Arduino/MicroPython 代码例程.md
(KB: kb_b4b399de464e94028bdae8d8) 2% 树莓派 3 Model B+ (Raspberry Pi 3B+) 示例: 树莓派 3B+ GPIO 编程 — Python + Node-RED + C.md
(KB: kb_551af99c70086dd906eda27f) 1% ESP32-C6-DevKitC-1 开发板 示例: ESP32-C6-DevKitC-1 开发板 — Arduino/MicroPython 代码例程.md
(KB: kb_13527a54863b25d6868f7c29) 1%
技术栈
技术栈
5 个 Spring Data JPA 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% NumPy # NumPy 数组基础 —— 创建、索引、运算
## 目标
- 掌握 ndarray 的创建、属性、索引与切片
- 理解向量化运算与 Python 循环的性能差异
- 掌握广播机制
## 完整代码
```python
import numpy as np
# ============================================================
# 1… 2% Pytest ```
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… 1% Grafana ```json
{
"dashboard": {
"title": "主机监控总览",
"tags": ["prometheus", "node"],
"timezone": "browser",
"panels": [
{
"title": "CPU 使用率",
"type": "timeseries",… 1% LightGBM ```
正样本比例: 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
最… 1%
知识库
知识库
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% 原生类别特征 + 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
最… 1% 主循环 ```
Project/
├── Core/
│ ├── Inc/
│ │ └── module_4g.h
│ └── Src/
│ ├── main.c
│ ├── module_4g.c
│ └── stm32f1xx_it.c ← HAL_UART_RxCpltCallback 在此
├── Drivers/
│ └── ST… 1% Prometheus 数据源 + 主机监控 Dashboard ```json
{
"dashboard": {
"title": "主机监控总览",
"tags": ["prometheus", "node"],
"timezone": "browser",
"panels": [
{
"title": "CPU 使用率",
"type": "timeseries",… 1% 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… 1% 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%