代码搜索:信号链
找到约 10,000 项符合「信号链」的源代码
代码结果 10,000
www.eeworm.com/read/294323/8240152
m myfft1.m
function y=myfft1(x_ori,M)
%---------------------------------------输入原始信号,正弦函数频率为5--------------------------------%
% t=linspace(1,100,512)/100; %
www.eeworm.com/read/367521/9743802
m fm1.m
fc = 150; %载波频率
fs = 800; %采样频率
t = (0 :0.001:0.15); %时间区域
x = sin(2*pi*30*t); %输入信号
plot(t,x);
www.eeworm.com/read/269146/11108291
c ad9851.c
/*************************DDS信号源芯片AD9851****************/
/* 采用IO口方式:
单片机 ---- AD9851
P2^6 ---- W_CLK
www.eeworm.com/read/236515/14013043
m sfmestimation_main.m
%单频信号频率估计主函数
%
%*********************************************************
clear all;
close all;
clc;
%*******************************************************
fs=100e6; %采样频率100MHz
deltt=1/f
www.eeworm.com/read/391067/8423527
txt 用hash搜索api演示.txt
标 题: 【原创】用Hash搜索API演示
作 者: nonsenser
时 间: 2006-05-15,00:13
链 接: http://bbs.pediy.com/showthread.php?t=25591
.386
.model flat,stdcall
option casemap:none
include user32.inc
includelib user3
www.eeworm.com/read/391067/8423624
txt 仿od插件的一个窗口管理工具源码.txt
标 题: 呵呵,仿OD插件的一个窗口管理工具源码。
作 者: 小虾
时 间: 2006-04-06,09:29
链 接: http://bbs.pediy.com/showthread.php?t=23676
;
www.eeworm.com/read/382947/8987560
h c4-3.h
// c4-3.h 串的块链存储表示
#define CHUNK_SIZE 4 // 可由用户定义的块大小
struct Chunk
{
char ch[CHUNK_SIZE];
Chunk *next;
};
struct LString
{
Chunk *head,*tail; // 串的头和尾指针
int curlen; // 串的当
www.eeworm.com/read/181815/9236485
h c9-4.h
// c9-4.h 双链树的存储结构
#define MAXKEYLEN 16 // 关键字的最大长度
struct KeysType // 关键字类型
{
char ch[MAXKEYLEN]; // 关键字
int num; // 关键字长度
};
struct Record // 记录类型
{
KeysType key; // 关键字
www.eeworm.com/read/372391/9512120
h c9-4.h
// c9-4.h 双链树的存储结构
#define MAXKEYLEN 16 // 关键字的最大长度
struct KeysType // 关键字类型
{
char ch[MAXKEYLEN]; // 关键字
int num; // 关键字长度
};
struct Record // 记录类型
{
KeysType key; // 关键字
www.eeworm.com/read/366495/9811718
h c9-4.h
// c9-4.h 双链树的存储结构
#define MAXKEYLEN 16 // 关键字的最大长度
struct KeysType // 关键字类型
{
char ch[MAXKEYLEN]; // 关键字
int num; // 关键字长度
};
struct Record // 记录类型
{
KeysType key; // 关键字