STEP #1
(1/2)
此处切换ai服务商,可对比多家ai的回复,取最优解。
上一步
下一步
关闭
酷代码
AI
首页
AI工具箱
在线工具
证件照自拍
证件照换底色
关于
设置
登录/注册
菜单
全部AI
/
热门
/ AI写代码神器
服务商
DeepSeek
字节豆包
阿里通义
讯飞星火
百度文心
GPT
开启上下文联想
更多选项
快捷项
语言方向:不限
语言方向:Java
语言方向:C#
语言方向:Python
语言方向:C++
语言方向:C
语言方向:JavaScript
语言方向:Go
语言方向:Ruby
语言方向:Swift
语言方向:R
语言方向:PHP
语言方向:CSS
语言方向:TypeScript
语言方向:Shell
语言方向:Scala
语言方向:Maxscript
语言方向:html
系统环境:不限
系统环境:Windows
系统环境:Linux
系统环境:Mac
其他AI
AI写代码神器
AI问答
AI新闻评论
AI摘要生成
AI高端主持词
AI工作总结报告
AI爆文标题助手
证件照自拍
证件照换底色
+新建AI助手
问AI
在文本框内输入内容,点击“问AI”即可获得参考结果
"酷代码AI"是一家去中心化AI聚合平台,旨在共享AI低成本地处理文案类、代码类的工作,提升学习、工作的效率与质量。一次注册,畅游多家AI产品!
最新免费问AI
如何隐藏我的提问?
AI写代码神器
使用springboot整合mybatis编程完成以下功能: 要求完成: 1、用户实体bean创建,字段自己设置即可 2、编写配置文件 3、编写业务逻辑层接口和数据访问层接口及实现 4、创建controller usercontroller 5、使用测试工具,postman或类似工具测试接口(976点数解答 | 2024-12-14 20:56:14)
125
AI写代码神器
用循环函数写一个用‘*’绘制爱心的c语言函数(653点数解答 | 2024-12-14 20:51:59)
73
AI写代码神器
用c#帮我编写一个支持悬浮窗自定义键位的手柄软件,并且支持调节悬浮窗对应的键位位置跟灵敏度。手柄支持蓝牙连接,键位为xoxb键位。手机厂商是oppo,手柄型号为墨将彩虹2pro。(291点数解答 | 2024-12-14 20:25:26)
48
AI写代码神器
用c#帮我编写一个支持悬浮窗自定义键位的手柄软件,手柄支持蓝牙连接,键位为xoxb键位(300点数解答 | 2024-12-14 20:22:22)
57
AI写代码神器
帮我编写一个手机使用手柄的软件(232点数解答 | 2024-12-14 20:20:58)
67
AI写代码神器
给定一个 n×n 的整数矩阵。对任一给定的正整数 k<n,我们将矩阵的偶数列的元素整体向下依次平移 1、……、k、1、……、k、…… 个位置,平移空出的位置用整数 x 补。你需要计算出结果矩阵的每一行元素的和。 输入格式: 输入第一行给出 3 个正整数:n(<100)、k(<n)、x(<100),分别如题面所述。 接下来 n 行,每行给出 n 个不超过 100 的正整数,为矩阵元素的值。数字间以空格分隔。 输出格式: 在一行中输出平移后第 1 到 n 行元素的和。数字间以 1 个空格分隔,行首尾不得有多余空格。 用c语言编写代码(673点数解答 | 2024-12-14 19:45:26)
66
AI写代码神器
给定一个 n×n 的整数矩阵。对任一给定的正整数 k<n,我们将矩阵的偶数列的元素整体向下依次平移 1、……、k、1、……、k、…… 个位置,平移空出的位置用整数 x 补。你需要计算出结果矩阵的每一行元素的和。 输入格式: 输入第一行给出 3 个正整数:n(<100)、k(<n)、x(<100),分别如题面所述。 接下来 n 行,每行给出 n 个不超过 100 的正整数,为矩阵元素的值。数字间以空格分隔。 输出格式: 在一行中输出平移后第 1 到 n 行元素的和。数字间以 1 个空格分隔,行首尾不得有多余空格。(37点数解答 | 2024-12-14 19:44:08)
83
AI写代码神器
生成一个会动的文字(30点数解答 | 2024-12-14 18:56:33)
46
AI写代码神器
// __multiversion__ // this signals the loading code to prepend either #version 100 or #version 300 es as apropriate. // to use centroid sampling we need to have version 300 es shaders, which requires changing: // attribute to in // varying to out when in vertex shaders or in when in fragment shaders // defining an out vec4 fragcolor and replacing uses of gl_fragcolor with fragcolor // texture2d to texture #if __version__ >= 300 // version 300 code #define varying in #define texture2d texture(910点数解答 | 2024-12-14 17:37:32)
157
AI写代码神器
// __multiversion__ // this signals the loading code to prepend either #version 100 or #version 300 es as apropriate. // to use centroid sampling we need to have version 300 es shaders, which requires changing: // attribute to in // varying to out when in vertex shaders or in when in fragment shaders // defining an out vec4 fragcolor and replacing uses of gl_fragcolor with fragcolor // texture2d to texture #if __version__ >= 300 // version 300 code #define varying in #define texture2d texture(111点数解答 | 2024-12-14 17:34:20)
144
AI写代码神器
// __multiversion__ // this signals the loading code to prepend either #version 100 or #version 300 es as apropriate. // to use centroid sampling we need to have version 300 es shaders, which requires changing: // attribute to in // varying to out when in vertex shaders or in when in fragment shaders // defining an out vec4 fragcolor and replacing uses of gl_fragcolor with fragcolor // texture2d to texture #if __version__ >= 300 // version 300 code #define varying in #define texture2d texture(356点数解答 | 2024-12-14 17:34:20)
132
AI写代码神器
// __multiversion__ // this signals the loading code to prepend either #version 100 or #version 300 es as apropriate. // to use centroid sampling we need to have version 300 es shaders, which requires changing: // attribute to in // varying to out when in vertex shaders or in when in fragment shaders // defining an out vec4 fragcolor and replacing uses of gl_fragcolor with fragcolor // texture2d to texture #if __version__ >= 300 // version 300 code #define varying in #define texture2d texture(45点数解答 | 2024-12-14 17:33:30)
99
发送