代码搜索:舒服点
找到约 10,000 项符合「舒服点」的源代码
代码结果 10,000
www.eeworm.com/read/377354/9279291
cpp p294.cpp
#include "p292.cpp"
#include "iostream.h"
template
void AOVGraph::TopologicalSort ( )
{
//对n个顶点的AOV网进行拓扑排序。top是入度为零顶点栈的栈顶指针。
int top
www.eeworm.com/read/376977/9298880
cpp circle.cpp
// Point.h文件 Point类的声明
#ifndef POINT_H
#define POINT_H
class Point
{ int x, y; //点的x和y坐标
public:
void SetPoint( int, int ); // 设置坐标
int GetX() { return x; } // 取x坐标
int GetY() { retu
www.eeworm.com/read/376900/9301601
m kuopin.m
%对序列进行扩频
%x只能是随机点,不能是电瓶形式
function [sqe,z11,z22]=kuopin(y1,y2,connections,T,Ts)
N=0.001/T;
fs=1/Ts;
tdi=0:2*Ts:(N*T)-Ts;
%================================================================
www.eeworm.com/read/180068/9321534
asm fir.asm
.include 240x.h
.global start,FIR
.data
.include "lowpass.inc" ;低通滤波器系数(32个)
N .set 32 ;32点FIR滤波
DPTRI .set 8000h ;输入波形地址
DPTRO .set 0a000h ;输出波形地址
i
www.eeworm.com/read/374320/9409342
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/372666/9498962
cpp pl0_compiler.cpp
// PL0_Compiler.cpp : 定义控制台应用程序的入口点。
//高凯 34211504
#include "stdafx.h"
#include
#include
#include
#include
#include "pl0.h"
using namespace std;
www.eeworm.com/read/175850/9529113
cpp 混沌密码加密bmp图像.cpp
// 混沌密码加密BMP图像.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "math.h"
#include
using namespace std;
double A;
double Xb;
double Xn;
//生成混沌序列x[8]
void product_x(double
www.eeworm.com/read/365487/9861351
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
www.eeworm.com/read/365487/9861371
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