代码搜索:Digital
找到约 10,000 项符合「Digital」的源代码
代码结果 10,000
www.eeworm.com/read/382283/9039316
c tone.c
/*
* Copyright 2003 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*/
/*
* ======== tone.c ========
*
* This example uses the AI
www.eeworm.com/read/184949/9064009
m fft_hamm.m
N=1024;
L=161;
n=0:L-1;
whm=0.54-0.46*cos(2*pi*n/(L-1));
x(1:L)=xn(21:(20+L)).*whm;
x((L+1):N)=0; %Zero Padding
Xk=abs(fft(x));
XkM=max(Xk);
f=(0:(N/2-1))*fs/N;
Xkh=Xk(1:(N/2))/XkM;
subpl
www.eeworm.com/read/184949/9064022
m a_d.m
L=201;
n=0:L-1;
xn=sin(2*pi*f1*n/fs)+sin(2*pi*f2*n/fs)+sin(2*pi*f3*n/fs)+sin(2*pi*f4*n/fs);
xnM=max(xn);
subplot(2,2,2);
bar(n,xn,0)
AXIS([0 L-1 -1.2*xnM 1.2*xnM]);
xlabel('n')
ylabel('x(n)')
www.eeworm.com/read/381682/9078346
java ledclock.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
//Fu Bin MSN:yonghe169@163.com
public class LedClock{
public static void main(String arg[]){
LedClockWindow ledClockWindow =
www.eeworm.com/read/282611/9080226
txt 计算机英文术语.txt
《计算机英文术语完全介绍》
计算机英文术语完全介绍
1、CPU
3DNow!(3D no waiting)
ALU(Arithmetic Logic Unit,算术逻辑单元)
AGU(Address Generation Units,地址产成单元)
BGA(Ball Grid Array,球状矩阵排列)
BHT(branch prediction table,分支预测表)
B
www.eeworm.com/read/282557/9083440
h panel.h
/****************************************************************************
* File: PANEL.h *
* Description: Header file for Panel
www.eeworm.com/read/183133/9177787
ini setup.ini
[Startup]
AppName=Digital AudioMS Player
ProductGUID=60407792-AA81-4a86-A79D-6E83AEDAE82B
[Languages]
Default=0x0009
count=1
key0=0x0009
www.eeworm.com/read/379683/9188110
vbp cook.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\WINNT\system32\stdole2.tlb#OLE Automation
Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx
Object={831FDD16-0C
www.eeworm.com/read/379580/9192683
h nrf2401.h
#ifndef NRF2401_h
#define NRF2401_h
#include "API.h"
//*********************************************
#define SPI_PORT PORTB
#define SPI_DIR DDRB
#define SPI_IN PINB
//-------------------