代码搜索:舒服点

找到约 10,000 项符合「舒服点」的源代码

代码结果 10,000
www.eeworm.com/read/469046/6984255

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/465097/7057293

cpp md5.cpp

// MD5.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include #include using namespace std; #define MAX_SI
www.eeworm.com/read/147042/7095848

asp index.asp

::::52CM梦工场::::52CM DREAM Work Place::::网页品点联盟 a{text-de
www.eeworm.com/read/147042/7095863

asp jm.asp

::::52CM梦工场::::52CM DREAM Work Place::::网页品点联盟 a{text-de
www.eeworm.com/read/147042/7095899

asp mb_ds.asp

::::52CM梦工场::::52CM DREAM Work Place::::网页品点联盟 a{text-de
www.eeworm.com/read/460440/7250164

txt help.txt

运行环境为VC++6.0; 我在WIN2000下测试运行成功; 运行时在点打开数据库前要先点建立默认数据库;建立的数据库文件为*.MDB;
www.eeworm.com/read/458976/7284557

m program.m

%212 Format:360Fre -> 540(1 Channal)|1080(2 Channal). %%%%------------->心电信号的读取! %readheader('E:\MATLAB\develop\100.hea') clear all; NN={100:350 200:250 100:300 100:150}; %各层选取的只含噪声点 fi
www.eeworm.com/read/450222/7488282

cpp receiver.cpp

// receiver.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include "../header/ARQ.h" #include "../header/Exception.h" // 服务器端口 #define SERVER_PORT
www.eeworm.com/read/448799/7525936

c graphics.c

/**************************************************************************** * 文件名:GRAPHICS.C * 功能:图形操作程序。提供对图形液晶TG12864B-2画点、画直线、画矩形的图形函数。 * 说明:使用了disp_buf作为作图缓冲区。 ******************************
www.eeworm.com/read/448663/7527492

m curvefit02.m

% curvefit02.m t=[1:16]; y=[4 4.6 8 8.4 9.28 9.5 9.7 9.86 10 10.2 ... 10.32 10.30 10.24 10.18 10.00 9.40]; plot(t,y,'.k','markersize',20) %描点 pause a=polyfit(t,y,2) %求出二次多项