搜索资源列表
MemoryMonitor
- MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage of all memory pools consumed by the application. This simple demo program queries the memory usage of each memory pool and plots the memory u
StudentScore.rar
- JAVA学生考试成绩分析程序,带有柱形图和饼形图,JAVA student examination results analysis program with a bar graph and pie chart
drawsingle
- 画图程序中可以通过鼠标的拖拽画出三种简单的图形形式:直线、椭圆和矩形。-Paint program can drag the mouse to draw a simple graph of three forms: a straight line, oval and rectangular.
chart
- 该程序是一个中文句法线图(chart)分析器,实现chart最基本的功能,里面包括一些基本的规则和例子。-The program is a Chinese syntax graph (chart) Analyzer to achieve the most basic function chart, which includes some basic rules and examples.
Linea
- a program to graph a line
Tree
- This program is to find tree in graph. Tree in graph is a connected graph which not contains any cycle or called acyclic graph. Tree graph is a simple graph. This program used to find tree, using Java scr ipts.
draw_panel
- This a java program that make u can draw sample graph on a panel-This a java program that make u can draw sample graph on a pane
MaxCut
- This program implement the Max cut Max_Cut algorithm , as a deterministic algorithm using a pair wise method , which force the algorithm for deterministic solution with solution better then |E|/2 the graph is implemented using an adjacent matrix,
sine
- 用Applet程序中实现绘制三角函数sin(x)当x∈[-π,+π]的曲线图形,其中xi=xi-1+△x,△x=0.05-Applet program used to implement mapping trigonometric sin (x) when x ∈ [-π,+ π] of the curve graph, where xi = xi-1+ △ x, △ x = 0.05
Graph-File-Aslinya
- This source code is Graph in GUI implementation. So, you can make the nodes in this program.
itext_1.5.4.jar
- simple program for understanding graph and other examples rekating to it in matlab
ArithmeticTest
- 图形界面的算数练习器,可自己选择加减乘除,多位运算,定时,最后统计分数。-a graph ArithmeticTest ,you can choose the plus minus multiply divide. set time to do it . the program willgive a grade to you
javatest
- 编写程序实现以下功能: 读取数据(格式自定,可以是网络数据、数据 文件或数据库) 根据读取的数据绘制统计图形(两种以上) 有交互界面选择绘制的方式(图形类型、统计 方式等) 其他自行设计功能 -Write a program to achieve the following functions: read data (custom format, which can be netwo
109jzx
- 给定一个带权有向图,图中各个顶点代表城市,有向边i ->j代表城市i到城市j的耗费,假定售货员当前在城市1,要求售货员周游完所有城市最后回到城市1,要求不得重复走过任何一个城市,问如何周游使得总耗费最小。编写程序解决该问题。设顶点v={1,2,……n},c[i][j]表示城市i 到城市j的耗费,如果c[i][j]=100000,表示城市i到城市j没有直接的路可走。-Given a weighted directed graph, each vertex graph represent th
09jzx
- 给定一个带权有向图,图中各个顶点代表城市,有向边i ->j代表城市i到城市j的耗费,假定售货员当前在城市1,要求售货员周游完所有城市最后回到城市1,要求不得重复走过任何一个城市,问如何周游使得总耗费最小。编写程序解决该问题。设顶点v={1,2,……n},c[i][j]表示城市i 到城市j的耗费,如果c[i][j]=100000,表示城市i到城市j没有直接的路可走。-Given a weighted directed graph, each vertex graph represent th
Graph
- Graph measuring the Shortest Distance to vertex, class file for the The Path.java program.
test4
- 编写程序,利用三个水平滚动条分别调节红、绿、蓝比例,以此设定一个颜色,并将它作为前景色,在面板上画出一个该颜色的填充椭圆。(参见示例代码) 增加一组单选按钮,分别选择不同图形:实心矩形、实心椭圆、空心矩形、空心椭圆,利用上述滚动条调节得到的颜色,绘制不同的图形 -Write a program, with three horizontal scroll bar respectively adjust the red, green, blue proportion in order to
wikilinks-master
- 基于维基百科的实体链接程序.实现了从文字链接到维基百科词条的功能-a program based one the wiki .used for the entity link example.it can be used on the knowledge graph .
MVCcircle
- 1 利用基本MVC模式实现下图所示的应用程序,程序主要功能如下: (1)当用户在图形化用户界面输入一个圆的半径时,程序将显示该圆的周长与面积,并画出该圆(如图中右面所示); (2)当用户在图形化用户界面上拖动表示圆半径的标尺时,自动显示圆的半径、周长和面积;并在图形界面上画出图形; (3)假设程序需再扩充一项功能:要求在程序界面上显示该半径的球体的表面积,试分析如何实现这一功能,并实现该功能。 (1 using the basic MVC model to achieve the fol