CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - feature
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 - feature - List
[
ELanguage
]
CodeFormatter 1.0
DL : 0
用c#写的小程序,关于c语音词法分析的,功能很简陋,大家看看吧-use small programs written in that voice on the c lexical analysis, feature very simple, we look at it
Date
: 2008-10-13
Size
: 88.94kb
User
:
xup
[
ELanguage
]
org.python.pydev.feature-src-1_3_9
DL : 0
Python Development Environment (Python IDE plugin for Eclipse). Features editor, code completion, refactoring, outline view, debugger, and other goodies - check http://pydev.sf.net)
Date
: 2008-10-13
Size
: 5.73mb
User
:
林
[
ELanguage
]
org.python.pydev.feature-src-1_3_9
DL : 0
Python Development Environment (Python IDE plugin for Eclipse). Features editor, code completion, refactoring, outline view, debugger, and other goodies - check http://pydev.sf.net) -Python Development Environment (Python IDE plugin for Eclipse). Features editor, code completion, refactoring, outline view, debugger, and other goodies- check http://pydev.sf.net)
Date
: 2026-01-10
Size
: 5.72mb
User
:
林
[
ELanguage
]
MPLABC30
DL : 0
代码保护功能处于持续发展中。Microchip 承诺将不断改进产品的代码保护功能。任何试图破坏Microchip 代码保护功能的行为均可视 为违反了《数字器件千年版权法案(Digital Millennium Copyright Act)》。如果这种行为导致他人在未经授权的情况下,能访问您的 软件或其他受版权保护的成果,您有权依据该法案提起诉讼,从而制止这种行为。-Code protection in sustainable development. Microchip is committed to continuous improvement of the code protection. Any attempt to undermine the Microchip s code protection feature may act as a breach of the Digital Millennium Copyright Act (Digital Millennium Copyright Act) . If such acts lead to others without authorization, can access your software or other copyright-protected results, you have the right to sue under the Act, in order to curb such behavior.
Date
: 2026-01-10
Size
: 971kb
User
:
舒理
[
ELanguage
]
Javascanner
DL : 0
完成Java的此法分析功能,检查语法错误,并提示错误所在的行号。-Java complete analysis of this feature to check grammar errors, and prompts an error where the line number.
Date
: 2026-01-10
Size
: 1.12mb
User
:
高经纬
[
ELanguage
]
NFAtoDFA
DL : 0
实现DFA转化为NFA,功能比较简单,但程序结构比较合理-DFA implementation into NFA, feature relatively simple, but the program structure more reasonable
Date
: 2026-01-10
Size
: 2kb
User
:
duoduo
[
ELanguage
]
ADC
DL : 0
I program this code for ADC feature in ARM family
Date
: 2026-01-10
Size
: 45kb
User
:
dung
[
ELanguage
]
autoquick_src
DL : 0
flex3.0做前端技术开发,包含源代码,实现自动播放音乐的功能,可以开始、暂停,停止等。-flex3.0 to do front-end technology development, including source code, automatic music feature, you can start, pause, stop and so on.
Date
: 2026-01-10
Size
: 45kb
User
:
lifenxiang
[
ELanguage
]
20080108103305384
DL : 0
本系统是采用EDA技术设计的一个简易的八音符电子琴和音乐发生器,该系统基于计算机中时钟分频器的原理,采用自顶向下的设计方法来实现,它可以通过按键输入来控制音响。系统由乐曲自动演奏模块、乐器演示模块琴/乐功能选择模块、音调发生模块和数控分频模块五个部分组成。系统实现是用硬件描述语言VHDL按模块化方式进行设计,然后进行编程、时序仿真、整合。本系统功能比较齐全,有一定的使用价值.-The system is designed using EDA technology with a simple eight-note keyboard and music generator, the system clock divider based on the principle of the computer, using top-down design approach to achieve, it can control the audio through the key input to . The system automatically performed by the music module, instrument module piano demo/music feature selection module, tone modules, and numerical control frequency occurrence module of five parts. System implementation is to use hardware description language VHDL modular way by design, then programming, timing simulation, integration. The system functions and it has some value.
Date
: 2026-01-10
Size
: 49kb
User
:
123
[
ELanguage
]
bianyi
DL : 0
编译脚本带有专业的水平,带编译功能带编译功能-Compile the script with a professional level, with the compilation feature
Date
: 2026-01-10
Size
: 1kb
User
:
账
[
ELanguage
]
bf
DL : 0
brainfuck语言解释器,可以说是功能最简单的解释器了。修改了bug,删除了无效代码。解释器自动扩展内存,没有代码与数据长度限制。-brainfuck language interpreter, we can say is the most feature a simple interpreter. Modify the bug, deleted invalid code. Interpreter automatically extended memory, there is no code and data length limitations.
Date
: 2026-01-10
Size
: 2kb
User
:
sunjunyu
[
ELanguage
]
tcc-0.9.25.tar
DL : 0
A c compiler source code. Tiny C Compiler feature: SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. SAFE! tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included. C script supported : just add #!/usr/local/bin/tcc -run at the first line of your C source, and execute it directly from the command line. With libtcc, you can use TCC as a backend for dynamic code generation.-A c compiler source code. Tiny C Compiler feature: SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. SAFE! tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included. C script supported : just add #!/usr/local/bin/tcc-run at the first line of your C source, and execute it directly from the command line. With libtcc, you can use TCC as a backend for dynamic code generation.
Date
: 2026-01-10
Size
: 433kb
User
:
Steven Hu
[
ELanguage
]
GLPS
DL : 0
帮助计算功率谱熵,可以提取故障特征向量。等内容-Help calculate the power spectrum entropy can be extracted fault feature vectors. , Etc.
Date
: 2026-01-10
Size
: 2kb
User
:
chaolongchen
[
ELanguage
]
cvgabor
DL : 0
用VC实现的Gabor纹理提取器,注释清楚,是一个很经典的Gabor处理,可以多角度多尺度提取Gabor特征-Gabor texture extractor with VC, comments, is a classic Gabor processing can multi-angle multi-scale extraction Gabor feature
Date
: 2026-01-10
Size
: 6kb
User
:
张组织
[
ELanguage
]
UxSQLParser
DL : 0
SQL解析器源代码,功能丰富。可以自定义运算操作符,自定义数据源-The SQL parser source code, feature-rich. Arithmetic operator can customize, custom data source
Date
: 2026-01-10
Size
: 32kb
User
:
邱永红
[
ELanguage
]
Zernik
DL : 0
Zernike moments are insensitive to translation, rotation and scaling which preserves the information contained in the images. They also reduce noise and redundancy in feature vectors.
Date
: 2026-01-10
Size
: 36kb
User
:
salma
[
ELanguage
]
New-folder-(2)
DL : 0
2 Introduction This educational software simulates an Ad-hoc network with AODV algorithm, it uses a high level view and only works in Routing layer. it has a user-friendly graphical user interface and has been written in java language. Here is some of its features: · Platform independent because of implementation in java language. · interactive user interface (user can change nodes arrangement during the simulation) · Drag&Drop feature · Searching nodes by their name · Automatic parameter setter : user can specify each node parameters: at least should see how many nodes and if their connection is bidirectional. Then the application fills automatically the nodes power, IP and name. · Independence of UI and simulation engine so developers can use another user interface for that engine. · Logging the state of each node · Animated UI Developing characteristics: · Java based · Logging with Log4j · Thread based-2 Introduction This educational software simulates an Ad-hoc network with AODV algorithm, it uses a high level view and only works in Routing layer. it has a user-friendly graphical user interface and has been written in java language. Here is some of its features: · Platform independent because of implementation in java language. · interactive user interface (user can change nodes arrangement during the simulation) · Drag&Drop feature · Searching nodes by their name · Automatic parameter setter : user can specify each node parameters: at least should see how many nodes and if their connection is bidirectional. Then the application fills automatically the nodes power, IP and name. · Independence of UI and simulation engine so developers can use another user interface for that engine. · Logging the state of each node · Animated UI Developing characteristics: · Java based · Logging with Log4j · Thread based
Date
: 2026-01-10
Size
: 165kb
User
:
Ravi kumar
[
ELanguage
]
Canny
DL : 0
实现图像的边缘检测,提取图像的特征信息,为后面图像处理做准备。-Image edge detection, feature extraction of image information, preparing for following image processing.
Date
: 2026-01-10
Size
: 256kb
User
:
wang
[
ELanguage
]
cpp_hough
DL : 0
The Hough transform is a feature extraction technique used in image analysis, computer vision, and digital image processing
Date
: 2026-01-10
Size
: 29kb
User
:
AMEL
[
ELanguage
]
getzcfeat
DL : 0
zero crossing feature extraction
Date
: 2026-01-10
Size
: 1kb
User
:
Hessam
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.