代码搜索:舒服点

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

代码结果 10,000
www.eeworm.com/read/249738/12477226

cpp complexexample.cpp

//复数示例 ComplexExample.cpp #include //输入输出流头文件 #include //复数类头函数 using namespace std; //名字空间 void main() // 定义控制台应用程序的入口点 { double dcr=-3.1, dci=14.5; complex
www.eeworm.com/read/335260/12542889

cpp my_rsa.cpp

// MY_RSA.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" //#include "rsa_san.h" #include #include "BigInt.h" #include #include #include #include
www.eeworm.com/read/335247/12543466

htm 03.htm

点右键启动收收藏夹
www.eeworm.com/read/334943/12560284

m 6-10.m

[x y z]=ellipsoid(1,2,3,5,1,10); %椭圆体数据的产生 view(3) %三维视角 surface(x,y,z) title('椭圆体:中心点(1,2,3),半径(5,1,10)')
www.eeworm.com/read/334943/12560647

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/238383/13889395

c clcom.c

/************************************************************************************** **函数名: CLCOM.C ** 功能描述:根据32点采样值计算计算电压、电流有效值;有功功率、无功功率、实在功率和功率因素 ** 作 者:李纯 ** 日 期:2004年2月27日 **************
www.eeworm.com/read/135873/13890540

cpp complexexample.cpp

//复数示例 ComplexExample.cpp #include //输入输出流头文件 #include //复数类头函数 using namespace std; //名字空间 void main() // 定义控制台应用程序的入口点 { double dcr=-3.1, dci=14.5; complex
www.eeworm.com/read/300288/13921713

txt 点到线段最短距离(垂距)(ptoldist).txt

// 求点p到线段l所在直线的距离,请注意本函数与上个函数的区别 double ptoldist(POINT p,LINESEG l) { return abs(multiply(p,l.e,l.s))/dist(l.s,l.e); }
www.eeworm.com/read/300288/13921723

txt 点到折线集的最近距离(ptopointset).txt

/* 计算点到折线集的最近距离,并返回最近点. 注意:调用的是ptolineseg()函数 */ double ptopointset(int vcount,POINT pointset[],POINT p,POINT &q) { int i; double cd=double(INF),td; LINESEG l; POINT tq,cq; f
www.eeworm.com/read/237777/13931191

m ex031600.m

% 第三章: 例 3.16: % b = [0.0181, 0.0543, 0.0543, 0.0181]; a = [1.0000, -1.7600, 1.1829, -0.2781]; m = 0:length(b)-1; l = 0:length(a)-1; K = 500; k = 1:1:K; w = pi*k/K; % [0, pi] 分成501个点. num =