开发者

C++调用deepseek

0
  • C++快速调用DeepSeek API的完整指南

    目录一python、开发环境二、准备工作1. 申请API Key2. 安装C+javascript+ REST SDK三、实现代码1. 包含必要的头文件2. 设置API Key和API URL3. 编写调用代码4. 编译并运行四、运行结果五、注意事项六、总结一、开发环[详细]

    2025-04-11 11:04 分类:开发
  • C++通过控制台访问deepseek接口并进行对话

    如题,其实对于调试一个接口来说并不复杂,关键在于会遇到json输入和解析的字符处理问题,比如中文的输入和解析,动不动就会遇到乱码,经过与deepseek的深度碰撞(发给deepseek),同比通义千问给的方案,更加的准确[详细]

    2025-04-09 15:18 分类:开发
  • Reading URL Anchor on IE

    I\'ve got a page full of links to another page with anchors on the end (like this: index.html#anchor). On the page they point to, I have a script that is supposed to read where the anchor points to in[详细]

    2022-12-28 21:25 分类:问答