搜索结果
找到约 382 项符合
maxwell 2d 的查询结果
其他 AUTOMGEN runtime is an open source royalty free runtime for open PLCs. By using this runtime, any ta
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
Jsp/Servlet iRows提供了常见的表格制作功能
iRows提供了常见的表格制作功能,并且它还兼容Excel/CSV文件,可以绘制各种常见的2D/3D图表,并允许多人共享/编辑同一数据表格;还可以将数据表格外引至任意的网页上。最重要的是,它是完全免费的,你不必付出几百美元去购买Office,然后再慢慢地安装到每一台电脑里。你只要连上网络,在浏览器里即可轻松完成表格制作 ...
人工智能/神经网络 ami_snake算法源代码
ami_snake算法源代码,ami_snake is an implementationof the 2D snake technique proposedin . It is alevel set method
based on the partial di¡ èerential equation.
游戏 一个坦克游戏附源代码
一个坦克游戏附源代码,用于2D游戏制作,适合初学者学习研究。
matlab例程 该程序为在matlab环境运行
该程序为在matlab环境运行,主要演示koch曲线的生成和变化。以及奇怪吸引子的2D映射情况展示
嵌入式Linux sm501 芯片的linux驱动
sm501 芯片的linux驱动,支持2D 图形加速,适合图形嵌入系统开发
压缩解压 Image Compression A collection of simple routines for image compression using different techniqu
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.
...
其他 Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/ka
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例程 % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da
% 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)
% ...