-
GENERALIZED-TENSOR-
最新的压缩感知文章,从IEL上精选的,对从事压缩感知的同仁定有很大帮助。(Latest articles compressed sensing, selected from the IEL, compressed sensing colleagues engaged given great help.)
- 2013-12-03 15:17:37下载
- 积分:1
-
alphafx
An article with code on how to create the Alpha effect (fading in and out effect). Starts with the application of alpha on images, and ends with the creation of alpha animation. This is NOT about the Per Pixel Alpha Blend used in Windows.
(An article with code on how to create the Alpha effect (fading in and out effect). Starts with the application of alpha on images, and ends with the creation of alpha animation. This is NOT about the Per Pixel Alpha Blend used in Windows.
)
- 2014-09-28 20:19:09下载
- 积分:1
-
radar-mainei-tezhengtiqu
雷达脉冲内调制特征的提取技术,用于雷达特征分析与信号分选。这是matlab程序。(Within the radar pulse modulation feature extraction technique for radar signature analysis and signal separation. This is a matlab program.)
- 2013-10-28 18:48:21下载
- 积分:1
-
VB
说明: 基于VB与MATLAB的数字图像处理软件设计(VB and MATLAB-based digital image processing software design)
- 2013-03-02 21:05:25下载
- 积分:1
-
Runge-Kutta-
应用四阶龙格库塔法求解微分方程的初值问题(Applications fourth-order Runge-Kutta Solving Ordinary Differential Equations)
- 2015-01-28 17:43:33下载
- 积分:1
-
VCmatlabtuxiangchuli
此程序为VC与matlab图像处理与识别实用案例精选的源码,内容详实,与大家分享。(This program is VC with matlab image processing and recognition of practical cases of selected source code, content, informative, and to share.)
- 2009-11-21 11:17:35下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1
-
vcPmatlab6.5
散点数据生成格网,2d,3d,vc6.0,matlab6.5(Source- scatter data generated grid)
- 2012-07-10 14:20:18下载
- 积分:1
-
VC++.doc
VC++环境下调用MATLAB,其中路径的设置请根据自己电脑中的位置做相应修改(VC++ Environment called MATLAB, which set up the path, please according to their own computers make consequential amendments to the location of)
- 2008-05-07 13:17:18下载
- 积分:1
-
vc调用matlab
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 (m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.)
- 2005-03-22 21:40:12下载
- 积分:1