登录
首页 » c » 哆啦A梦的C代码

哆啦A梦的C代码

于 2022-02-01 发布 文件大小:1.14 kB
0 71
下载积分: 2 下载次数: 1

代码说明:

#include #include #define PI 3.14159265 // 主函数 void main() { // 创建大小为 800 * 600 的绘图窗口 initgraph(800, 600); // 设置原点 (0, 0) 为屏幕中央(Y轴默认向下为正) setorigin(400, 300); // 使用白色填充背景 setbkcolor(WHITE); cleardevice(); // 画脸 setfillcolor(RGB(7, 190, 234)); // 头 setlinecolor(BLACK); fillroundrect(-135, -206, 135, 54, 248, 248); setfillcolor(WHITE); // 脸 fillellipse(-115, -144, 115, 46); fillroundrect(-63, -169, 0, -95, 56, 56); // 右眼 fillroundrect(0, -169,  63, -95, 56, 56); // 左眼 setfillcolor(BLACK); solidcircle(-16, -116, 6); // 右眼球 solidcircle( 16, -116, 6); // 左眼球 setfillcolor(RGB(201, 62, 0)); // 鼻子

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • c# 嵌入式开发 报警系统源码下载
    c# 嵌入式开发 报警系统源码下载
    2013-12-29下载
    积分:1
  • html5 仿微信录音功能
    html5 仿微信录音功能 自己手动写的代码html5 仿微信录音功能html5 仿微信录音功能html5 仿微信录音功能html5 仿微信录音功能html5 仿微信录音功能html5 仿微信录音功能html5 仿微信录音功能html5 仿微信录音功能
    2022-01-20 23:15:29下载
    积分:1
  • 结合流式细胞仪
    这是 ; ;高树的matlab代码,用于在matlab做了回归模型树
    2022-10-05 01:30:03下载
    积分:1
  • imge-information-hiding
    matlab 图像信息隐藏 LSB方法(LSB method of information hiding matlab)
    2011-05-27 14:58:36下载
    积分:1
  • OpenTK
    用C#及Opentk 编写的可以打开点云文件,并在能三维可视化,以及做出基本的平移 旋转动作。(this file can open point cloud(.txt) and show many points to move and to rotate .(C# OpenTK))
    2016-04-15 11:27:39下载
    积分:1
  • HM087-手机OA源码 手机OA协同办公源码 大型OA源码
    1.开发环境:VS2010 + SQL20082.登陆用户: admin   admin手机版系统在:Web/Moa文件夹目录下。
    2022-05-19 04:35:05下载
    积分:1
  • MATLAB_C
    MATLAB信号处理宝典,包括各种函数,滤波器的源程序等(Collection MATLAB signal processing, including the various functions, such as the filter source)
    2010-12-03 12:40:13下载
    积分:1
  • tcpdump-4.2.0
    Linux Unix tcpdump源代码下载(tcpdump source code download)
    2012-10-16 14:36:45下载
    积分:1
  • lcd
    说明:  st7796s mipi屏调试资料 初始化代码和规格书(st7796s mipi lcd driver)
    2019-06-24 14:27:17下载
    积分:1
  • siftcode
    说明:  在图像匹配中,有很多种算法。在这众多的算法中,SIFT 算法具有良好的尺度、光 照和空间旋转的不变性,所以被广泛的应用于图像匹配当中。本文对SIFT 算法的四个主要 步骤进行了简单的介绍,并将该算法应用到多色二值压缩的压缩算法当中,提高了压缩效率 并且缩小了压缩后的存储空间。(In image matching, there are many kinds of algorithms. In many algorithms, SIFT algorithm has good scale, light and space rotation invariance, it has been widely used in image matching them. In this paper, the four main steps in SIFT algorithm was brief, and the algorithm is applied to the multi-color two values of compression compression algorithms which improve the compression efficiency and reduces the compressed storage space.)
    2010-03-24 18:07:17下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载