Floating Window.It is descendant of TCustomPanel. You can:
- Drag on its title bar.
- Set title bar on the left (only for truetype font)
- Show/Hide buttons on title bar
- Expand/shrink window (like tool window in CorelDraw)
A detailed explanation of C# 2.0
An introduction to Visual Studio 2005, a tool set for building Windows and web applications
More than 200 questions and programming exercises to help you better judge your understanding of the material
A greater emphasis on event handling
Information on generics and generic collections
Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same basic design ideas can be adapted and applied to solve common problems. With the help of an expert group of contributors, Martin distills over forty recurring solutions into patterns. The result is an indispensable handbook of solutions that are applicable to any enterprise application platform
這是linux下的進化計算的源代碼。
=== === === === === === === === === === === =====
check latest news at http://eodev.sourceforge.net/
=======================================================================
Welcome to EO, the Evolving Objects library.
The latest news about EO can be found on the sourceforge repository at
http://eodev.sourceforge.net/
In case of any problem, please e-mail us at
eodev-help@lists.sourceforge.net, eodev@egroups.com
To get started, take a look at the tutorial, starting with
./tutorial/html/eoTutorial.html
The easiest way to start programming a new genome with all EO
evolution engines handy is to create a new standalone EO project from
the tutorial/Templates/ directory. Read Lesson 5 of the tutorial for
an introduction )
auxilary files for the Crypt Breakers Workbench (cbw). CBW is
a multi-window integrated workbench of tools that help a cryptanalist
read files encrypted with the BSD4.2 crypt command. Anyone
may copy, modify, use, or redistribute this system. It was
originally written by Robert W. Baldwin at MIT
Jpeg2000編解碼器,附VC、Delphi等常用編程語言的使用例程
J2K-Codec ver 1.9
=== === === === === === === === =====
Make your graphics look better with an easy-to-use
JPEG 2000 decoding component. J2K-Codec can help
game developers, screensaver creators and many
others to improve their products--to achieve better
image quality and reduce installation package size.
The new image compression standard based on wavelet
technology has many interesting features not
available in the old JPEG, such as alpha-channel
and varied resolution levels.
//構造具有指定的標簽的菜單
files = new Menu("文件(F)")
compile = new Menu("編輯(E)")
see = new Menu("查看(V)")
format = new Menu("格式(O)")
font = new Menu("字體和顏色(F)...") //在格式菜單下再添加一個字體及顏色的菜單
help = new Menu("幫助(H)")
//構造具有指定的標簽的菜單項
news = new MenuItem("新建(N)" + " " + "Ctrl+N")
open = new MenuItem("打開(O)..." + " " + "Ctrl+O")
save = new MenuItem("保存(S)" + " " + "Ctrl+S")
other = new MenuItem("另存為(A)...")
page = new MenuItem("頁面設置(U)...")
mim = new MenuItem("打印(P)..." + " " + "Ctrl+P")
quit = new MenuItem("退出(X)")
Capturing low-level network data can be hard in Java, but it s certainly not impossible
If you want to capture network packets in your Java program, you ll need a little help because no parts of the core Java APIAPI give access to low-level network