代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/356619/10223956
c main.c
//IO说明:P3 数码管 , P4 按键4x4
//注意 :时钟对程序扫描的影响很大
#include
#define uchar unsigned char
#define uint unsigned int
#define led BIT7
const uchar segment[16]={0xc0,0xf9,0xa4,0xb0,
www.eeworm.com/read/162354/10311583
ucf top.ucf
#####################
# clock constraints #
#####################
#
#specifying clock periods
#133 MHz
NET "sys_clk" PERIOD = 7.5ns ;
NET "fpga_clk" PERIOD = 7.5ns ;
NET "fpga_clk2x" PERIOD
www.eeworm.com/read/425210/10370322
c nf_mngt.c
//! @file nf_mngt.c,v
//!
//! Copyright (c) 2004 Atmel.
//!
//! Please read file license.txt for copyright notice.
//!
//! @brief This file contains the high level management for nand-flash
//!
www.eeworm.com/read/352960/10487554
c simple_idct_alpha.c
/*
* Simple IDCT (Alpha optimized)
*
* Copyright (c) 2001 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/423217/10578990
_deps
H 2141964 10 1 0 3 3 0 0 0 0
L 4 work 4 work
D 13 work.receiver
www.eeworm.com/read/276620/10722807
c mutex_unix.c
/*
** 2007 August 28
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/349103/10851298
scr recompile.scr
/*************************************************************/
/* Script to recompile the design with high effort compile */
/* options set. */
/*
www.eeworm.com/read/349103/10851426
scr recompile.scr
/*************************************************************/
/* Script to recompile the design with high effort compile */
/* options set. */
/*
www.eeworm.com/read/274792/10852187
m ex3.m
clear;
clc;
t=0:1/600:1023/600;
A=1;B=1;fb=7;fa=100;
x=A*(1+B*cos(2*pi*fb*t)).*cos(2*pi*fa*t);
figure(1)
plot(t,x);
axis([0 1 -2 2]);
%alpha=2*pi/300;
T=300;
max_tau=0;
R=cyclic_autocorrela