搜索资源列表
silky
- 著名flash源码网站uncontrol上的一个初级程序,用于画出很平滑的曲线,算法很简单,是研究uncontrol上其他源码的基础算法。-famous flash website uncontrol source of a primary procedure for the draw is very smooth curve, the algorithm is very simple, uncontrol study on the basis of other source algorithm
bcprov-jdk15-134.tar
- 椭圆曲线算法包-elliptic curve algorithm package
WirelessCert
- 本程序在eclips 下开发,能够完整生成WTLS证书,包括ECC算法编程,但是曲线参数由模型供应商提供-eclips of the procedures under development, to generate complete WTLS certificates, ECC algorithms including programming, but the curve model parameters from vendors
Hilbert_Sierpinski
- 著名的Hilber 曲线和Sierpinski曲线,JAVA实现.体现递归算法和JAVA中的绘图功能.-famous Hilber curve and Sierpinski curves, JAVA. recursive algorithm embodied in Java and graphics functions.
二次B样条曲线
- 2次B样条曲线算法-2nd B-spline curve algorithm
31142331156
- ECC 椭圆曲线加密 算法
20080724
- 曲线拟合的java算法。本代码是采用数学中的最小二乘法原理编写的。
graphics0
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法实现二维多边形裁剪的Sutherland-Hodgman算法和Weiler-Athenton算法 实现二维图形的平移变换实现二
Hermite.rar
- Hermite曲线生成算法,通过四个点的确立绘制hermite曲线,Hermite curve generation algorithm, through the establishment of four-point hermite curve drawing
实现翻页特效的核心算法实现
- 实现翻页特效的核心算法,贝塞尔曲线在翻页特效中的应用。本代码实现了贝赛尔曲线在翻页特效中应用。可使用到电子书制作中的翻页效果中。也可作为研究android 动画特效开发的示范代码。
Ccurve
- 智能CAD上面的一个作业:分形图形算法与程序设计之C曲线JAVA实现-Intelligent CAD on top of a job: Fractal graphics algorithms and programming JAVA implementation of the C curve
ArcChaBu
- 任意三次曲线插补 任意三次曲线方程:y=(1/9)*Math.pow(x, 3)+(1/3)*Math.pow(x, 2)+(5/6)*x 设置起点坐标和终点坐标。 在面板上画出插补算法直线。 F>=0,x向+x方向前进一步,J7-- F<0,y向+y方向前进一步,J7-- 直到J7<0 J7=|xe-x0|+|ye-y0| -Any arbitrary cubic curve cubic interpolation equation:
Advanced.Programming.Java.code.algorithm.design.cu
- Java高级编程曲线算法设计代码Advanced Programming in Java code, algorithm design curve -Advanced Programming in Java code, algorithm design curve
JFreeChart
- 从数据库提出数据,并利用这些数据做一些算法,以及绘制曲线-use the data of DB to compute some index and plot some figure
FGPathBezier3
- 利用java编写的路径平滑算法,采用2次+3次贝塞尔曲线拟合路径,并且可以按照一定距离间隔生成采样点-Written using java path smoothing algorithm, using the 2+3 Bezier curve fitting path, and the sampling points can be generated in accordance with a certain distance interval
Lagrangian
- 通过上机实现拉格朗日、牛顿和三次自然样条三种插值算法,了解并掌握拉格朗日、牛顿和三次自然样条三种插值算法的内涵。通过动态演示曲线生成全过程,分析并比较三种插值算法的优缺点,深刻理解这些算法。-Lagrange, Newton-on and three natural spline the three interpolation algorithm, to understand and grasp the meaning of Lagrange, Newton, and three natural
RSA
- 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制。 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 -1 understand public key cryptography algorithm, familiar with the commonly used cryptographic algorithms: RSA, elliptic curve cryptosystem. (2) the RSA encryption algorithm, for ex
src
- 实习三 基于RSA的公钥加密 一、实习目的 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实现要求 1.实习前认真预习第6章的有关内容; 2.熟悉java中java.security.*和java.crypto.* 中相关类。 三、实习内容 -Practice three based on the RSA public key encryption 一、实习目的
PeanoBoard
- Java实现的皮亚诺曲线分形图,递归算法和awt的应用-Java implementation of the Piano curve fractal, recursive algorithm and awt application
三次样条曲线算法的改进及Java语言实现
- 三次样条曲线算法的改进及Java语言实现.zip(Improvement of the three spline curve algorithm and the realization of.Zip in Java language)