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

哆啦A梦的C代码

于 2022-02-01 发布 文件大小:1.14 kB
0 80
下载积分: 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 个回复

  • IMM
    交互多模滤波器 利用马尔科夫链对多种测量模型分别进行卡尔曼滤波 并利用转移概率对滤波结果进行加权 适用于机动目标跟踪和低空多径噪声下的高度测量(IMM filter Markov chain model for a variety of measurements were Kalman filter and using the filtered result of the transition probability weighting applicable at low altitude maneuver target tracking and multipath noise height measurements)
    2015-12-22 10:17:58下载
    积分:1
  • FU68XX- 20180516-v2.0
    深圳峰岹FU68XX IC 做的电动工具方案。开发平台:Keil.(this is a program of battery powered tool, you can find the setting for TIMER,PWM,EEPROM and IO , it was complied on Keil and it is very useful.)
    2020-10-02 11:17:41下载
    积分:1
  • I2cAnalyzerDll
    如果正在学习USB相关的可以参考,上位机提供了动态库及源码,如果写应用界面可直接调用动态库即可,无须对底层做过多了解,但这些也只属于一个初始框架,希望哪位有VC++经验而且有兴趣的,可以细化并提供出一个更好的供广大爱好者使用 (If you are USB-related learning can refer to the host computer provides a dynamic library and source code, if written application interface DLL can be called directly, no need to do too much understanding of the underlying, but these are only part of an initial framework to which There VC++ experience and are interested, you can refine and provide a better use for the majority of fans)
    2013-07-10 11:03:43下载
    积分:1
  • 贪心算法实例―单源最短路径
    一、 实验目的 掌握贪心算法的基本思想,学习利用贪心算法设计和实现算法的方法。 二、实验内容 理解贪心法的设计思想,利用贪心法来设计并实现单源最短路径。 要求: 理解单源最短路径的贪心选择性质 设计并实现单源最短路径的贪心选择算法。
    2022-02-10 04:39:26下载
    积分:1
  • 坐标正反算
    说明:  测量坐标正反算 1、已知A点的坐标及A点到B点的边长及方位角,计算B点的坐标。 2、已知A点和B点的坐标,计算A点到B的边长及方位角。(Forward and inverse calculation of measuring coordinates)
    2021-02-03 21:48:56下载
    积分:1
  • 标定用的棋盘格程序
    标定用的棋盘格程序 可自行设置 长度 高度 生成的棋盘格图片 打印出来就能用 ,自己建工程放进去程序即可 非常方便 !!
    2022-03-04 13:17:38下载
    积分:1
  • NewOtsuThreshold
    改进经典的otsu算法,使其适应目标所占图像比例较小的情况,使图像分割方法更具有自适应性 (Improve classic otsu algorithm to achieve image segmentation)
    2012-04-20 22:06:25下载
    积分:1
  • ucosiiiPlwip
    stm32+ucosiii+lwip正点原子的完整工程(stm32+ucosiii+lwip project)
    2015-12-18 17:13:21下载
    积分:1
  • OPENCV图像处理编程实例—源码
    OPENCV图像处理编程实例—源码。 提供常用opencv图像处理的源码和说明文档。可以覆盖大部分图像处理方法。包括:图像增强、图像剪裁、多目标提取、形态学滤波等方法。 算法经过测试,真实有效,且代码全部包含详细的注释。便于新手学习和适用。
    2022-07-23 23:34:32下载
    积分:1
  • 网纪互联ASP公文签收系统,这是V2009司法完美版,主要用于行政政府或学校等事业单位进行公文上下级传递,提高办公自动化水平,主要功能有公文发布、涉密公文、签收...
    网纪互联ASP公文签收系统,这是V2009司法完美版,主要用于行政政府或学校等事业单位进行公文上下级传递,提高办公自动化水平,主要功能有公文发布、涉密公文、签收时限、公文反愧附件公文、签收公文、公文管理、用户管理、公文搜索、排 行 榜、全局配置等。ASP编程爱好者注意,本程序使用了组件加密,核心代码无法修改,您只能使用它。 -Net ASP documents Ji sign interconnection system, which is a perfect version of the judicial V2009, mainly for the executive government or schools and other institutions to deliver documents on the lower levels to improve the level of office automation, the main function documents released classified documents, sign-off time limit, official documents Anti-ashamed annex documents, sign documents, document management, user management, document search, list, global configurations. ASP programming enthusiasts note that this program uses the components of encryption, the core code can not be modified, you can only use it.
    2022-03-02 13:30:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载