搜索资源列表
VCNET实现的CAD开发系统
- 用VC NET实现的CAD开发源程序, 包括画直线,圆弧,多边形,图形打印等。 -VC NET development of CAD source, including drawing straight lines, arcs, and polygons, graphics printing.
drawcubic
- 此程序用QuadCurve2D产生有一个控制电和两个重点的quadratic curve,并允许通过改变控制电或曲线重点的位置来绘制弧线-this procedure with a QuadCurve2D produce electricity and control of two key quadratic curve, and allow control by changing the curve -- or to focus on the location of drawing arcs
line_polygon_arcs
- 采用VC++.NET编写的画线、画矩形、椭圆、弧线和多边形及折线Graphic方法。-using VC.NET prepared by the line drawing, painting rectangular, oval, arcs and polygons and dogleg Graphic methods.
view238
- The view238 application is a simple tool for graphically displaying STEP-NC toolpaths. It is a Java application that reads AP-238 XML data using the DOM inferface, then finds and display the toolpaths within. At present, only polylines, and circular
stockchartx
- 支持所有流行的股票图表显示格式:Candlestick、 OHLCV、OHLC、和HLC、Darvas Boxes、3D Candlesticks、Renko、Kagi、Three Line Break、Point 、Figure、Candlevolume、Equivolume、Shaded Equivolume。每一个图表风格可以实时更新。 实时自动技术分析更新。 支持创建Line Studies,如Ellipse, Rectangle、 Trend Line、Speed Line
Improving
- Each arc of a binary-state network has good/bad states. The system reliability, the probability that source s communicates with sink t, can be computed in terms of minimal paths (MPs). An MP is an ordered sequence of arcs from s to t that has no
Reliability
- A stochastic-flow network consists of a set of nodes, including source nodes which supply various resources and sink nodes at which resource demands take place, and a collection of arcs whose capacities have multiple operational states.
RF design example
- 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 routi
fitellipse.rar
- opencv 椭圆拟合的c++语言实现的代码,opencv fitting elliptical c++ language code
HDraw
- 与windows自带画图程序功能类似,能画线、圆弧、圆、多边形等图形.-Function with the windows built-in drawing program similar to drawing lines, arcs, circles, polygons and other graphics.
btree
- Trees are natural structures for representing certain kinds of hierarchical data. A (rooted) tree consists of a set of nodes (or vertices) and a set of arcs (or edges). -Trees are natural structures for representing certain kinds of hierarchical data
daoyou
- if(v0==y)return "请正确选择景点" int v,w,i,j,min CString s1 bool final[num] int d[num] for(i=0 i<num i++) for(j=0 j<num j++) p[i][j]=-1 for(v=0 v<num v++){ final[v]=false d[v]=g.arcs[v0][v] if(d[v]<
M
- Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, endin
readfile
- 打开并且读取DXF文件中的直线和弧线信息。-open and access the information of lines and arcs in the DXF file.
DigitizeArcGeometryExample
- This example creates arcs by using the GeometryDigitizeService. Each arc requires three points. The method for digitizing arcs alternates between start-top-end points and start-end-top points. A text box displays digitizing instructions for each
graphics
- 图形学原理,有画点、线、圆弧、区域填充等基础的画图算法。-Graphics principles, there are draw points, lines, arcs, and other infrastructure of the drawing area filling algorithm.
draw_prj
- 系统基本功能要求: 1、制图功能 作为一个功能较为完善的建模工具,制图功能应该是最不可或缺的。本建模工具可以实现对于直线、连续直线、多边形区域、圆、圆形区域、圆弧、字符(包括汉字和英文字母) -The basic functions of the system requirements: 1, mapping function as a function of a more comprehensive modeling tools, mapping function should be the
Topology
- 对给定的Arc.gen文件采用左转算法构建拓扑关系,包括结点与弧段、弧段与结点、弧段与多边形、多边形与弧段的关系,并生成相应的文件-For a given algorithm Arc.gen documents to be left to build topology, including nodes and arcs, arcs and nodes, arcs and polygons, polygons with the relationship between the arcs and g
shortestpath
- 首先,引进一个辅助向量D,它的每个分量D表示当前所找到的从始点v到每个终点vi的最短路径的长度。如D[3]=2表示从始点v到终点3的路径相对最小长度为2。这里强调相对就是说在算法过程中D的值是在不断逼近最终结果但在过程中不一定就等于最短路径长度。它的初始状态为:若从v到vi有弧,则D为弧上的权值;否则置D为∞。显然,长度为 D[j]=-First of all, the introduction of an auxiliary vector D, for each of its componen
Graphic
- 简单的画直线和矩形,园,多边形,弧线等功能。同时还可以设置各种画笔的颜色,大小。-A simple drawing lines and rectangles, Park, polygons, arcs and other functions. It also can set a variety of pen colors, size.