搜索资源列表
GanttTest
- 通过JAVA能够生成甘特图,可以是B/S也可以是C/S.
DISLIN_v93_vc
- DISLIN数据可视化VC++/C库。 DISLIN是一个著名的图形函数/数据可视化库,他支持多种编程语言,包括fortran,c/c++, java, perl, python等,有针对多种平台的版本。 DISLIN成功的原因在于其简单易学。他的图形函数只需要几个参数就可以调用。 dislin的默认坐标系是屏幕左上角为0,0,又下角为2969,2099,是A4纸的尺寸。 通常dislin绘图的基本过程如下: 1) 设置页面格式,图形文件格式,文件名 图形文件格式支持几乎
ZKonline
- 给予B/S架构的指纹识别系统,用java编写,能够对指纹进行采集和识别,是很好的参考代码。-For B/S structure fingerprint identification system, using java prepared, be able to fingerprint collection and identification, is a good reference source.
document
- 云计算模式在线图片处理 原理与实现 本文档叙述的是自主研发了一套适用于富客户端的云计算模型,使富客户端模式的程序能够和云计算模式相结合。 富客户端程序综合了C/S架构和B/S架构的优点,解决了B/S架构的弊端,提高了Web应用的用户体验,可以使程序直接在浏览器中运行。云计算是将计算提交至服务器端进行,并可在云端存储数据(云存储),两者结合,可以最大限度的解除程序对客户端硬件设备的依赖。 本系统将上述模型应用于需要海量计算的大图像处理中,是前所未有的,极大的提高了处理效率。
B
- B样条曲线,用java实现,有良好的交互用户界面-B-spline curve, using java to achieve, and a good interactive user interface
DrawPoint
- java 写的B样条曲线生成程序,模拟生成曲线-java wrote B-spline curve generation procedure to generate simulated curves
capi
- Bspline曲线生成程序Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS方法获得B样条曲线-Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spl
caijian
- import java.awt.* import java.awt.event.* public class Counters extends Frame{ Panel panel TextField tf Button b[],add,sub,mul,div,cle, equ,dot,two,sqr,tsex Boolean isDot,operated,equaled double storedNumber char la
capi1.01
- BSpline 及各种曲线Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Splin
655224
- 一个用Java applet实现的B-Tree算法()