登录
首页 » c » 用种子填充画的苹果

用种子填充画的苹果

于 2022-01-31 发布 文件大小:12.70 MB
0 125
下载积分: 2 下载次数: 1

代码说明:

使用opengl  ,c语言,主要使用种子填充,使苹果被咬了一口,呈现出苹果图标的图像。 苹果的形状使用两个椭圆拼成,因为opengl没有现成的苹果图像,假如追求更好地效果可以变成三维的,加上光照还有环境光,漫反射,效果应该会更好,不过我写的这个是二维的。

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

发表评论

0 个回复

  • ntstatus
    查看NT状态 (Viewing NT state)
    2020-07-01 12:40:02下载
    积分:1
  • dfx
    DFX格式的文件操作例子,可以读出由CAD绘制的保存为DFX格式的图片,附带大量注释(DFX format file manipulation example, can read out by the CAD drawing for the preservation DFX format photographs, Notes of a large number of fringe)
    2007-03-19 15:26:27下载
    积分:1
  • services
    windows服务编写,实现windows服务功能,对学习服务编程有帮助(windows service written windows service learning programming)
    2012-08-23 11:41:40下载
    积分:1
  • Numeric
    用概率算法计算pi的值,linnux环境下使用gcc编译后运行(With the probability of the value of pi algorithm, linnux environment using the gcc compiler to run after)
    2007-10-22 15:46:05下载
    积分:1
  • APFC-simulink-example
    功率因数校正的一些simulink仿真实例,包括单相和三相的电路拓扑,欢迎大家下载交流!(Power Factor Correction some simulink simulation examples, including single-phase and three-phase circuit topology, welcome everyone to download!)
    2021-03-18 15:29:20下载
    积分:1
  • Matlab
    这是关于matlab在解微分方程方面的应用,很实用。(This is about solving differential equations matlab in the application, it is practical.)
    2011-06-01 10:49:14下载
    积分:1
  • Calculator
    老师的作业,基本可以计算了,界面难看点,呵呵(The job of the teacher, the basic can be calculated, the interface is ugly point, I)
    2012-08-14 15:39:15下载
    积分:1
  • Quectel_QFlash_User_Guide_V2.6
    4G驱动工具包,移远EC20,供参考。。。。。(4G Driver Toolkit, removing EC20 supply to you)
    2019-02-16 17:39:28下载
    积分:1
  • C# 启动外部计算器计算数据
    C# 启动外部计算器计算数据,private void button1_Click(object sender, EventArgs e)   {//启动计算器计算数据(从当前程序向其他程序发送键击数据)    ProcessStartInfo MyStartInfo = new ProcessStartInfo();    MyStartInfo.FileName = "Calc.exe";    Process MyProcess = new Process();    MyProcess.StartInfo = MyStartInfo;    MyProcess.Start();    System.Threading.Thread.Sleep(100);    IntPtr MyHandle = FindWindow("SciCalc", "计算器");    if (MyHandle == IntPtr.Zero)    {    MessageBox.Show("计算器程序没有运行","信息提示",MessageBoxButtons.OK);    return;    }    SetForegroundWindow(MyHandle);    SendKeys.SendWait("88");    SendKeys.SendWait("*");    SendKeys.SendWait("8");    SendKeys.SendWait("=");   }
    2023-04-17 08:10:03下载
    积分:1
  • FDC2214
    说明:  STM32开发关于FDC2214驱动文件。(STM32 develops fdc2214 driver file.)
    2019-10-30 10:36:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载