初学JAVA,求给2D绘制曲线的源代码,要三次样条的
标签: JAVA
上传时间: 2016-04-06
上传用户:stella2015
AUTOMGEN runtime is an open source royalty free runtime for open PLCs. By using this runtime, any target systems can become compatible with the AUTOMGEN automation workshop: IEC1131 languages (ladder, SFC, etc.), 2D and 3D scada, WEB SCADA, etc
标签: runtime open AUTOMGEN royalty
上传时间: 2016-04-07
上传用户:lindor
iRows提供了常见的表格制作功能,并且它还兼容Excel/CSV文件,可以绘制各种常见的2D/3D图表,并允许多人共享/编辑同一数据表格;还可以将数据表格外引至任意的网页上。最重要的是,它是完全免费的,你不必付出几百美元去购买Office,然后再慢慢地安装到每一台电脑里。你只要连上网络,在浏览器里即可轻松完成表格制作
上传时间: 2016-04-07
上传用户:hewenzhi
ami_snake算法源代码,ami_snake is an implementationof the 2D snake technique proposedin . It is alevel set method based on the partial di¡ èerential equation.
上传时间: 2016-04-09
上传用户:wangyi39
一个坦克游戏附源代码,用于2D游戏制作,适合初学者学习研究。
标签: 源代码
上传时间: 2016-04-29
上传用户:dongqiangqiang
该程序为在matlab环境运行,主要演示koch曲线的生成和变化。以及奇怪吸引子的2D映射情况展示
上传时间: 2016-05-02
上传用户:84425894
sm501 芯片的linux驱动,支持2D 图形加速,适合图形嵌入系统开发
上传时间: 2014-06-08
上传用户:songrui
Image Compression A collection of simple routines for image compression using different techniques. 图象压缩的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function "conv2fft" performs a 2D FFT-based convolution. Type "help conv2fft" on Matlab command window for more informations.
标签: Compression compression collection different
上传时间: 2016-05-11
上传用户:磊子226
Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. Installation ------------ 1. Install KPMtools from http://www.ai.mit.edu/~murphyk/Software/KPMtools.html 3. Assuming you installed all these files in your matlab directory, In Matlab type addpath matlab/KPMtools addpath matlab/Kalman Demos ----- See tracking_demo.m for a demo of 2D tracking. See learning_demo.m for a demo of parameter estimation using EM. 较早版本的kalman滤波matlab源码,适合研读。
标签: Software toolbox murphyk written
上传时间: 2016-05-13
上传用户:541657925
% EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %
标签: multidimensional estimation algorithm Gaussian
上传时间: 2013-12-03
上传用户:我们的船长