贪吃蛇游戏的编制项目描述运行环境:vs2010技术特点:普通C#游戏描述:C#版贪吃蛇,操作说明:1.键盘w-上,s-下,a-左,d-右)2.空格键(Space):暂停/开始吃的越多蛇的长度越长。适合初学者研究快快下载体验一下吧。
评分:
更新时间:2014-07-14
浏览次数:7003次
免费
ColorPick拾色器源码程序介绍:使用VB.NET开发的Winform小程序,通过拾色器可以快速选择文本或背景色。显示精准RGB数值,对应某种颜色。部分代码SubPaintBall()panSample.Refresh()DimgAsGraphics=panSample.CreateGraphicsg.SmoothingMode=SmoothingMode.AntiAliasDimgpAsNewGraphicsPathDimrectAsRectangle=NewRectangle(3,3,panSample.Width-6,panSample.Height-6)gp.AddEllipse(rect)UsingpbrAsPathGradientBrush=NewPathGradientBrush(gp)pbr.CenterPoint=NewPointF((rect.Width/2)+3,(rect.Height/2)+3)pbr.CenterColor=iColorpbr.SurroundColors=oColorg.FillEllipse(pbr,rect)EndUsingUsin
标签: 拾色器
评分:
更新时间:2023-06-30
浏览次数:2811次
免费
ExifLib数据快速提取工具源码项目描述ExifLib读取Exif标签(例如,相机型号,GPS数据、日期照相,快门速度等)利用GDI+,System.Drawing.Imaging类开发ExifLibsimplyreadsExiftags(i.e.,cameramodel,GPSdata,datepicturetaken,shutterspeedetc.)fromJPEGfiles,withouttheoverheadintroducedbyusingtheGDI+classeslocatedinSystem.Drawing.Imaging,andwithlesslinesofcodeforthedeveloper.ExifLib很简单,只有一个类和一个枚举命名空间中。只需添加一个ExifLib.dll。
评分:
更新时间:2023-01-29
浏览次数:2778次
免费