ecos RTOS 原理介紹和應(yīng)用開(kāi)發(fā)The design philosophy of eCos was to augment an open-source RTOS (which meant no
per-UNIT royalties) with source-level con?guration tools that would enable embedded developers
to scale their RTOS from hundreds of bytes to hundreds of kilobytes without needing to manu-
ally change a line of source code.
Wireless penetration has witnessed explosive growth over the last two decades.
Accordingly, wireless devices have become much denser per unit area, resulting
in an overcrowded usage of wireless resources. To avoid radio interferences and
packet collisions, wireless stations have to exchange control messages to coordinate
well. The existing wisdoms of conveying control messages could be classified into
three categories: explicit, implicit, or hybrid.
As we enter the next millennium, there are clear technological patterns. First, the
electronic industry continues to scale microelectronic structures to achieve faster
devices, new devices, or more per unit area. Secondly, electrostatic charge, electrostatic
discharge (ESD), electrical overstress (EOS) and electromagnetic emissions (EMI)
continue to be a threat to these scaled structures. This dichotomy presents a dilemma
for the scaling of semiconductor technologies and a future threat to new technologies.
Technological advancements, material changes, design techniques, and simulation can
fend off this growing concern – but to maintain this ever-threatening challenge, one must
continue to establish research and education in this issue.
sheerdns is a master DNS server whose zone records are stored on a One-Record-Per-File bases. Because of this, it is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for dynamic IP address ranges). You never have to restart it; any updates are available immediately without having to notify the sheerdns process. 來(lái)源: http://freshmeat.net/projects/sheerdns/?topic_id=149 sheerdns是一個(gè)主DNS服務(wù)器,它的域記錄保存在一個(gè)One-Record-Per-File(每文件一個(gè)記錄)的庫(kù)中。因此,它是最簡(jiǎn)單的DNS配制,最容易更新,對(duì)于有大量更新的網(wǎng)絡(luò)(如動(dòng)態(tài)IP地址范圍的主服務(wù)器)來(lái)說(shuō)它是最高效的。你不必重新啟動(dòng)它,任何更新不用通知對(duì)應(yīng)DNS進(jìn)程就可以立即生效。
The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories a zlib.dcu file and i felt it was more correct to rename my unit and force developers to have to update their code than to make developers worry about the possible file contention in delphi 6 and 7.
unit Other
interface
Uses Windows,tlhelp32,PsAPI
type
PStrData = ^TStrData
TStrData = record
Ident: Integer
Str: string
end
TUseInfo=record
QQ,
Mail,
Page:string
DL:boolean
end
TSendMailInfo=record
IPAddress,
FAddress,
FName,
FPW,
FCName,
FCPW:string //發(fā)信郵箱檢證用戶(hù)密碼
end
{ FloatToText, FloatToTextFmt, TextToFloat, and FloatToDecimal type codes }