万象云档 本次搜索耗时 1.350 秒,为您找到 1390 个相关结果.
  • 第五章 序列和协程

    第五章 序列和协程 5.1 引言 5.2 隐式序列 5.2.1 Python 迭代器 5.2.2 for 语句 5.2.3 生成器和yield 语句 5.2.4 可迭代对象 5.2.5 流 5.3 协程 5.3.1 Python 协程 5.3.2 生产、过滤和消耗 5.3.3 多任务 第五章 序列和协程 来源:Chapter 5...
  • 音频 I/O 和torchaudio的预处理

    音频 I/O 和torchaudio 的预处理 打开文件 转换 函数 从 Kaldi 迁移到torchaudio 可用数据集 总结 音频 I/O 和torchaudio 的预处理 原文:https://pytorch.org/tutorials/beginner/audio_preprocessing_tutorial.html ...
  • 模型上下文协议

    686 2025-06-03 《Cursor中文文档》
    模型上下文协议 ​ 什么是 MCP? 了解有关 MCP 的更多信息 ​ 使用 ​ 例子 数据库 概念 GitHub的 记忆 条纹 ​ 建筑 💻 stdio 运输 🌐 SSE 运输 ​ 配置 MCP 服务器 ​ 配置位置 项目配置 全局配置 ​ 认证 ​ 在 Chat 中使用 MCP ​ 工具批准 ​ 自动运行 ​ 工具响...
  • Promise 对象

    686 2025-05-15 《ECMAScript 6 教程》
    基本用法 Promise.prototype.then() Promise.prototype.catch() Promise.prototype.finally() Promise.all() Promise.race() Promise.allSettled() Promise.any() Promise.resolve() Promi...
  • 超详细超实用的Windows 11键盘快捷键列表

    Windows 11 键盘快捷键 1. Windows 11 新增快捷键 2. Windows 11 文本编辑键盘快捷键 3. Windows 11 中的通用 Windows 键盘快捷键 4. Windows 11 功能键键盘快捷键 5. Windows 11 文件资源管理器键盘快捷键 6. Windows 11 任务栏键盘快捷键 7. Win...
  • ABOUT JAMAICA.

    ABOUT JAMAICA. PART I. PART II. ABOUT JAMAICA. PART I. I am going to give you an account of the first adventure I ever had; and, although it happened so many years ago, I...
  • 计算机基础知识

    计算机基础知识 undefined undefined操作系统的发展历史 undefined程序类型 undefined字节 undefined字节的大小端 undefined地址 undefined图灵完备 undefined操作系统中字节表示 undefinedWindows研发思想的来龙去脉 undefined执行程序对比 unde...
  • 从零开始的 NLP:使用字符级 RNN 分类名称

    从零开始的 NLP:使用字符级 RNN 分类名称 准备数据 将名称转换为张量 创建网络 训练 准备训练 训练网络 绘制结果 评估结果 在用户输入上运行 练习 从零开始的 NLP:使用字符级 RNN 分类名称 原文:https://pytorch.org/tutorials/intermediate/char_rnn_classif...
  • Vim command cheat sheet

    Repeats Cursor motions Insert mode Insert mode commands Autocomplete Text editor Text object Move text Formatting text Copy and paste Revocation and restoration Find and...
  • 5.1 包:库单元

    5.1 包:库单元 5.1.1 创建独一无二的包名 5.1.2 自定义工具库 5.1.3 利用导入改变行为 5.1.4 包的停用 5.1 包:库单元 我们用import 关键字导入一个完整的库时,就会获得“包”(Package)。例如: import java . util .*; 它的作用是导入完整的实用工具(Utility)库,该...