求翻译下图 20
4个回答
展开全部
这个应用程序没有授权使用在你的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个应用在你的安卓机子上的服务木授权
追答
高三学生,求采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
选择工具->检查更新->选择“ConsoleGDI”下载安装,在文件->新建工程->Other->ConsoleGDI,建立和TC一样的图形模式的程序。
运行:
#include <winbgim.h>
#include <conio2.h>
int main()
{
initwindow(640,480); //open a 640x480 graphics window
setcolor(WHITE);
circle(320,240,100); //Draw a circle
getch(); //wait for user to press a key
cleardevice();
lineto(20,20);
getch();
moveto(50,50);
lineto(90,90);
getch();
closegraph(); //close graphics window
return 0;
}
运行:
#include <winbgim.h>
#include <conio2.h>
int main()
{
initwindow(640,480); //open a 640x480 graphics window
setcolor(WHITE);
circle(320,240,100); //Draw a circle
getch(); //wait for user to press a key
cleardevice();
lineto(20,20);
getch();
moveto(50,50);
lineto(90,90);
getch();
closegraph(); //close graphics window
return 0;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询