Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on
Windows, Linux/Unix, Mac OS X, and embedded Linux--without making source code changes. With
this book Trolltech insiders have written a start-to-finish Guide to getting great results with the most
powerful version of Qt ever created: Qt 4.1.
Take a strategic approach to software construction—and produce superior products—with this fully updated edition of Steve McConnell s critically praised and award-winning Guide to software development best practices.
Providing a proven set of procedures and heuristics that software developers, technical leads, and project managers can apply to their projects, this Guide will help organizations achieve basic estimation proficiency.
10 C++ Books:
*C++ Timesaving Techniques For Dummies (2005)
*C-C++ Programmer s Reference, 3rd Edition (2003)
*Creating Games In C++ - A Step By Step Guide (2006)
*Cryptography In C And C++ (2001)
*Effective C++, 3rd Edition (2005)
*Exceptional C++ - 47 Engineering Puzzles, *Programming Problems, And Solutions (1999)
*Exceptional C++ Style - 40 New Engineering Puzzles, Programming Problems, And Solutions (2004)
*How Not To Program In C++ (2003)
*Ivor Horton s Beginning Visual C++ 2005 (2006)
*Learn To Program With C++ (2003)
What you always wanted to know about networking but were afraid to ask!
* How the Internet works
* How e-mail, e-learning, and telephony work on the Internet
* What makes a network safe
* How traffic gets from here to there
* Disaster recovery and other ways to keep a network running
* How businesses share data
* See the world of Cisco networking with this illustrated Guide s visual approach to learning
* Useful for both novices and networking professionals
* Covers a broad variety of internetworking topics-from e-mail to VPNs
At last-an illustrated Guide to the world of Cisco networking. Cisco Networking Simplified breaks down the complicated world of internetworking into easy-to-understand parts. Learn quickly and easily the fundamentals of a variety of topics, such as security, IP telephony, and quality of service, from the full-color diagrams and clear explanations found in Cisco Networking Simplified.
Within this book the fundamental concepts associated with the topic of power electronic control are covered alongside the latest equipment and devices, new application areas and associated computer-assisted methods.
*A practical Guide to the control of reactive power systems
*Ideal for postgraduate and professional courses
*Covers the latest equipment and computer-aided analysis
SharpPcap c#抓包實(shí)現(xiàn)時(shí)時(shí)獲取網(wǎng)卡信息
SharpPcap tutorial: a step by step Guide to using SharpPcap
The text of this tutorial is taken directly from WinPcap's official tutorial but is modified to show the C# use of the SharpPcap library. All examples can be downloaded together with SharpPcap source code from SharpPcap 's homepage. The WinPcap library must be installed before attempting to run any of these examples, so please download and install the latest version from WinPcap's download page.
SharpPcap was written and tested using .NET v1.1 and Windows 2000/XP. I have no idea about other .NET and Windows versions. If you do try it, please report your results.
The following topics are covered in this tutorial:
Obtaining the device list
Obtaining advanced information about installed devices
Opening an adapter and capturing packets
Capturing packets without the event handler
Filtering the traffic
Interpreting the packets
Handling offline dump files
Sending Packets
Gathering Statistics on the network traffic
1. Obtaining the device list