搜索资源列表
-
0下载:
数据的可视化,rar文件里面包含了可视化的效果,可以画出4-D的图形,颜色作为第四维,更好的呈现数据的空间结构,可以用PCA等做降维的可视化展现-Data visualization, rar file which contains a visual effect, you can draw a 4-D graphics, color as the fourth dimension, the better the spatial structure of the present data, yo
-
-
0下载:
实现数据挖掘可视化的java控件JfreeChart-Realize data mining visualization java control JfreeChart
-
-
0下载:
JAVA实现的数据结构课程演示软件,实现了几乎所有的数据结构算法-JAVA implementation of data structures course presentation software, to achieve almost all of the data structure algorithms
-
-
0下载:
用于基于vtk的面绘制,可以实现数据的可视化-Based on the surface for vtk rendering, data visualization can be achieved
-
-
0下载:
只用Java代码实现了数据持久性并能通过swing可视化操作数据-Using only Java code to achieve data persistence, and swing through data visualization
-
-
0下载:
利用JAVASWING技术在菜单按钮实现链表的创建、插入数据、打印数据、删除数据等可视化操作-Using the menu button JAVASWING achieved in the creation of the list, insert the data, print data, delete data, visualization
-
-
0下载:
非常优秀的数据可视化的开源代码,里面包括了很多示例代码!-Excellent data visualization source code, which includes a lot of code examples!
-
-
0下载:
运用Processing对已给数据进行数据可视化。主要使用了平行坐标的办法。给用户增加与数据的交互功能,能够通过点击鼠标对数据进行更加进一步的了解。
注意:需要通过Processing对文件进行载入。-Processing have been applied to the data for data visualization. The main use of parallel coordinates approach. To increase user interaction with d
-
-
0下载:
二维曲线数据可视化绘制。
利用Jquery 绘制数据的二维曲线,并具有鼠标交互和对比功能。-Two-dimensional curve data visualization rendering.
Jquery drawing two-dimensional curve data and comparison with mouse interaction and functionality.
-
-
0下载:
基于processing平台开发的数据可视化程序-A data visualization program based on Processing platform
-
-
0下载:
TimeBench-时序数据可视化的Java编程方法,-TimeBench-series data visualization Java programming,
-
-
0下载:
排序数据随机产生,针对随机案例,对插入排序、选择排序、基数排序、快速排序算法,提供排序执行过程的动态图形演示。-Sort randomly generated data for a random case of insertion sort, selection sort, radix sort, quick sort algorithm to provide the sort of dynamic graphical presentation of the implementation pro
-
-
0下载:
数据挖掘成为当今热门,为了在数据挖掘中更好的了解数据性质,也为了展示数据挖掘的成果,我们需要数据可视化-Data mining become popular, in order to better understand the data in data mining properties, but also to show the results of data mining, we need data visualization
-
-
0下载:
d3.js是用来在网页上进行SVG绘图的javascr ipt函数库,可以通过该库轻松完成各种数据在网页上的可视化-d3.js is a kind of Javascr ipt library to make you be able to draw SVG graphics in the web page, this ,it can make the data visualization on web much easier
-
-
0下载:
在数据可视化中,地图是很重要的一部分。因为在进行数据可视化时,很多情况会与地图有关联,如中国各省的人口多少,GDP多少等,都可以和地图联系在一起。
本次程序采用d3js通过地图的展示来实现数据的可视化。展示的数据为2015年前三季度中国各省市的GDP以及排名。-In data visualization, the map is a very important part. Because during data visualization, in many cases will be ass
-
-
0下载:
jiminy: Library for inferring which type of data visualization can be rendered a JSON dataset, and with which data field(s) -jiminy: Library for inferring which type of data visualization can be rendered a JSON dataset, and with which data field(s)
-
-
0下载:
主要是数据可视化,将所给excel表格数据进行可视化处理,包含动态鼠标交互。所用平台是processing。适合初学者,-Mainly data visualization, will be given to the excel table data for visual processing, including dynamic mouse interaction. The platform is processing. suitable for beginners.
-
-
0下载:
Javascr ipt InfoVis工具包,用于创建网页交互式数据可视化工具。如果你想要直观的显示组织机构详情,那么可以使用这个插件。(Javascr ipt InfoVis Toolkit for creating web page interactive data visualization tools. If you want to visually display the organization details, you can use this plugin.)
-
-
0下载:
数据可视化,将数据系统化的转化成树形,图形结构,快速布局(Data visualization, systematic transformation of data into tree, graphic structure, rapid layout)
-
-
0下载:
一、需求说明:
根据业务需要,需要在服务器端生成可动态配置的PDF文档,方便数据可视化查看。
二、解决方案:
iText+FreeMarker+JFreeChart生成可动态配置的PDF文档
iText有很强大的PDF处理能力,但是样式和排版不好控制,直接写PDF文档,数据的动态渲染很麻烦。
FreeMarker能配置动态的html模板,正好解决了样式、动态渲染和排版问题。
-