代码搜索:舒服点

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

代码结果 10,000
www.eeworm.com/read/275775/10796791

asm 音乐.asm

;这是本人一个产品中的音乐单元,很完整,供爱好者参考. ORG 0000H AJMP CSH ;主程序进入点 ORG 000BH LJMP TIM0 ;定时中断T0入口 ; ;********** ;* 初始化 * ;**********
www.eeworm.com/read/349754/10801215

c e-1330.c

//E-1330点阵液晶屏驱动程序 /* 线路图 89C51 E-1330 -------- | 8 P1.0-1.7|=========== D0-7 | P3.0|----------- A0 P3.1|----------- R/W P3.2|----------- E
www.eeworm.com/read/272294/10963215

bas libprl.bas

Attribute VB_Name = "LibPrl" Option Explicit Rem 当抽油杆在泵处断脱时,仅考虑杆柱静载、惯性载荷与摩擦载荷,悬点载荷计算 Sub PrlBrokenRod_Cal(WellType As String, NcalWell As Integer, XWell() As Single, SetWell() As Single, FaiWell(
www.eeworm.com/read/469324/6973212

cpp crc-16.cpp

// CRC-16.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include unsigned short CRCCheck(//parm:已经读入的数据,数据长度(字节),CRC数据,CRC长度(字节) const char* dataBuf, unsigned int bufLen, const char
www.eeworm.com/read/469046/6984257

m 14-2.m

I = checkerboard(8); % 创建一个棋盘图像 PSF = fspecial('gaussian',7,10); %创建点扩散函数PSF V = .01; BlurredNoisy = imnoise(imfilter(I,PSF),'gaussian',0,V); %对模糊图像添加高斯噪声 NOISEPOWER = V*prod(size(I)); %噪声功率
www.eeworm.com/read/465269/7060233

cpp swing.cpp

// swing.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include "gl/glut.h" #include "gl/gl.h" #include "global.h" #pragma comment(lib, "opengl32.lib") // 包含OpenGL库
www.eeworm.com/read/208640/7108369

asp conn.asp

www.eeworm.com/read/463882/7174434

c e-1330.c

//E-1330点阵液晶屏驱动程序 /* 线路图 89C51 E-1330 -------- | 8 P1.0-1.7|=========== D0-7 | P3.0|----------- A0 P3.1|----------- R/W P3.2|----------- E
www.eeworm.com/read/462720/7197516

m bp5.m

%bp5;例4.5 % time=[];err=[];epo=[]; for i=1:6 %分别进行取S1= 1 - 6节点时的网络训练 t(i)=cputime; %起始CPU时间 P=[0 0 1 1;0 1 0 1]; T=[0 1 1
www.eeworm.com/read/462702/7197722

m fmap1.m

%例6.5,fmap1.m % clear pi=3.1416; x=0:0.5*pi/99:0.5*pi; P=[sin(x);cos(x)]; %画圆 plot(P(1,:),P(2,:),'b.'); %画输入点图 axis('equal') [R,Q]=size(P); S=20; W0=r