Library Search
结果页01-pyplot-basics
在 元器件 / 技术栈 / 知识库 中找到 19 个匹配结果。
元器件
元器件
7 个 ESP32-S3-DevKitC-1 开发板 示例: ESP32-S3-DevKitC-1 开发板 — Arduino/MicroPython 代码例程.md 1% 树莓派 3 Model B+ (Raspberry Pi 3B+) 示例: 树莓派 3B+ GPIO 编程 — Python + Node-RED + C.md
(KB: kb_551af99c70086dd906eda27f) 1% 树莓派 Compute Module 4 (CM4) 示例: 树莓派 CM4 编程例程 — rpiboot 烧录 + GPIO + PCIe + 集群.md
(KB: kb_67df11ce5e72fd9704bb308a) 1% L298N 电机驱动模块 示例: L298N 电机驱动模块 — 代码例程.md 1% ESP8266-01S ESP8266-01S
元器件名称: ESP8266-01S
分类: 通信模块
ESP8266-01S 是一款通信模块。
ESP8266-01S是乐鑫推出的低成本Wi-Fi模块,板载ESP8266EX芯片,内置32位Tensilica L106 MCU,支持802.11 b/g/n,板载PCB天线。引出GPIO0/GPIO2/TX/RX等引脚,支持AT指令及Arduino/Lua/NodeMCU… 1% 树莓派 4 Model B (Raspberry Pi 4B) 示例: 树莓派 4B GPIO 编程例程 — Python + C + WiringPi.md
(KB: kb_11c74821856808b4642b2e4e) 1% MPU6500 示例: MPU6500 驱动代码例程 - I2C通信(Arduino & ESP-IDF).md
(KB: kb_5c1d0d7a0ac5ef71f0f9302f) 1%
技术栈
技术栈
4 个 Grafana ```json
{
"dashboard": {
"title": "主机监控总览",
"tags": ["prometheus", "node"],
"timezone": "browser",
"panels": [
{
"title": "CPU 使用率",
"type": "timeseries",… 2% 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
最… 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% MyBatis-Plus # MyBatis-Plus 实战入门教程
## 第一章:MyBatis vs MyBatis-Plus
MyBatis 的痛点:
```java
// MyBatis 原始写法——每个单表查询都要写 SQL
@Select("SELECT * FROM user WHERE age BETWEEN #{min} AND #{max}")
List<User> findByAgeRange(… 1%
知识库
知识库
8 个 01-pyplot-basics # ============================================================
# 3. 柱状图(Bar Chart)
# ============================================================
categories = ["Python", "JavaScript", "Java", "C++", "… 3% 原生类别特征 + 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% Prometheus 数据源 + 主机监控 Dashboard ```json
{
"dashboard": {
"title": "主机监控总览",
"tags": ["prometheus", "node"],
"timezone": "browser",
"panels": [
{
"title": "CPU 使用率",
"type": "timeseries",… 2% 主循环 ```
Project/
├── Core/
│ ├── Inc/
│ │ └── module_4g.h
│ └── Src/
│ ├── main.c
│ ├── module_4g.c
│ └── stm32f1xx_it.c ← HAL_UART_RxCpltCallback 在此
├── Drivers/
│ └── ST… 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… 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… 1% ESP8266-01S 驱动代码例程 # ESP8266-01S 驱动代码例程
---
## 例程一:Arduino AT指令驱动(SoftwareSerial)
```cpp
/*
* ESP8266-01S AT指令驱动 (Arduino Uno)
* 使用 SoftwareSerial 与模块通信
*
* 接线:
* Arduino D2 → ESP8266 RXD (通过电平转换)
* Arduin… 1% INMP441 I2S 麦克风 — 代码例程 (ESP32 + STM32) void dual_i2s_init() {
i2s_config_t i2s_config = {
.mode = (i2s_mode_t)(I2S_MODE_MASTER | I2S_MODE_RX),
.sample_rate = SAMPLE_RATE,
.bits_per_sample = I2S_BITS_PER_SAMPLE_3… 1%