代码搜索:舒服点
找到约 10,000 项符合「舒服点」的源代码
代码结果 10,000
www.eeworm.com/read/381785/9071752
cpp fft.cpp
//输入内容可在put_in内设置,最高1024点的fft
#include
#include
#include
#include
#include
//#include
#define pi 3.1416
double x[1024],y[1024
www.eeworm.com/read/184661/9090282
cpp bookmanage_file.cpp
// BookManage_FILE.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "BookManage_FILE.h"
//下面定义了一个比较函数指针数组
bool (*sort_func_addrs[4])(const BookRecord&, const BookRecord&) = {
www.eeworm.com/read/282423/9095643
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/282293/9104630
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/380700/9134712
frm form2.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Begin VB.Form Form2
Caption = "点信息"
ClientHeight = 6315
ClientLeft = 60
Cl
www.eeworm.com/read/380425/9150035
cpp process.cpp
// process.cpp : 定义控制台应用程序的入口点。
#include
#include
#include
#include
#include
#define PROCESS_NUM 5
#define PROCESS_TIME 50
/*
* 进程状态
www.eeworm.com/read/378850/9214546
m qpskzlpbeifen.m
function qpskzlp
clear all
close all
N=20; %随机数点数20
td=0.1;
f0=3000;
wc=2e4*pi;
x=randint(1,N,[0,1]);
g=100; %一个矩形电平采样点
%并串转
www.eeworm.com/read/378417/9231836
cpp p294.cpp
#include "p292.cpp"
#include "iostream.h"
template
void AOVGraph::TopologicalSort ( )
{
//对n个顶点的AOV网进行拓扑排序。top是入度为零顶点栈的栈顶指针。
int top
www.eeworm.com/read/378041/9253094
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));
%噪声功率