ChatGPT 代码翻译 提示词(Prompts)
2023-06-21 14:44 更新
标签:软件开发
中文提示词:
将以下的[源语言]代码翻译成[目标语言]:[代码片段]。
英文提示词:
Translate the following [source language] code to [target language]: [code snippet].
中文提示词:
在将给定的[源语言]类或模块转换为[目标语言]时,保留其功能和结构:[代码片段]。
英文提示词:
Convert the given [source language] class or module to [target language] while preserving its functionality and structure: [code snippet].
中文提示词:
将使用[库或框架]的以下[源语言]代码迁移到使用类似库或框架的[目标语言]:[代码片段]。
英文提示词:
Migrate the following [source language] code that uses [library or framework] to [target language] with a similar library or framework: [code snippet].
中文提示词:
使用等效的性能特征将给定的[源语言]算法重写为[目标语言]:[算法或伪代码]。
英文提示词:
Rewrite the given [source language] algorithm in [target language] with equivalent performance characteristics: [algorithm or pseudocode].
中文提示词:
将以下[源语言]代码片段调整为[目标语言],同时遵循[目标语言的最佳实践]:[代码片段]。
英文提示词:
Adapt the following [source language] code snippet to [target language] while adhering to [target language's best practices]: [code snippet].
中文提示词:
将处理[特定任务或操作]的给定[源语言]函数翻译为[目标语言]:[代码片段]。
英文提示词:
Translate the given [source language] function that handles [specific task or operation] to [target language]: [code snippet].
提示
- ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
- 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加
respond in Chinese
,将回复指定为中文。