Posts Classified under: methods
Methods C#
This lesson introduces you to C# Methods. Our objectives are as follows: • Understand the structure of a method. • Know the difference between static and instance methods. • Learn to instantiate objects. • Learn how to call methods of … Continue reading
Tags: call methods, instantiate objects, methods, parameters, Reference
Author: Dimple | Added November 24, 2010 | 380 Views | 42 Downloads
C# enums
This lesson explains how to use C# enums. Our objectives are as follows: • Understand what an enum is • Be able to create new enum types • Learn how to use enums • Gain familiarity with System.Enum type methods … Continue reading
Tags: C# enums, C++, enum types, enums, methods, SYSTEM
Author: Dimple | Added November 24, 2010 | 319 Views | 3 Downloads
Communication and Synchronization
Communication and synchronization between Java threads is supported via a simple form of monitor. The model is explored in detail, and its strengths and limitations are discussed.
Tags: blocks, communication, methods, statements, Synchronization, Synchronized
Author: Ajay | Added November 24, 2010 | 316 Views | 2 Downloads
Genetic And Evolutionary Methods For Mobile Robot Motion Control And Path Planning
This chapter describes a methodology for applying genetic programming (GP) to design a fuzzy logic steering controller for mobile robot path tracking.
Tags: .Motion, CONTROL, EVOLUTIONARY, GENETIC, methods, MOBILE, PATH, Planning, ROBOT
Author: Vikas | Added November 24, 2010 | 1067 Views | 9 Downloads
A Standard Object-Oriented Solution
This chapter describes a solution based on object orientation. It is not a great solution, but it is a solution that would work.
Tags: implementation, methods, object, Oriented, solution, standard, V1
Author: Vikram | Added November 24, 2010 | 255 Views | 0 Downloads
Techniques for calculating dimensions
In this chapter we bring together some of the basic techniques that are available for dimension calculations.
Tags: BASIC, calculating, DIMENSIONS, finite, measure, methods, Subset, techniques
Author: shobit | Added November 24, 2010 | 261 Views | 0 Downloads
The Microsoft Visual Basic Winsock Control
This chapter describes the Visual Basic Winsock control, a relatively new control whose purpose is to simplify the Winsock interface into an easy-to-use interface natively available from Visual Basic.
Tags: BASIC, CONTROL, events, methods, Microsoft, Properties, visual, Winsock
Author: Rakhi | Added November 24, 2010 | 1146 Views | 7 Downloads
Winsock I/O Methods
This chapter focuses on managing I/O in a Windows sockets application. Winsock features socket modes and socket I/O models to control how I/O is processed on a socket.
Tags: BLOCKING, I/O, INPUT, methods, Mode, Modes, Nonblocking Mode, output, Socket, Winsock
Author: Rakhi | Added November 24, 2010 | 269 Views | 1 Downloads
Upper-Layer Authentication
This chapter reviews several of the major authentication methods. We cover in some detail the way that Transport Layer Security and Kerberos V5 work and how they can be applied to Wi-Fi network security.
Tags: Asymmetric, Authentication, introduction, Keys, Layer, methods, Symmetric Keys, Upper
Author: Shilpa | Added November 24, 2010 | 474 Views | 0 Downloads
Numerical Methods
Numerical methods are algorithms in numerical analysis. Numerical analysis is the study of problems in which numbers and approximation play an especially significant role.
Tags: Algorithms, analysis, Least-squares estimation, methods, Numerical, Polynomial interpolation
Author: Nikhil | Added November 24, 2010 | 1611 Views | 10 Downloads