CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - filter
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
assembly language
SCSI-ASPI
ELanguage
Disk Tools
Speech/Voice recognition/combine
Editor
Anti-virus
MultiLanguage
MPI
source in ebook
Delphi VCL
OS Develop
MiddleWare
MacOS develop
LabView
e-language
python
Search - filter - List
[
ELanguage
]
FIR
DL : 0
FIR滤波器,经过编译!!!!!!无密码,解压就可用-FIR filter, after the compiler! ! ! ! ! ! No password, decompression can be used
Date
: 2026-01-08
Size
: 1kb
User
:
王勤儒
[
ELanguage
]
cifafenxi
DL : 0
词法分析器的实现,1) 输入:字符串(待进行词法分析的源程序),输出:由(种别码,自身值)所组成的二元组序列。 2) 功能: a. 滤空格 b. 识别保留字 c. 识别标识符 d. 拼数 e. 拼复合单词: 例如: >=、 <=、 := 3) 检查如下错误: a. 程序语言的字符集以外的非法字符 b. 单词拼错,如9A88,而对于将begin拼写成begon的错误,只须把begon当成标识符即可 -Lexical analyzer realize, 1), type: string (to be carried out lexical analysis of source code), output: from (other kinds of code, its own value) which consists of binary sequences. 2) Function: a. filter b. Identification of spaces reserved words c. hard d. identifier to identify a number of e. hard compound word: For example:
Date
: 2026-01-08
Size
: 1kb
User
:
刘月
[
ELanguage
]
scanner
DL : 0
用 C++ 作为宿主语言完成: Java语言词法分析器的设计和实现 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Using C++ as the host language to complete: Java language lexical analyzer of the design and implementation of the use of DFA to achieve the design of lexical analyzer the realization of the Notes on the Java source code in the filter the use of two pairs of semi-buffer read from the document the words one by one lexical analysis of flow properties of the word stored in a separate document (file name: scanner_output) in statistical source of the number of words per line and the word number of source files with the report of lexical errors and error location (line number and the source line characters) of the function
Date
: 2026-01-08
Size
: 245kb
User
:
房兴华
[
ELanguage
]
ASK
DL : 0
通过本课程设计使学生深入理解和掌握ASK通讯系统的各个关键环节,包括基带信号形成、调试、解调、滤波、传输、噪声对通信质量的影响等。在数字信号处理实验课的基础上更加深入地掌握数字滤波器的设计原理及实现方法。使学生对ASK系统各个关键点的信号波形及频谱有深刻的认识。-Through the curriculum design so that students understand and grasp the depth of communication systems ASK all key links, including the formation of base-band signals, debugging, demodulation, filtering, transmission, noise on the communication quality and so on. In digital signal processing based on the experimental classes more in-depth grasp of the principle of digital filter design and implementation. ASK students to the key points system and the signal waveforms have a deep understanding of the spectrum.
Date
: 2026-01-08
Size
: 1kb
User
:
萧潇
[
ELanguage
]
chepaidingweixidong
DL : 0
1.采集到的车牌照图片使用的是24位RGB的BMP位图,即真彩图。需要将其转化为256级灰度图像。 2.将灰度图像转换成为二值图像。 3.去除噪声采用的方法:中值滤波、直方图均衡。 4.数学形态学的基本思想是用具有一定形态的结构元素去度量和提取图像中的对应形状以达到对图像分析和识别的目的。-1. Collection of vehicle license plate image using a 24-bit RGB bitmap in BMP, that is true color. Needs to be converted into 256 gray-scale image. 2. Will become a gray-scale image is converted binary image. 3. The methods used to remove noise: median filter, histogram equalization. 4. The basic idea of mathematical morphology is the structure of a certain form elements to measure and extract the corresponding image in order to achieve the shape of the image analysis and identification purposes.
Date
: 2026-01-08
Size
: 4.28mb
User
:
李国庆
[
ELanguage
]
java-scanner
DL : 0
用C语言(或 C++ )作为宿主语言完成: Java语言词法分析器的设计和实现 其中具体要求: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Using C language (or C++) as the completion of the host language: Java language lexical analyzer in which the design and implementation of specific requirements: 1. The use of DFA to achieve the design of lexical analyzer 2. The realization of the Java source code of the filter in the Notes 3. the use of two pairs of semi-buffer read from the document the words one by one 4. lexical analysis of flow properties of the word stored in a separate document (file name: scanner_output) in 5. statistical source of the number of words per line and the source document word number 6. with the report of lexical errors and error location (source code line number and the character) of the function
Date
: 2026-01-08
Size
: 5kb
User
:
kjs
[
ELanguage
]
Sobel
DL : 0
Sobel Image Filter C6416
Date
: 2026-01-08
Size
: 546kb
User
:
Uday
[
ELanguage
]
LexicalAnalyzer
DL : 0
Java语言词法分析器的设计和实现 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Lexical analyzer Java Language Design and Implementation 1. The use of DFA to achieve the design of lexical analyzer 2. The realization of the Java source code of the filter in the Notes 3. The use of two pairs of semi-buffer read from the document the words one by one 4. lexical analysis of flow properties of the word stored in a separate document (file name: scanner_output) in 5. statistical source of the number of words per line and the word number of source files 6. with the report of lexical errors and error location (source line number and the character) of the function
Date
: 2026-01-08
Size
: 910kb
User
:
cher
[
ELanguage
]
MICROCHIP.Digital.Filter.Design
DL : 0
MICROCHIP Digital Filter Design.torrent software
Date
: 2026-01-08
Size
: 6kb
User
:
Mr
[
ELanguage
]
cifafenxiqi
DL : 0
实现一个词法分析器,词法分析程序的主要任务是从左到右扫描每行源程序,拼成单词,换成统一的内部表示 (token)输出,送给语法分析器。具体包括: –组织源程序的输入; –按规则拼单词,并转换成二元形式; –滤掉空白符,跳过注释、换行符及一些无用的符号(如字符常数的引号) (实验一已完成); –进行行列计数,用于指出出错的行列号,并复制出错部分; –列表打印源程序; –发现并定位词法错误; –生成符号表。token 文件和符号表用作语法分析的输入部分。 -Implement a lexical analyzer, lexical analysis program' s main task is scanned from left to right each line source, makes up words, and replaced with a unified internal representation (token) output, given parser. These include:- Organization of the input source - word fight by the rules, and converted into binary form - filter out the blank character, skip notes, line breaks and some useless symbols (such as character constants quotation marks) (experimental 1 has been completed) - to the ranks of count, the ranks for that error number, and copy the wrong part of it - list of print source - find and locate lexical errors - generate symbol table. token file and symbol table as part of parsing the input.
Date
: 2026-01-08
Size
: 28kb
User
:
何娜
[
ELanguage
]
Median_Filter.Source_Code
DL : 0
This the sample code for median filter-This is the sample code for median filter
Date
: 2026-01-08
Size
: 1kb
User
:
Alfred
[
ELanguage
]
MULTI
DL : 0
its a matlab code to implement a matched filter for a single user and get a ber versus snr plot. uses 31 length 5 gold sequences for cdma.
Date
: 2026-01-08
Size
: 1kb
User
:
sneha
[
ELanguage
]
filtercode
DL : 0
lms filter for adaptive noise cancellation
Date
: 2026-01-08
Size
: 1kb
User
:
Eminem
[
ELanguage
]
bilinear
DL : 0
Hi, this is iir filter design-Hi, this is iir filter design......
Date
: 2026-01-08
Size
: 3kb
User
:
ramesh
[
ELanguage
]
MAX260program
DL : 0
可编程滤波器的程序;带数码管显示;三个按键;max262;经过测试-max262 tested programable filter
Date
: 2026-01-08
Size
: 124kb
User
:
李东去
[
ELanguage
]
Procedures-based-on-MAX262-filter
DL : 0
Procedures based on MAX262 filter
Date
: 2026-01-08
Size
: 1kb
User
:
yuan
[
ELanguage
]
Wiener-filter
DL : 0
Wiener filter code in matlab
Date
: 2026-01-08
Size
: 14kb
User
:
RANDHAWA
[
ELanguage
]
Simple-FIR-Filter-in-Matlab
DL : 0
This is a simple FIR Filter that is written in MATLAB. This code had made by Dr Pooya Torkzadeh.
Date
: 2026-01-08
Size
: 8kb
User
:
emran
[
ELanguage
]
KALMAN-FILTER
DL : 0
自己整理的关于卡尔曼滤波的一些经典论文,资料和程序,对于初学卡尔曼滤波的人有很大的帮助。-His finishing some classic papers about kalman filtering, data and programs, for beginners of kalman filter has a lot of help.
Date
: 2026-01-08
Size
: 12.21mb
User
:
赵建伟
[
ELanguage
]
FIR-filter-design-kaiser-window-LPF
DL : 0
FIR filter design kaiser window LPF
Date
: 2026-01-08
Size
: 1kb
User
:
Srini
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.