搜索资源列表
ja0522
- 画圆弧的JAVA Applet(6KB)-painting arc Java Applet (6KB)
圆弧转bezier
- 一个圆弧转Bezier线的算法-arc to a Bezier line algorithm
50402417
- 和树类似,图的遍历是图的一种主要操作,可以通过遍历判别图中任意两个顶点之间是否存在路径、判别给定的图是否是连通图并可求得非连通图的各个连通分量,但对于带权图(网),其最小生成树或最短路径都取决于弧或边上的权值,则需要有特定的算法求解。-and similar trees, graph traversal map is a major operation, Discrimination can traverse map between any two vertices existence trai
ColorDisc
- 使用绘制圆弧的方法,输出一个统计图表“圆饼图”和一个“折扇”。 原始数据在数组Data中,这5个数据在圆饼图中为角度不同的扇形,各自角度的计算值分别为38、91、54、125、53,放在数组drgree中。第一个数据的扇形起始角start=0,用绿色画。第二个的起始角start=38,用蓝色画。最后一个的起始角start=308,用橙色画。 折扇的画法是:在左上角坐标(130,40),长150,宽80的椭圆区域内,从22度开始逆时针地画一个15度的扇性,再画一段15度的椭圆弧;然后交替地画扇形和
ReadersWriters
- 英国帝国理工学院电脑系多线程课程教学材料之十一 ---- 读取者与写入者范例-The program allows Readers concurrent access to a resource while restricting Writers to exclusive access. Thread access to the shared resource is depicted by a light blue (cyan) arc segment. It is possible by st
TestMysqlConnection
- 用于JDBC访问MySQL数据库的测试程序- It s the answer that led those who have been told for so long by so many to be cynical, and fearful, and doubtful of what we can achieve to put their hands on the arc of history and bend it once more toward the hope of a bett
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
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
huffman
- 哈夫曼ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩解压算法.zip 使用LZ压
GraphicsExample
- 绘图代码中测试的各种方法,绘制直线绘制矩形绘制椭圆,绘制弧线,绘制弧线-Drawing code to test the various methods of drawing line drawing rectangle drawing ellipse, draw arc, draw arc
3970998arcgis_api_for_flex_1_0
- flex Coastal Land Use/Land Cover maps and Coastal Regulation Zone map on 1:25,000 and 1:50,000 scales derived from satellite data were collected from State Coastal Zone Management Authorities and enlarged into 1:12,500 scale. The georeferenced maps w
drawarcmousekick
- 这是我用java写得一个带有控件的画弧线,填充弧线的程序,其中输入起始度数和要增加的度数来花弧或者是填充弧,对初学java者有帮助。-This is what I write with java painting with a control arc, filling the arc process, which enter the start and to increase the degree of arc or the degree to flower filled arc, java a
502
- HRProject: Eclipse 3.2项目,用到了MyEclipse5.5插件。(拷贝WebRoot文件夹到Tomcat下面就可以跑) HRProject.sql: 数据建库脚本,Mysql 5.0数据库。 注:在src\config\arc\base\resource\目录下需要修改JdbcDataSource.properties文件,同样编译后web-inf\class目录下该文件会被复写。修改项目如下: #---Mysql.local
Arc-MIDlet-Example
- In the previous draw arc example, we have explained how to draw an arch on the screen. But in this example we are going to show how to draw arc at different locations. To explain it in better way we have described all the methods that use
calARC
- 测绘学的基本程序,计算平行圈和子午圈弧长,是按课本上的公式算的,没有控制精度-Circle arc parallel computing
A126560-WUXUNBO
- 实现一个10乘10的表格 内部随即获得两个弧度 JAVA2D 图形绘制-Achieve a 10 by 10 inside the table then get two arc JAVA2D Rendering
Canvasht
- 用java实现的Canvas绘图程序,实现显示 "直线", "弧", "矩形", "圆角矩形", "三角形", "文字"-With the java implementation Canvas drawing program, show " straight line" , " arc" , " rectangle" , " rounded rectangle" , " triangle&quo
LineFun
- android.............. 绘制弧线-android draw an arc
ArcShapeTest
- Arc Shape Test Source Code for Andriod.
ArcShape
- Creates an arc shape. The arc shape starts at a specified angle and sweeps clockwise, drawing slices of pie for Andriod.