-
Emdros is a text database middleware-layer aimed at storage and
retrieval of "text plus information about that text." This
information could be linguistic analyses or other annotations. Emdros
provides an abstraction of text that makes it well suited to storing
/syntactic analyses/ of text, but other linguistic information is
supported as well. Emdros comes with a query-language, MQL, that
enables powerful queries. Emdros acts as a middleware-layer between a
client (not provided) and a database back-end. Currently, PostgreSQL,
MySQL, and SQLite (2 and 3) are supported, but other back-ends can
easily be added.
標簽:
text
middleware-layer
information
retrieval
上傳時間:
2014-01-02
上傳用戶:wfeel
-
The emphasis of this book is on real-time application of Synopsys tools, used
to combat various problems seen at VDSM geometries. Readers will be
exposed to an effective design methodology for handling complex, submicron
ASIC designs. Significance is placed on HDL coding styles,
synthesis and optimization, dynamic simulation, formal verification, DFT
scan insertion, links to layout, physical synthesis, and static timing analysis.
At each step, problems related to each phase of the design flow are identified,
with solutions and work-around described in detail. In addition, crucial issues
related to layout, which includes clock tree synthesis and back-end
integration (links to layout) are also discussed at length. Furthermore, the
book contains in-depth discussions on the basics of Synopsys technology
libraries and HDL coding styles, targeted towards optimal synthesis solution.
標簽:
application
real-time
Synopsys
emphasis
上傳時間:
2017-07-05
上傳用戶:waitingfy
-
This simulation script set allows for an OFDM transmission to be
simulated. Imagetx.m generates the OFDM signal, saving it as a
windows WAV file. This allows the OFDM signal to be played out a sound
card and recorded back. Imagerx.m decodes the WAV to extract the
data.
標簽:
transmission
simulation
generates
simulated
上傳時間:
2013-12-24
上傳用戶:希醬大魔王
-
MTK flash TOOL源程序代碼
========== FlashTool v3.1.05 (2007/05/15) =======
Bug fixes:
1. [DA] Fix that DA cannot be loaded on MT6225 for exceeding internal SRAM size.
2. [DA] Fix that NAND download/read-back issue on MT6225 because buffer is linked on TCM.
New features:
1. [DA] Supports new NOR Flash device
[SPANSION] S29WS128P
[SPANSION] S29WS256P
[TOSHIBA] TV00560002DDGB
2. [DA] Supports OTP driver for below NOR Flash device
[SPANSION] S29WS128P
[SPANSION] S29WS256P
Enhancements:
1. [DA] Provide Customized FlashTest_AllInOne_DA.bin.
2. [DA] NFB can auto format after first download.
3. [DA] Improve DA download algorithm: next sector will be erased only when a sector is fully programmed.
4. [DA] Improve DA download algorithm: enable recovery mechanism when press STOP button.
5. [DA] Improve MT6223 Download Speed.
標簽:
FlashTool
flash
fixes
05
上傳時間:
2014-01-04
上傳用戶:xg262122
-
This program is to one-step EEG prediction. it is done by a fuzzy neural network based on a chaotic back propagation training method.
標簽:
prediction
one-step
program
chaotic
上傳時間:
2017-07-15
上傳用戶:風之驕子
-
This program is prepared as an one-step EEG predictor. this is used a fuzzy neural network which is trained by a chaotic back propagation method
標簽:
predictor
is
prepared
one-step
上傳時間:
2013-12-26
上傳用戶:TRIFCT
-
In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determine the greatest common divisor (GCD) of two elements of any Euclidean domain (for example, the integers). Its major significance is that it does not require factoring the two integers, and it is also significant in that it is one of the oldest algorithms known, dating back to the ancient Greeks.
標簽:
algorithm
Euclidean
Euclid
number
上傳時間:
2017-07-17
上傳用戶:戀天使569
-
Two scripts are included here.
1. convsys.m - combines the state space representation of two systems connected in series.
[Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2)
This algorithm gives the convolution of two state space representations
| A1 B1 | | A2 B2 |
u ==> | | ==> | | ==> y
| C1 D1 | | C2 D2 |
The algorithm also accepts state space objects as inputs and gives out a state space object as output.
2. sysfeedbk.m
[Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2)
Gives the closed loop state space representation for two systems connected with negative feedback in the following manner.
| A1 B1 |
u ==> | | ==> y
+ o | C1 D1 | |
- | |
| | A2 B2 | |
|= | |= |
| C2 D2 |
The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.
標簽:
representation
included
combines
scripts
上傳時間:
2017-07-25
上傳用戶:semi1981
-
Learn how to leverage a key Java technology used to access
relational data from Java programs, in an Oracle environment.
Author Donald Bales begins by teaching you the mysteries of
establishing database connections, and how to issue SQL queries
and get results back. You ll move on to advanced topics such as
streaming large objects, calling PL/procedures, and working
with Oracle9i s object-oriented features, then finish with a look at
transactions, concurrency management, and performance
標簽:
Java
technology
relational
leverage
上傳時間:
2017-08-02
上傳用戶:xz85592677
-
Some time ago, I stated in another article that I d take the idea of location broadcasting and develop a mobile solution as a follow-up. The problem back then was I had no means to get location data off of a cell phone, or a way to make it useful. My, how times have changed since then! In this article, I ll demonstrate how to get your phone s GPS coordinates…
標簽:
broadcasting
location
another
article
上傳時間:
2013-12-25
上傳用戶:李夢晗