代码搜索:Ext
找到约 10,000 项符合「Ext」的源代码
代码结果 10,000
www.eeworm.com/read/184654/9090668
h ext_5131.h
/*H***************************************************************************
* NAME: ext_5131.h
*-----------------------------------------------------------------------------
* $AUTHO
www.eeworm.com/read/282428/9094417
asm fircircfunc_ext.asm
;FIRcircfunc_ext.asm Function using circular buffer in external memory
;A4=newest sample, B4=coefficient address, A6=filter order
;Delay samples organized: x[n-(N-1)]...x[n]; coeff as h(0)...h[N-1
www.eeworm.com/read/282428/9094424
out fircirc_ext.out
www.eeworm.com/read/282428/9094428
pjt fircirc_ext.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Fircirc_ext"
ProjectDir="C:\ti\myprojects\FIRcirc_ext\"
ProjectType=Executable
CPUF
www.eeworm.com/read/282428/9094430
c fircirc_ext.c
//FIRcirc_ext.c C program calling ASM function using circular buffer
#include "bp1750.cof" //BP at 1750 Hz coeff file
int yn = 0; //init filter's output
interr
www.eeworm.com/read/282428/9094432
cmd fircirc_ext.cmd
/*FIRcirc_ext.cmd Linker file for circular buffer in external memory*/
MEMORY
{
VECS: org = 0h, len = 0x220
IRAM: org = 0x00000220, len = 0x0000FDC0
buffer_ex
www.eeworm.com/read/381255/9100326
usr ext_gerber.usr
PCB PHOTOPLOTTER DEFINITION FILE
# Ext GERBER RS274-X WITH ABSOLUTE IMPERIAL COORDINATES IN 2.4 FORMAT
FORMAT 3
MACHINE GERBER RS274-X # Emulator or controller described
www.eeworm.com/read/183830/9135710
c ext2.c
/*
* COPYRIGHT: See COPYRIGHT.TXT
* PROJECT: Ext2 File System Driver for WinNT/2K/XP
* FILE: Ext2.c
* PROGRAMMER: Matt Wu
* HOMEPAGE:
www.eeworm.com/read/183706/9143788
usr ext_gerber.usr
PCB PHOTOPLOTTER DEFINITION FILE
# Ext GERBER RS274-X WITH ABSOLUTE IMPERIAL COORDINATES IN 2.4 FORMAT
FORMAT 3
MACHINE GERBER RS274-X # Emulator or controller described
www.eeworm.com/read/281650/9144025
c getcmd_ext.c
/*
* vivi/drivers/serial/getcmd_ex.c: extended getcmd()
*
* Based on bootldr/getcmd.c
*
* Author: Janghoon Lyu
* Date : $Date: 2004/02/04 06:22:25 $
*
* $Revision: 1.1.1.1 $