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

哆啦A梦的C代码

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

  • 39a2f72efdd5cd805fa8e7740053ec5e(1)
    噪声产生在matlab程序中的simulink模型设计。(thin is a simulink,please use the thing to study.)
    2018-03-31 23:35:15下载
    积分:1
  • usart_gps
    GPS开发程序实例,可作为stm32开发GPS应用系统的参考例程。(GPS development process instance, can be used as stm32 development GPS application system reference routines.)
    2013-08-31 10:16:50下载
    积分:1
  • yuanzhunihe
    根据圆柱面的几何性质建立误差方程,在最小二乘约束下进行圆柱拟合,解算圆柱面方程的几何参数(The establishment of the geometrical properties of the cylindrical surface of the error equation, at least-squares fit conduct cylindrical constraint solver cylindrical surface geometry equation)
    2015-06-21 22:22:30下载
    积分:1
  • PrintService
    应用背景C#实现打印功能是通过使用PrintDialog控件来实现的。任何物有所值的应用程序都会拥有某种打印功能,不管是基本的打印功能还是更为复杂的打印功能,比如允许用户只打印所选的文本或某个范围内的页面。本节将探讨一下实现基本的C#打印功能,看看哪些类有助于打印文件中的文本。C#实现打印功能的过程是:在调用PrintDialog控件的ShowDialog方法之前,必须先设置PrintDialog类的Document属性。该属性接受一个PrintDocument类,以获得打印机设置并将输出内容发送给打印机。PrintDocument类需要 System.Drawing.Printing名称空间,因此,在定义使用PrintDocument类的对象前,必须包含这个名称空间。关键技术通过使用PrintDialog控件来实现。C#实现打印功能的过程是:在调用PrintDialog控件的ShowDialog方法之前,必须先设置PrintDialog类的Document属性。该属性接受一个PrintDocument类,以获得打印机设置并将输出内容发送给打印机。PrintDocument类需要 System.Drawing.Printing名称空间,因此,在定义使用PrintDocument类的对象前,必须包含这个名称空间。
    2023-02-17 03:45:04下载
    积分:1
  • rain
    基于超群的粒计算理论Theoretical calculations based on superior grain(Theoretical calculations based on superior grain)
    2011-08-20 16:33:23下载
    积分:1
  • Pensim Data
    故障检测中PCA-PLS仿真的PenSIm数据训练集
    2022-04-19 15:02:26下载
    积分:1
  • source
    说明:  这是书上的代码,C/C++中调用Matlab引擎的数值仿真的实现,供大家参考 (This is the code book, C/C++ Calling Matlab Engine Numerical Simulation for reference)
    2008-11-25 17:00:29下载
    积分:1
  • HCSR04
    实物调试,基于ATmega16的16位定时器TC1输入采集功能,采集多路HC-SR04超声波测距模块距离,并通过数码管显示。(Physical commissioning, 16-bit timer based on ATmega16 TC1 input acquisition function, collect multichannel HC- SR04 distance ultrasonic ranging module, and through digital tube display.)
    2021-04-03 16:19:05下载
    积分:1
  • Particle Replacement
    EDEM离散元软件中颗粒替换与填充编程模版,可以套用!(This template can be used for the particle replacement and filling in EDEM discrete element software)
    2020-11-15 15:39:41下载
    积分:1
  • SITFbasedmatch
    包括基于SIFTGPU的sift特征提取,sift匹配,基于ransac误匹配点剔除等(SIFTGPU based sift feature extraction, sift matching, mismatching points based ransac removed, etc.)
    2021-04-09 22:38:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载