初學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
上傳用戶:我們的船長