代码搜索:舒服点

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

代码结果 10,000
www.eeworm.com/read/142110/12962031

c putccex.c

/* PutCCEx.C -- 图形方式下显示24点阵放大汉字 */ #include "stdio.h" #include "graphics.h" #include "conio.h" #define ST 1 #define KT 2 #define FS 3 #define HT 4 FILE *fp; void InitG
www.eeworm.com/read/140296/13089477

htm 03.htm

点右键启动收收藏夹
www.eeworm.com/read/241836/13113531

asv findsid.asv

function [dist,k]=findsid(aa,bb,e,d,sid) %判断两点之间是否有距离观测值 m=length(e); k=0; dist=0; for i=1:m while(e(i)==aa) if (d(i)==bb) dist=sid(i); k=1; else
www.eeworm.com/read/241836/13113863

asv findsid.asv

function [dist,k]=findsid(aa,bb,e,d,sid) %判断两点之间是否有距离观测值 m=length(e); k=0; dist=0; for i=1:m while(e(i)==aa) if (d(i)==bb) dist=sid(i); k=1; else
www.eeworm.com/read/139774/13135066

cpp linesearch.cpp

#include "iostream.h" #include "math.h" //梯度计算模块 //参数:指向目标函数的指针,变量个数,求梯度的点,结果 void comput_grad(double (*pf)(double *x), int n, double *point, double *grad) { double h=1E-
www.eeworm.com/read/326212/13155485

c tsp.c

#include #include /*定义距离的最大值*/ #define MAXDISTANCE 999999 /*定义点的最大个数*/ #define MAXPOINT 20 int my_rank,group_size,n; int point[MAXPOINT]; double dist[MAXPOINT][MAXPOINT]; doubl
www.eeworm.com/read/240541/13214483

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/324902/13238518

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/324902/13238779

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/137408/13323779

cpp robosight.cpp

// RoboSight.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include "RoboSight.h" #include "SMode.h" #include "Engine\hGraphic2D.h" #define MAX_LOADSTRING 100 // 全局变量: HINSTANCE g_hInst= NU