ChatGPT 代码可视化 提示词(Prompts)
2023-06-27 14:53 更新
标签:软件开发
中文提示词:
为以下【语言】代码生成一个UML图表:【代码片段】。
英文提示词:
Generate a UML diagram for the following [language] code: [code snippet].
中文提示词:
为给定的【语言】算法创建一个流程图或可视化表示:【算法或伪代码】。
英文提示词:
Create a flowchart or visual representation of the given [language] algorithm: [algorithm or pseudocode].
中文提示词:
可视化以下【语言】代码的调用图或依赖关系:【代码片段】。
英文提示词:
Visualize the call graph or dependencies of the following [language] code: [code snippet].
中文提示词:
为给定的【语言】代码生成一个数据流程图,展示数据是如何被处理的:【代码片段】。
英文提示词:
Generate a data flow diagram for the given [language] code that demonstrates how data is processed: [code snippet].
中文提示词:
创建一个交互式可视化,展示以下【语言】代码的运行行为或性能:【代码片段】。
英文提示词:
Create an interactive visualization of the runtime behavior or performance of the following [language] code: [code snippet].
提示
- ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
- 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加
respond in Chinese
,将回复指定为中文。