So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficient to create a CAD-application, you ll indeed be able to create a dialog editor. The editor itself is derived
So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficient to create a CAD-application, you ll indeed be able to create a dialog editor. The editor itself is derived
java語言開發的P2P流媒體系統,“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php
這是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 )
ET++ is a portable and homogenous object-oriented class library integrating user
interface building blocks, basic data structures, and high level application framework
components. ET++ eases the building of highly interactive applications with consistent
user interfaces following the direct manipulation principle. The ET++ class library is
implemented in C++ and can be used on several operating systems and window system
platforms. Since its initial conception the class library has been continuously
redesigned and improved. It started with an architecture which was close to MacApp.
During several iterations a new and unique architecture evolved. A byproduct of the
ET++ project is a set of tools, which were designed to support the exploration of ET++
applications at run-time.
設計模式一書引用的主要參考例程,一個跨平臺的應用框架,基于C++實現,是學習面向對象的經典源碼.
Copy gen_jmsn.dll to your Winamp Plugins Directory.
JMSN Auto Nickname Changer plugins support only winamp 2.x version.
[StartUp]
In Tools -> Options.. -> Auto Nickname tabs,
Configure your prefix and postfix besides your mp3 name
And Press Start Button. so nickname changer listener will be started.
[Configure]
If I m listening Marilyn Manson - This Is The New Shit ,
Prefix : Jang-Ho Hwang listen
Postfix: ~*
When winamp song was changed, your nickname will be
Jang-Ho Hwang listen Marylyn Manson - This Is The New Shit~*
[Winamp plugin configure]
In Winamp 2.x, Press Control+P (Preferences).
You will find JMSN Nickname Changer Plug-In v0.7 in
Plug-ins -> General purpose.
Click Configure and set access password.
it will keep your nickname.
Enjoy it
此文件是引文原版的matlab programming
它包括以下內容
Creating and Concatenating Matrices
Accessing Elements of a Matrix
Getting Information About a Matrix
。。。。。
總之包括所有matlab的使用方法
If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones, anti-lock brakes, and even a few toasters. The military uses embedded software to guide missiles, detect enemy aircraft, and pilot UAVs. Communication satellites, deep-space probes, and many medical instruments would have been nearly impossible to create without embedded software.
At can be given its arguments in a file. You can comment
out lines by preceding them with either # or -
characters. This is an easy way to temporarily disable
some commands.
The CONTINUE-command is most useful at the end of the
file. When this command is read, the file is started
again from the beginning. You can use it situations where
the machine is not shut down for the night and you want
to run some commands every day.
Given Perl s natural fit for web applications development, it s no surprise that Perl is also a natural choice for web services development. It s the most popular web programming language, with strong implementations of both SOAP and XML-RPC, the leading ways to distribute applications using web services. But books on web services focus on writing these applications in Java or Visual Basic, leaving Perl programmers with few resources to get them started. "Programming Web Services with Perl" changes that, bringing Perl users all the information they need to create web services using their favorite language.