-
MmDemo
vc和matlab混合编程,在vc中调用matlab的函数进行计算和处理,本程序中调用了matlab图像处理函数打开图像并进行灰度处理(vc and matlab mixed programming, matlab function calls are calculated and processed in the vc, the program calls the matlab image processing function to open and grayscale image processing)
- 2014-02-05 20:05:21下载
- 积分:1
-
(实例032)屏蔽关闭、最大化、最小化按钮
每个窗体的标题栏上都设置了"关闭","最大化""最小化"按纽.如果不想使用这些按纽,运行程序,窗体标题栏上的关闭.最大化.最小化按纽均不可用.(Biaodilanshang have set up a "closed", "maximize" "minimize" button. If we do not want to use these buttons, operating procedures, forms Biaodilanshang the closure. Maximize. Minimize button not available.)
- 2005-06-09 18:39:18下载
- 积分:1
-
ComTest
VC 调用matlab combuilder简单例子(VC call matlab com file)
- 2021-03-01 20:39:34下载
- 积分:1
-
qdqdh
抢答器的实现功能的仿真,使用MATLAB进行仿真运行(Responder achieve functional simulation using MATLAB simulation run)
- 2013-12-17 20:43:47下载
- 积分:1
-
dgl-dfl-1
进行窗体设计和更改时背景的操作msfkl sdflk slf (sjlk sldk dk f,sdgl sdfk ,dls dk )
- 2013-04-15 13:37:12下载
- 积分:1
-
MATLAB-7.0User-Guide1
Matlab的编程指南,常用的Matlab入门教程,比较详细非常好用的哈!(Matlab programming guide, commonly used Matlab Tutorial, detail very easy to use Ha!)
- 2012-02-15 09:53:52下载
- 积分:1
-
VB-script-5.6-r
VB script 5.6 对经典的学习js和vbs的教程,微软出品(VB script 5.6 of classical learning js and vbs tutorial, Microsoft Publisher)
- 2013-03-24 09:55:57下载
- 积分:1
-
EasySerialPort
可用于无协议串口调试和标准Modbus调试。例案:单片机无协议通信、变频器通信调试、PLC及工业仪表通信调试。(No agreement can be used for standard Modbus serial debugging and debugging. Example case: no agreement on single-chip communications, Converters debug communications, PLC and industrial instrumentation communication debugging.)
- 2008-05-23 22:41:11下载
- 积分:1
-
hafumanbianma
输入各个字符及对应出现的次数 ; 建立赫夫曼树并对各个字符进行编码 ;然后 对 输入 的 二进制 串进行 译码(Enter the various characters and the corresponding number of emerging establish Huffman tree and the various characters coding then enter strings of binary decoding)
- 2007-12-16 18:50:01下载
- 积分: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