Library Search
结果页

02-linear-algebra-and-applications

在 技术栈 中找到 8 个匹配结果。

返回文档库
技术栈

技术栈

8 个
查看全部
Verilog / SystemVerilog always_ff @(posedge clk or negedge rst_n) begin if (!rst_n) begin state <= S_IDLE; tx <= 1'b1; clk_cnt <= 0; bit_idx <= 0; end else begin case (stat… 2% C# <h1>🏗 Alpine.js Demo</h1> <p style="color: #666;">纯 HTML 属性驱动的交互 —— 零 JS 代码</p> <!-- 标签页组件 --> <div x-data="{ activeTab: 'vue' }"> <div class="tabs"> <button class="tab-btn" :class="… 2% FastAPI | 概念 | 说明 | |------|------| | `Depends()` | 依赖注入的核心,可嵌套形成依赖链 | | `OAuth2PasswordBearer` | 标准 OAuth2 密码流,Swagger 自动显示 🔓 按钮 | | 依赖工厂 | 返回 callable 的函数,用于参数化依赖(如 `require_role`)| | `OAuth2PasswordReques… 2% Angular <!-- 搜索 --> <input type="text" [(ngModel)]="searchTerm" placeholder="搜索姓名或专业..." class="search-input" /> <!-- 添加表单 --> <div class="add-form"> <input [(ngModel)]="newStuden… 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… 2% Grafana ```json { "dashboard": { "title": "主机监控总览", "tags": ["prometheus", "node"], "timezone": "browser", "panels": [ { "title": "CPU 使用率", "type": "timeseries",… 2% Electron **index.html(渲染进程):** ```html <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8" /> <title>Electron Hello World</title> <style> * { margin: 0; padding: 0; box-sizing: border-bo… 2%