-
hunhebianma
VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。
分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB
引擎、MATLAB 编译器和MATLAB COM 编译器(VC++ Mixed with MATLAB programming, can be excellent VC Visualization MATLAB programming capacity and computing power together. Analysis of the C language and MATLAB7. X in the interface characteristics described in detail VC++ 6. 0 and MATLAB7. X mixed programming in three ways: MATLAB engine, MATLAB Compiler and MATLAB COM compiler)
- 2008-12-23 19:32:39下载
- 积分:1
-
canny
canny算子源代码用于关于边缘检测的毕业论文,可以以此为基础进行修改。(canny operator source code for a thesis on the edge detection can be modified on this basis.)
- 2010-06-09 14:29:15下载
- 积分:1
-
gra
image processing via webcam
- 2011-01-14 01:40:29下载
- 积分:1
-
fast_LOT
说明: 作为8-9-3的子程序,其中M=8,该程序实现了重叠正交变换。(Subroutine as 8-9-3, where M = 8, the program implements the overlapping orthogonal transformation.)
- 2011-04-06 14:47:33下载
- 积分:1
-
Untitled5
考虑到通信网络结点的可靠性,若要求任意一个结点出现故障时,其它结点间仍然能够保持通信畅通的可能性都达到90 ,请建立问题的数学模型,设计求解算法,并给出使总铺设费用最少的铺设方案(Considering the reliability of communication network nodes, if you want any one node fails, you can still keep communication flowing between the possibility of other nodes are reached 90 , please build a mathematical model of the problem, the design algorithm, and give up some laying scheme of total laying cost at least)
- 2014-09-04 17:54:04下载
- 积分:1
-
code
calssification algorithm knn
- 2014-11-26 22:12:05下载
- 积分:1
-
cic_coe_cut
CIC每级位宽计算,包括内插滤波器每一级位宽计算,抽取滤波器每一级位宽计算。(CIC Hogenaner bits calculation)
- 2013-12-24 10:05:02下载
- 积分:1
-
Matlab-Control-Engineer
胡寿松的《自动控制原理》的源代码。有利于你学习MATLAB在控制工程中的应用。(Control engineer)
- 2013-05-17 00:07:31下载
- 积分:1
-
gpstoolbox3.01
gps的matlab仿真工具包version3.01,函数和处理方法非常全,不错的gps开发仿真工具(gps the matlab simulation toolkit version3.01, function and processing method is very full, good development of simulation tools gps)
- 2010-11-22 21:09:43下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1