⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vc++中使用matlab的c++数学库和mcc生成的程序  -- 斯科特源码工作室  -- 编程爱好者博客.htm

📁 VC调用matlab工具箱函数进行图像处理编程
💻 HTM
📖 第 1 页 / 共 2 页
字号:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="description" content="VC++中使用MATLAB的C++数学库和MCC生成的程序&nbsp; -- 斯科特源码工作室&nbsp; -- 编程爱好者博客" />
<meta name="keywords" content="编程,开发,编程论坛,程序员,博客,编程博客" />
<title>VC++中使用MATLAB的C++数学库和MCC生成的程序&nbsp; -- 斯科特源码工作室&nbsp; -- 编程爱好者博客</title>
<link href="http://blog.pfan.cn/inc/common.css" rel="stylesheet" type="text/css" />
<link href="http://blog.pfan.cn/template/new2.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
<!--
function strLen(str)
{
	var Chinese_OS;
	var strTest, ch, slen, i;
	Chinese_OS = false;
	strTest = "中文";
	if ( strTest.length == 2 ) Chinese_OS = true;
	if ( Chinese_OS ) {
		slen = 0;
		for ( i=0; i< str.length; i++){
			ch = str.charCodeAt( i );
			if ( ch<0 ) ch = ch + 65536;
			if ( ch>255 ) slen = slen +1;
			slen = slen +1;
		}
	}
	else
	{
		slen = str.length
	}
	return (slen);
}

function isEmail(str){
	var reg = /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((\.[a-zA-Z0-9_-]{2,3}){1,2})$/;
	return reg.test(str);
}

function check(form) {     
	if (form.getcode && (form.getcode.value)=="")
	{
		alert("请输入验证码!");     
		return false; 
	}
	if (strLen(form.content.value)==0)
	{
		alert("请输入内容!");     
		return false; 
	}
	if (strLen(form.content.value)>500)
	{
		alert("您输入的内容超过了500字,请修改后再发送!");     
		return false; 
	}
	if (form.email.value.length > 0)
	{
		if(!isEmail(form.email.value))
		{
			alert("Email格式不正确!");     
			return false; 
		}
	}
	form.btn_submit.value = "评论提交中,请稍后";
	form.btn_submit.disabled = true;
	return true;     
	form.submit();     
}

var iscode = 0;
function txtfocus(){
	if (iscode == 0)
	{
		document.getElementById('code').innerHTML="验证码: <input name=\"getcode\" type=\"text\" size=\"6\" maxlength=\"6\"><img src=\"http://blog.pfan.cn/code.asp\">  <input type=\"submit\" name=\"btn_submit\" value=\"提交\">"; 
		iscode = 1;
	}
}
//-->
</script>
</head>

<body>

	<div id="globalheader">
		<div id="logo">
			<a href="http://blog.pfan.cn">登陆</a> | <a href="http://www.programfan.com/reg.asp">注册新用户</a>
		</div>
		<div id="menu">
			<a href="http://blog.pfan.cn">编程爱好者博客</a> | 
			<a href="http://www.programfan.com">编程爱好者首页</a>
		</div>
	</div>

<div id="header">
	<div id="title">斯科特源码工作室&nbsp;</div>
	<div id="url"><a href="http://blog.pfan.cn/matvc">http://blog.pfan.cn/matvc</a></div>
</div>
<div id="mainbody">
	<div id="sidebar">
    	<div id="bloginfo" class="component1">
        	<h1>博主介绍</h1>
			<p class="content"><center>博主:<br /><img src="http://blog.pfan.cn/image/noimage.gif" width="150" height="160" /></center></p>
            <p class="content">斯科特源码工作室&nbsp;<br>SCD&nbsp;Source&nbsp;Code&nbsp;Studio&nbsp;<br>真诚为你服务,提供一流源码服务<br>&nbsp;主要业务范围<br>1、matlab,vc等常用开发环境下算法实现,工程开发,界面设计。2、图像处理领域,信号分析及小波应用等专业课题研究与开发。&nbsp;3、测绘专业,3S等相关论文、代码及周边相关。
			</p>
        </div>
        <div id="arttype" class="component1">
        	<h1>文章分类</h1>
            <ul class="content">
				<li><a href="http://blog.pfan.cn/matvc/articlelist_3244_4704_1.html">图形图像</a></li><li><a href="http://blog.pfan.cn/matvc/articlelist_3244_4705_1.html">算法开发</a></li><li><a href="http://blog.pfan.cn/matvc/articlelist_3244_4706_1.html">界面编程</a></li><li><a href="http://blog.pfan.cn/matvc/articlelist_3244_4707_1.html">混合编程</a></li><li><a href="http://blog.pfan.cn/matvc/articlelist_3244_4708_1.html">工程应用</a></li>
                <li><a href="http://blog.pfan.cn/matvc/articlelist_3244_0_1.html">所有文章</a></li>
            </ul>
     	</div>
  	</div>
    <div id="maincontent">
		<h1>正文</h1>
		<div id="articleinfo">
			<h2>VC++中使用MATLAB的C++数学库和MCC生成的程序&nbsp;<span class="issuedate">(2006-12-4 18:47:00)</span></h2>
			<p><a href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(myweb=window.open('http://myweb.pfan.cn/mywebedit.asp?title='+escape(d.title)+'&url='+escape(d.location.href),'myweb','scrollbars=no,width=480,height=480,left=75,top=20,status=no,resizable=yes'));" title="保存至编程爱好者收藏夹 myweb.pfan.cn">【收藏】</a> 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -