代码搜索:舒服点
找到约 10,000 项符合「舒服点」的源代码
代码结果 10,000
www.eeworm.com/read/127242/14366742
m 14-3.m
I = checkerboard(8);
PSF = fspecial('gaussian',7,10);
%点扩散函数
V = .0001;
BlurredNoisy = imnoise(imfilter(I,PSF),'gaussian',0,V);
%加性噪声
WT = zeros(size(I));
WT(5:end-4,5:end-4) = 1;
J1 = deconvl
www.eeworm.com/read/227013/14444050
c graphics.c
/****************************************************************************
* 文件名:GRAPHICS.C
* 功能:图形操作程序。提供对图形液晶TG12864B-2画点、画直线、画矩形的图形函数。
* 说明:使用了disp_buf作为作图缓冲区。
******************************
www.eeworm.com/read/225811/14514955
cpp getsehaddr.cpp
// GetSEHADDR.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#include
#include
void main()
{
__asm
{
mov eax, fs:[00000000h
www.eeworm.com/read/225781/14516216
#1 printerb.#1
;参考程序B:PRINTERB.ASM程序功能:按下列格式打印出当前时间表:
;YEAR: 2005 (2005年)
;DATE: 10:05:05 ( 10月:6日:周5)
;CLOCK: 19:15:53 (19点:15分:53秒)
$inc
www.eeworm.com/read/225781/14516220
asm printerb.asm
;参考程序B:PRINTERB.ASM程序功能:按下列格式打印出当前时间表:
;YEAR: 2005 (2005年)
;DATE: 10:05:05 ( 10月:6日:周5)
;CLOCK: 19:15:53 (19点:15分:53秒)
$inc
www.eeworm.com/read/225781/14516251
#2 printerb.#2
;参考程序B:PRINTERB.ASM程序功能:按下列格式打印出当前时间表:
;YEAR: 2005 (2005年)
;DATE: 10:05:05 ( 10月:6日:周5)
;CLOCK: 19:15:53 (19点:15分:53秒)
$inc
www.eeworm.com/read/124513/14564070
cpp mapexample.cpp
// MapExample.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "MapExample.h"
#include "afxtempl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theApp;
usin
www.eeworm.com/read/124513/14564110
cpp internetsession.cpp
// InternetSession.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "InternetSession.h"
#include "afxinet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theA
www.eeworm.com/read/124513/14564149
cpp asyncsocket.cpp
// AsyncSocket.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "AsyncSocket.h"
#include "afxsock.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theApp;
u
www.eeworm.com/read/124513/14564180
cpp ftpconnection.cpp
// FtpConnection.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "FtpConnection.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theApp;