资源简介
基于C#的2D太阳、地球、月亮运动轨迹模拟实现
详细情况见博客http://blog.csdn.net/small_fish__/article/details/7391518
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Drawing.Drawing2D;
namespace SunEarthMoon
{
class Earth :Start
{
public Earth()
{
}
public Earth(Point center Point movingCenter int radius int movingRadius Graphics graphics Color bgColor)
{
this.center = center;
this.movingCenter = movingCenter;
this.radius = radius;
this.movingRadius = movingRadius;
this.graphics = graphics;
this.bgcolor = bgColor;
}
public override void draw()
{
graphics.FillPie(new SolidBrush(bgcolor) center.X-radius center.Y-radius 2 * radius 2 * radius 0 360);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 12800 2012-03-25 07:41 SunEarthMoon\SunEarthMoon\bin\Debug\SunEarthMoon.exe
文件 40448 2012-03-25 07:41 SunEarthMoon\SunEarthMoon\bin\Debug\SunEarthMoon.pdb
文件 11600 2012-03-25 08:18 SunEarthMoon\SunEarthMoon\bin\Debug\SunEarthMoon.vshost.exe
文件 490 2009-08-31 00:40 SunEarthMoon\SunEarthMoon\bin\Debug\SunEarthMoon.vshost.exe.manifest
文件 858 2012-03-25 01:40 SunEarthMoon\SunEarthMoon\Earth.cs
文件 1914 2012-03-25 07:41 SunEarthMoon\SunEarthMoon\Form1.cs
文件 6348 2012-03-25 07:36 SunEarthMoon\SunEarthMoon\Form1.Designer.cs
文件 5817 2012-03-25 07:36 SunEarthMoon\SunEarthMoon\Form1.resx
文件 871 2012-03-24 22:36 SunEarthMoon\SunEarthMoon\Moon.cs
文件 4440 2012-03-25 00:54 SunEarthMoon\SunEarthMoon\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6232 2012-03-25 08:18 SunEarthMoon\SunEarthMoon\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 224 2012-03-25 07:36 SunEarthMoon\SunEarthMoon\obj\x86\Debug\GenerateResource.read.1.tlog
文件 566 2012-03-25 07:36 SunEarthMoon\SunEarthMoon\obj\x86\Debug\GenerateResource.write.1.tlog
文件 7897 2012-03-25 07:09 SunEarthMoon\SunEarthMoon\obj\x86\Debug\ResolveAssemblyReference.cache
文件 763 2012-03-25 08:18 SunEarthMoon\SunEarthMoon\obj\x86\Debug\SunEarthMoon.csproj.FileListAbsolute.txt
文件 12800 2012-03-25 07:41 SunEarthMoon\SunEarthMoon\obj\x86\Debug\SunEarthMoon.exe
文件 180 2012-03-25 07:36 SunEarthMoon\SunEarthMoon\obj\x86\Debug\SunEarthMoon.Form1.resources
文件 40448 2012-03-25 07:41 SunEarthMoon\SunEarthMoon\obj\x86\Debug\SunEarthMoon.pdb
文件 180 2012-03-24 22:18 SunEarthMoon\SunEarthMoon\obj\x86\Debug\SunEarthMoon.Properties.Resources.resources
文件 493 2012-03-24 19:52 SunEarthMoon\SunEarthMoon\Program.cs
文件 1356 2012-03-24 19:52 SunEarthMoon\SunEarthMoon\Properties\AssemblyInfo.cs
文件 2874 2012-03-24 19:52 SunEarthMoon\SunEarthMoon\Properties\Resources.Designer.cs
文件 5612 2012-03-24 19:52 SunEarthMoon\SunEarthMoon\Properties\Resources.resx
文件 1097 2012-03-24 19:52 SunEarthMoon\SunEarthMoon\Properties\Settings.Designer.cs
文件 249 2012-03-24 19:52 SunEarthMoon\SunEarthMoon\Properties\Settings.settings
文件 2584 2012-03-25 07:18 SunEarthMoon\SunEarthMoon\Space.cs
文件 640 2012-03-25 01:27 SunEarthMoon\SunEarthMoon\Start.cs
文件 853 2012-03-24 22:35 SunEarthMoon\SunEarthMoon\Sun.cs
文件 3860 2012-03-24 21:33 SunEarthMoon\SunEarthMoon\SunEarthMoon.csproj
文件 878 2012-03-24 19:52 SunEarthMoon\SunEarthMoon.sln
............此处省略13个文件信息
- 上一篇:c# 绘制3D可旋转旋转矩形
- 下一篇:unity旧粒子系统转换为新粒子系统
相关资源
- c#写的画图程序有整个工程文件和源码
- C#编写登录窗体,连接SQL,有登录、注
- C#控件大全——按照用途分类详细介绍
- 图片压缩C#代码分辨率、图片质量
- .NET、WPF、 C# 自定义控件拖动,拉伸,
- C# ZedGraph刻度不等分、自定义的实现
- C#连接mysql数据库与简单操作
- 漂亮的C#自绘菜单、ToolBar和状态栏
- Twain、Wia两种扫描方式DEMO
- C#编写登录窗体,连接SQL,有登录、注
- C#操作TIF文件实现显示、缩放、移动
- C#实验—接口:正方形、三角形、圆形
- C#做的简单的Undo、Redo功能的实现
- C#代码整理(字符串操作、加密解密、
- C# 五子棋、五子棋开发
- c#获取CPU序列号、主板序列号、硬盘
- C# 数字图像处理,单色、Robers、Sobe
- 基于OPCDAAuto.dll的opc运用的简单
- 利用c#语言计算卫星的位置代码
- .net关于PI读取实时、极值、历史数据
- 操作系统实验-模拟进程管理时间片轮
- c#记事本源码新建、保存、另存为、打
- C#_winform操作excel(打开、内嵌)
- c# ae 测量点、线、面并计算长度、周
- C#动态生成含有图片、图标、表格的
- C# GIS算法演示:道格拉斯压缩、线性
- 用一个来说明C#中的继承、封装和多态
- C#版Socket通信含服务端、客户端、We
- 基于SQL数据库和C#的学生成绩查询系统
- C#windos窗体程序的对数据库的增、删、
评论
共有 条评论