代码搜索:舒服点
找到约 10,000 项符合「舒服点」的源代码
代码结果 10,000
www.eeworm.com/read/126047/14450243
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/226606/14457129
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/125152/14511804
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/225870/14513245
cpp apriori.cpp
// Apriori.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "Apriori.h"
#include "conio.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theApp;
using namespa
www.eeworm.com/read/225870/14513249
cpp myapriori.cpp
// MyApriori.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "MyApriori.h"
#include "conio.h"
#include "stdlib.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp
www.eeworm.com/read/225807/14515079
cpp des_encrpty.cpp
// DES_Encrpty.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "DES.h"
#include "DataDeal.h"
using namespace std;
#define BLOCK1 1024
#define BLOCK2 10
int _tmain(int argc, _TCHAR*
www.eeworm.com/read/124513/14563871
cpp findfile.cpp
// FindFile.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "FindFile.h"
//#include
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theApp;
using names
www.eeworm.com/read/224861/14565819
m cdp.m
%共中心点道集
clc;
clear;
%define variable
depth=100;
velocity_up=2000;
velocity_down=3000;
offset_min=10;
sample_inter=1;
trace_num=49;
trace_length=600;
density=1;
wave_t=160; %define the wave
www.eeworm.com/read/221754/14722607
asm spwm_table.asm
.INCLUDE Spmc75_regs.inc
.DEFINE V_midpoint 32767
.CODE
.PUBLIC _SPWM_AM_MUL // 幅度变换使用有符号正弦表(无符号900点)
_SPWM_AM_MUL: push bp,bp to [sp]
bp = sp + 1
r2 = [bp+3]