Welcome![Sign In][Sign Up]
Location:
Search - circle

Search list

[CSharp池塘夜降彩色雨123456

Description: 本程序是利用MFC制作的微软基础类应用程序,目的是模拟彩色雨滴滴落到池塘的情景,达到彩色雨滴从天而降,入水有声(尽管不怎么好听),产生圈圈涟漪。-use of this procedure is produced by Microsoft MFC based applications procedures are designed to simulate color raindrop pond dropping to the scene to achieve color raindrop fall from the sky and into the water with sound (though not very pleasant to the ear), resulting circle of ripples.
Platform: | Size: 16474 | Author: 黎明 | Hits:

[Windows Develop实验7

Description: 使用C++的基本的开发和使用,圈的使用方法-the base pargram with C++ and How to use circle.
Platform: | Size: 971 | Author: 小徐 | Hits:

[Other resourcegis绘图程序

Description: 使用vc实现GIS的简单矢量图形绘制与常见GIS类图形文件的打开功能 (1)利用鼠标绘制点、线、多边形、圆等 (2)图形的颜色与填充功能 (3)mif、shp格式文件的打开-Dev in VC++, Which implements the simple Vector Graphics Drawing and opening normal GIS format file. 1. Mouse-Driven of Point, Line, Polygen, Circle, etc. 2. Graphics Color and Filling. 3. Opening .mif, .shp file
Platform: | Size: 183690 | Author: yuanshuang | Hits:

[GDI-Bitmap矢量图形控件 Simple Graphic

Description: ------------------- 1.2版本 Simple Graphic 图形控件: 1.增加锁定功能,锁定的图形要素不可以做任何操作,但可以选中lock 2.增加标注属性功能,标注内容直接设置到labelAttribute属性内,如果为“”则不标注 3.增加ShowLabel属性定义,代表这个图形要素是否显示他的标注。 4.增加BackShowLabel属性定义,这个定义在内部使用,组合时可以把ShowLabel设置为False,原值存入BackShowLabel,拆组时再还原回去 5.增加属性显示位置点属性LabelLocation,包括枚举emunLocation:左上、上、右上、右、右下、下、左下、左、中;XOff:YOff:代表基础位置上的偏移量,是屏幕坐标 ------------------- 1.11版本 Simple Graphic 图形控件: 1.画曲线:修改为先画首节点、末尾节点、第一个控制点、第二个控制点 2.选择工具:单点选择上层的一个可选中图形后返回,拉框选中方法不变 3.修正对文字和图片的选中方式:修改为可以点到图片和文字上的任意点上即为选中(原操作是中心点) 4.修正对文字编辑后,文字编辑光标持续显示bug SampleGraphic 绘图程序: 1.修改打开文件对话框干扰错误 ------------------- 1.100版本变化:现在这个版本可以作为SVG编辑器,以svg导出文件作为web发布图形 Simple Graphic 图形控件: 1.增加SVG导出支持ISGSVGSheetSurport接口,由ISGSheet接口继承 2.增加SVG导出支持ISGSVGElementSurport接口,由各ISGElement的实现类继承,继承这个接口的Elemenet都可以支持SVG导出,否则不能. 3.增加SVG导出支持ISGSVGSystemSurport接口,这个接口现在只有ISGRGBColor类对它做了实现,目的导出SVG颜色使用,其他类都没有实现. 4.修改文字编辑事件 5:SVG支持包括:圆/椭圆/文字/多边形/图片/线段/圆弧/曲线 对应的svg标签是:circle/ellipse/text/polygon/image/polyline/path(A)/path(C),包括是否包含超链接/引入外部js文件/各种触发事件支持 SampleGraphic 绘图程序: 1.文件菜单中增加了 "导出SVG" 菜单,可以作为SVG编辑器编辑器使用,暂时还不支持图片要素的SVG支持.图片文件支持SVG接口会在后续版本考虑! 2.增加对Sheet(在页面管理中实现)/Element(在属性管理中实现)页面和SVG属性设置,改善交互能力. ------------------- 1.001版本变化: Simple Graphic 图形控件: 1.获取默认字体时都使用clone,保证不会重复; 2.更新线文件保存,解决上一版本不能保存线样式的bug。 SampleGraphic 绘图程序: 1.更新选中文字可以更改文字的样式。 ------------------ 1.000版本功能: 包含要素:线、矩形、多边形、圆、组合图形、文字、图片、椭圆、圆弧(圆的一段弧线)、曲线 包含操作:保存、打开、载入数据、放大、缩小、漫游、图库文件、打印、预览、导出图片 图形操作:选择、修改图形要素、修改图形要素大小、修改、undo、redo、旋转、移动旋转图形、复制、粘贴、剪切、编辑文字、修改线型(端点/中间加图形)、修改图形要素属性、上移、下移等操作。 事件:图形要素的增加、删除、修改前后、选中状态变化都有事件。 -------------------
Platform: | Size: 2714982 | Author: suncoder | Hits:

[GDI-Bitmap矢量图形控件 Simple Graphic

Description: ------------------- 1.2.1版本: 1.增加设置在选择时,是否可以选择锁定图形,是否可以选择不显示图形 2.ISGElementCollection中增加contains函数,判断是否已经存在 3.ISGControl里增加UserFeedBackElements属性,用于增加用户辅助图形;增加CanUndoRedo属性,用于觉得是否自动记录操作堆栈; 增加搜索函数 ------------------- 1.2版本 Simple Graphic 图形控件: 1.增加锁定功能,锁定的图形要素不可以做任何操作,但可以选中lock 2.增加标注属性功能,标注内容直接设置到labelAttribute属性内,如果为“”则不标注 3.增加ShowLabel属性定义,代表这个图形要素是否显示他的标注。 4.增加BackShowLabel属性定义,这个定义在内部使用,组合时可以把ShowLabel设置为False,原值存入BackShowLabel,拆组时再还原回去 5.增加属性显示位置点属性LabelLocation,包括枚举emunLocation:左上、上、右上、右、右下、下、左下、左、中;XOff:YOff:代表基础位置上的偏移量,是屏幕坐标 ------------------- 1.11版本 Simple Graphic 图形控件: 1.画曲线:修改为先画首节点、末尾节点、第一个控制点、第二个控制点 2.选择工具:单点选择上层的一个可选中图形后返回,拉框选中方法不变 3.修正对文字和图片的选中方式:修改为可以点到图片和文字上的任意点上即为选中(原操作是中心点) 4.修正对文字编辑后,文字编辑光标持续显示bug SampleGraphic 绘图程序: 1.修改打开文件对话框干扰错误 ------------------- 1.100版本变化:现在这个版本可以作为SVG编辑器,以svg导出文件作为web发布图形 Simple Graphic 图形控件: 1.增加SVG导出支持ISGSVGSheetSurport接口,由ISGSheet接口继承 2.增加SVG导出支持ISGSVGElementSurport接口,由各ISGElement的实现类继承,继承这个接口的Elemenet都可以支持SVG导出,否则不能. 3.增加SVG导出支持ISGSVGSystemSurport接口,这个接口现在只有ISGRGBColor类对它做了实现,目的导出SVG颜色使用,其他类都没有实现. 4.修改文字编辑事件 5:SVG支持包括:圆/椭圆/文字/多边形/图片/线段/圆弧/曲线 对应的svg标签是:circle/ellipse/text/polygon/image/polyline/path(A)/path(C),包括是否包含超链接/引入外部js文件/各种触发事件支持 SampleGraphic 绘图程序: 1.文件菜单中增加了 "导出SVG" 菜单,可以作为SVG编辑器编辑器使用,暂时还不支持图片要素的SVG支持.图片文件支持SVG接口会在后续版本考虑! 2.增加对Sheet(在页面管理中实现)/Element(在属性管理中实现)页面和SVG属性设置,改善交互能力. ------------------- 1.001版本变化: Simple Graphic 图形控件: 1.获取默认字体时都使用clone,保证不会重复; 2.更新线文件保存,解决上一版本不能保存线样式的bug。 SampleGraphic 绘图程序: 1.更新选中文字可以更改文字的样式。 ------------------ 1.000版本功能: 包含要素:线、矩形、多边形、圆、组合图形、文字、图片、椭圆、圆弧(圆的一段弧线)、曲线 包含操作:保存、打开、载入数据、放大、缩小、漫游、图库文件、打印、预览、导出图片 图形操作:选择、修改图形要素、修改图形要素大小、修改、undo、redo、旋转、移动旋转图形、复制、粘贴、剪切、编辑文字、修改线型(端点/中间加图形)、修改图形要素属性、上移、下移等操作。 事件:图形要素的增加、删除、修改前后、选中状态变化都有事件。 -------------------
Platform: | Size: 2247414 | Author: suncoder | Hits:

[matlab画圆

Description: # clf; # x=zeros(1,5); # y=1:5; # rad=20; # circle(rad,x,y);
Platform: | Size: 1522 | Author: july_j | Hits:

[SourceCode关于object c 的例子

Description: 关于object c 的例子,详见压缩包。。。 一、Interface 定义 @interface Circle : NSObject { ShapeColor fillColor; ShapeRect bounds; } - (void) setFillColor: (ShapeColor) fillColor; - (void) setBounds: (ShapeRect) bounds; - (void) draw; @end // Circle
Platform: | Size: 17026 | Author: popo123 | Hits:

[OtherRobust Circle Fitting in Industrial Vision for Process Control of Laser Welding

Description: 很好的一篇文章,相信很多人用的到
Platform: | Size: 215493 | Author: skynew2005@gmail.com | Hits:

[SourceCodesmith circle

Description: 史密斯圆图动态演示
Platform: | Size: 28951938 | Author: iverson_49@sina.com | Hits:

[SourceCoderandom dot distribution on a circle and a sphere

Description: mathematics随机分布模拟画单位圆
Platform: | Size: 120554 | Author: 898256481@qq.com | Hits:

[OtherRF design example

Description: circles Various circle equations gain Constant gain circles noise Constant noise circles quality Constant Qn circles stability Stability circles conversion Conversion routines between different twoport network representations global Some useful routines for the computation of the input and output reflection coefficients, VSWR, etc. networks Routines for the definition of matching network circuit topologies smith Programs related to the construction and plotting of various arcs in the Smith Chart
Platform: | Size: 24880 | Author: lrrrrrr@sina.com.cn | Hits:

[OtherC++程序设计语言实验四

Description: 实验七:C++编程入门 一、实验内容 1. 理解继承与组合。 2. 学会使用多态特性。 3. 使用文件。 4. 异常处理。 二、实验题目 1. 创建一个class Counted,包含一个int类型的成员变量id和一个static int类型的成员变量count。默认构造函数的开头为“Counted() : id(count ++) {”。要求: a) 构造函数输出id值并且输出“it’s being created”; b) 析构函数也输出id值并且输出“it is being destroyed”; c) 使用new创建一个class Counted的对象,并且用delete销毁它; d) 使用new创建一个class Counted的对象数组,并且用delete[]销毁它; 2. 使用继承的方法,编写一个点类Point和线段类Line。要求:点以(x, y)的形式打印坐标的值;线段以上述形式打印两端点的坐标(x1, y1)、(x2,y2),并设计计算线段长度的内联函数。 3. 创建一个简单的Shape层次:基类称为Shape,派生类分别为Circle、Square和Triangle。在基类中定义一个虚函数draw(),然后再在这些派生类中定义这个函数。在堆中创建Shape对象,并建立一个指向这些Shape对象的指针数组(这样就形成了指针向上类型转换),通过基类指针调用draw(),检验虚函数的行为。 4. 利用c++继承、多态虚函数、构造函数完成以下程序:设计人、老师、学生、大学生、研究生、大四学生等类、其主要属性自己定义,要求包括以下方法: 1) 构造函数,创建对象的主要信息 2) Display,显示每种类对象的主要信息 此外,要求每个类包含一个生日对象,其类型为Birthday类,学生类应该包含一个班主任对象,其类型为老师类。 利用研究生类创建一个数组,来存储一个班级的学生信息,将其写入硬盘文件,再读出来进行显示。读写文件失败时要进行异常处理。 三、实验要求  将程序源代码压缩后提交至学院FTP上对应实验和班级的目录中。  作业命名方式为:“学号姓名.rar”。  作业提交时间:下次实验课前提交。
Platform: | Size: 9677 | Author: zhuchao0731@163.com | Hits:

[WEB Code细分时钟刻度算法.txt

Description: import java.awt.*; import javax.swing.*; public class Exercise8_12 extends JFrame { // Main method with three auguments: // args[0]: hour // args[1]: minute // args[2]: second public static void main(String[] args) { // Declare hour, minute, and second values int hour = 0; int minute = 0; int second = 0; // Check usage and get hour, minute, second if (args.length > 3) { System.out.println( "Usage: java DisplayClock hour minute second"); System.exit(0); } else if (args.length == 3) { hour = new Integer(args[0]).intValue(); minute = new Integer(args[1]).intValue(); second = new Integer(args[2]).intValue(); } else if (args.length == 2) { hour = new Integer(args[0]).intValue(); minute = new Integer(args[1]).intValue(); } else if (args.length == 1) { hour = new Integer(args[0]).intValue(); } // Create a frame to hold the clock Exercise8_12 frame = new Exercise8_12(); frame.setTitle("Exercise 8.12: Display Clock"); frame.getContentPane().add(new DrawClock(hour, minute, second)); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setSize(300, 350); frame.setVisible(true); } } class DrawClock extends JPanel { private int hour; private int minute; private int second; protected int xCenter, yCenter; protected int clockRadius; // Construct a clock panel public DrawClock(int hour, int minute, int second) { this.hour = hour; this.minute = minute; this.second = second; } // Draw the clock public void paintComponent(Graphics g) { super.paintComponent(g); // Initialize clock parameters clockRadius = (int)(Math.min(getSize().width, getSize().height)*0.7*0.5); xCenter = (getSize().width)/2; yCenter = (getSize().height)/2; // Draw circle g.setColor(Color.black); g.drawOval(xCenter - clockRadius,yCenter - clockRadius, 2*clockRadius, 2*clockRadius); g.drawString("12",xCenter-5, yCenter-clockRadius); g.drawString("9",xCenter-clockRadius-10,yCenter+3); g.drawString("3",xCenter+clockRadius,yCenter+3); g.drawString("6",xCenter-3,yCenter+clockRadius+10); // Draw second hand int sLength = (int)(clockRadius*0.85); int xSecond = (int)(xCenter + sLength*Math.sin(second*(2*Math.PI/60))); int ySecond = (int)(yCenter - sLength*Math.cos(second*(2*Math.PI/60))); g.setColor(Color.red); g.drawLine(xCenter, yCenter, xSecond, ySecond); // Draw minute hand int mLength = (int)(clockRadius*0.75); int xMinute = (int)(xCenter + mLength*Math.sin(minute*(2*Math.PI/60))); int yMinute = (int)(yCenter - mLength*Math.cos(minute*(2*Math.PI/60))); g.setColor(Color.blue); g.drawLine(xCenter, yCenter, xMinute, yMinute); // Draw hour hand int hLength = (int)(clockRadius*0.6); int xHour = (int)(xCenter + hLength*Math.sin((hour+minute/60.0)*(2*Math.PI/12))); int yHour = (int)(yCenter - hLength*Math.cos((hour+minute/60.0)*(2*Math.PI/12))); g.setColor(Color.green); g.drawLine(xCenter, yCenter, xHour, yHour); // Display current time in string g.setColor(Color.red); String time = "Hour: " + hour + " Minute: " + minute + " Second: " + second; FontMetrics fm = g.getFontMetrics(); g.drawString(time, (getSize().width - fm.stringWidth(time))/2, yCenter+clockRadius+30); // Display more details on the clock for (int i=0; i<60; i++) { double percent; if (i%5 == 0) { percent = 0.9; } else { percent = 0.95; } //细分时钟刻度 int xOuter = (int)(xCenter + clockRadius*Math.sin(i*(2*Math.PI/60))); int yOuter = (int)(yCenter - clockRadius*Math.cos(i*(2*Math.PI/60))); int xInner = (int)(xCenter + percent*clockRadius*Math.sin(i*(2*Math.PI/60))); int yInner = (int)(yCenter - percent*clockRadius*Math.cos(i*(2*Math.PI/60))); g.drawLine(xOuter, yOuter, xInner, yInner); } } }
Platform: | Size: 4270 | Author: hellosoft010@sina.com | Hits:

[2D GraphicCreate ChangeBallColor

Description: Create an application ChangeBallColor that displays a panel. This panel will contain two buttons (one for red and one for blue). It will also display a filled in circle. When the user clicks on a button, the circle should change to that color. So, if a user clicks the blue button, the circle will change to blue. Similarly, if a user clicks the red button, the circle will turn to red.
Platform: | Size: 4889 | Author: fidghd120 | Hits:

[Graph programhough circle

Description: Using hough transform to detect circles.
Platform: | Size: 91454 | Author: 2006chenjian@gmail.com | Hits:

[assembly language汇编语言源代码

Description: 大小写转换- The big small letter transforms
Platform: | Size: 22528 | Author: 小熊 | Hits:

[FlashMXyuan

Description: 画圆- Picture circle
Platform: | Size: 5120 | Author: 丁一 | Hits:

[SourceCodegraphics

Description: 本程序是图形的设计,比较简单 可以画线,圆和椭圆 并可以平移,旋转,选择删除,回退,保存 打开图形-The code is used to graph design. It can draw line,draw circle,draw ellipse.The graph can be rotated,translated and selected delete,undo,save.
Platform: | Size: 248832 | Author: 吴晓辉 | Hits:

[Button controlAdvBtn

Description: 各种"异"型按钮,包括圆型"@"型等多种.- Each kind of "different" button, including circle "@" and so on many kinds of
Platform: | Size: 108544 | Author: 夏云胜 | Hits:

[Button controlcirclebtn

Description: 多种状态的圆型按钮。- Many kinds of conditions circle button.
Platform: | Size: 55296 | Author: 夏云胜 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net