This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # python扫描aistudio可用模型 | |
| import requests | |
| import json | |
| api_key = "gemini-key" | |
| url = f"https://generativelanguage.googleapis.com/v1beta/models?key={api_key}" | |
| response = requests.get(url) | |
| data = response.json() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % !TeX program = xelatex | |
| % !TeX encoding = UTF-8 | |
| \documentclass{JXUSTmodeling} | |
| \usepackage{booktabs} | |
| \biaoti{机器人避障问题讨论} | |
| \keyword{Floyd算法;无向图理论;非线性约束;道路规划} | |
| \begin{document} | |
| \begin{abstract} |