代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/361935/10027875
cpp mssb1dlg.cpp
// MSSB1Dlg.cpp : implementation file
//模式识别实验1--印章识别
#include "stdafx.h"
#include "MSSB1.h"
#include "MSSB1Dlg.h"
#include
#include "math.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/357662/10203503
m 例程13-12.m
% 当前延拓模式是补零
% 装载原始图像
load sinsin
% X 包含原始图像
subplot(221),image(X),colormap(map);
title('原始图像');
% 产生噪声图像
init=2055615866; randn('seed',init);
x = X + 18*randn(size(X));
subplot(222),image(x
www.eeworm.com/read/356719/10222327
h ad.h
//采用单通道多次转换模式,用P6.0口为模拟输入通道
#define Num_of_results 10
void AD_Init(void);//AD初始化
unsigned int AD_Filter(unsigned int results[Num_of_results]);//中值滤波
www.eeworm.com/read/160251/10549595
m 例程13-12.m
% 当前延拓模式是补零
% 装载原始图像
load sinsin
% X 包含原始图像
subplot(221),image(X),colormap(map);
title('原始图像');
% 产生噪声图像
init=2055615866; randn('seed',init);
x = X + 18*randn(size(X));
subplot(222),image(x
www.eeworm.com/read/422955/10599290
cpp draw.cpp
//此文件定义了所有作图的函数
#include "structs.h"
#include
#include
#include
#include
void draw_InitGraph() // 初始化图形模式
{
static int gdriver=DETECT,gmode;
www.eeworm.com/read/351042/10685300
c max7219.c
#include "system.h"
#include "altera_avalon_pio_regs.h"
#include "alt_types.h"
#include
#include "max7219.h"
#define Max7219_Code 0x09 // 译码模式,后接Data
#define Max7219_NoC
www.eeworm.com/read/350185/10760721
h spi.h
uchar SPI_WR(uchar val) //用SPI口收发数据
{
uchar temp;
SPDR=val;
while ((SPSR&(1
www.eeworm.com/read/349392/10829382
c grtry.c
#include "MyType.h"
#include "GrTry.h"
/* 设置好寄存器,并完成初始化 */
void SetSVGAMode(INT16 vmode)
{
_AX = 0x4f02;
_BX = vmode;
__int__(0x10);
}
/* 获取当前模式 */