Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • myrect.zip Simple function for drawing a rectangle in a gray image. Good for beginners.
  • Exercise7_1.rar 一个长方形的rectangle类,可以计算面积,周长,有颜色color。
  • Classicprograms6.rar 利用ellipse and rectangle 画图。 1.程序分析: 2.程序源代码:
  • VC.rar 此C程序源程序文件夹包含了6个小游戏,其中有扫雷、贪吃蛇、迷宫、炸弹人这些经典游戏,也有适合小学生检查学习的加法游戏,还有用rectangle画方形的源程序。我还是一个初学者,希望通过贵网站学到更多!
  • as.rar 利用ellipse and rectangle 画出图来
  • AS15133.zip ... select from, along with the type of tool, and then clicks on the map to select. Available tools are: point, rectangle, line/polyline, polygon, and circle. Selected features are highlighted on the map and their attributes are included in the task results. ...
  • rectangle.zip This document shows how an Attendance Monitoring System can be realized using the Java Server Pages (JSP) technology and its major features. The system uses the embedded nature of JSP to communicate effectively with all the HTML pages created to provide ...
  • A_Simple_J1719863142004.zip ... Ability: -Draw Line, FreeHand, Oval, Rectangle, Polygon, Round Rectangle, Filled Oval, Filled Rectangle, Filled Polygon, Filled Round Rectangle -Undo and Redo process. -Set Background Color & set Foreground Color. -Save canvas to file ( *.jpg ) -Open ...
  • refpaper4_mpcrkannada.rar ... improved method is proposed for the recognition of such characters (especially Kannada characters), which can have spread in vertical and horizontal directions. The method uses a standard sized rectangle which can circumscribe standard sized characters.
  • Shape.rar 写一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如CLine, CEllipse, CRect, CPolygon; 各种图元可从一个父类CShape来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性。