Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.165.683 Times

Resume Objective Examples software
Filter: All | Freeware | Demo
 

Resume Objective Examples

< 1 2 3 4 5 > 
Added: April 24, 2013 | Visits: 526

3D Plots of Normalized Array Factor Examples This code takes an expression for a normalized AF in spherical coordinates and creates a 3D plot in cartesian coordinates. Examples are specific to Antenna Theory and Design (2nd Ed) by Stutzman and Thiele.



Platforms: Matlab

License: Freeware Size: 10 KB Download (43): 3D Plots of Normalized Array Factor Examples Download

Added: April 02, 2013 | Visits: 400

NSGA - II: A multi-objective optimization algorithm NSGA-II is a very famous multi-objective optimization algorithm. I submitted an example previously and wanted to make this submission useful to others by creating it as a function. Even though this function is very specific to benchmark problems, with a little bit more modification this can be...





Platforms: Matlab

License: Freeware Size: 10 KB Download (48): NSGA - II: A multi-objective optimization algorithm Download

Added: May 25, 2013 | Visits: 347

Barnes objective analysis REFERENCESBarnes, S. L. (1994) Applications of the Barnes objective analysisscheme. Part I: effects of undersampling, wave position, and station randomness. J. of Atmos. and Oceanic Tech., 11, 1433-1448.Daley, R. (1991) Atmospheric data analysis, Cambridge Press, New York. Section 3.6.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Barnes objective analysis Download

Added: August 19, 2013 | Visits: 536

Multi-Objective Optimizaion using Evolutionary Algorithm Conventional optimization algorithms using linear and non-linear programming sometimes have difficulty in finding the global optima or in case of multi-objective optimization, the pareto front. A lot of research has now been directed towards evolutionary algorithms (genetic algorithm, particle...


Platforms: Matlab

License: Freeware Size: 368.64 KB Download (54): Multi-Objective Optimizaion using Evolutionary Algorithm Download

Added: September 02, 2013 | Visits: 420

Generalized Objective Function In order to optimize any MATLAB function, there are two options: 1) rewrite the function to take only 1 array of inputs, reading all others from a file, perhaps, or from a global variable (undesirable), or 2) write an interface layer that handles this.This function provides an interface layer...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Generalized Objective Function Download

Added: June 04, 2013 | Visits: 407

Harmony Element Algorithm We propose a new global optimization algorithm based on a harmony search scheme, termed as harmony element string algorithm (abbreviated as HEA). The algorithm has five fundamental features: (1) The states of the system is represented by strings of elements {0,1,2,3,4} and hence the search of the...


Platforms: Matlab

License: Freeware Size: 276.48 KB Download (42): Harmony Element Algorithm Download

What's New for Object-Oriented Programming in MATLAB Webinar - Code Examples These are the code examples used in the "What's New for Object-Oriented Programming in MATLABdlT«" webinar, which described the new object oriented features in Release 2008a.To use the code, add the top folder to your path. See the test* M-files and associated published HTML reports for code...


Platforms: Matlab


Minimum settling time control design through direct search optimization methods See paper "Minimum settling time control design through direct search methods" (preprint on http://arxiv.org/abs/1109.5966) by the same author.The settling time of a closed-loop response, depending on controller parameters, is an objective function not only non-smooth but actually discontinuous....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Minimum settling time control design through direct search optimization methods Download

Added: August 09, 2013 | Visits: 551

Generate many examples of Ramanujam's Diophantine Equation This programme is about finding many examples of Ramanujam's Diophantine Equation. For mathematical formulas used in making this programme, I have referred to the article MATHEMATICAL MINIATURE 9.pdf by John Butcher, butcher@math.auckland.ac.nz.To circumvent the problem of editing the Greek...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Generate many examples of Ramanujam's Diophantine Equation Download

Added: April 30, 2013 | Visits: 525

Object oriented programming examples Examples of classes inheritance, public and private attributes and methods from chapter 5.7 of the new edition of book by Bogumila and Zbigniew Mrozek. Comments are in Polish and English language.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (38): Object oriented programming examples Download

Added: April 06, 2013 | Visits: 564

trapz and quad basic examples Basic examples of using trapz and quad to evaluate the integral of two simple known functions between defined limits.A for loop is used to loop over the upper limits of integration. The results are compared to show the greater accuracy, efficiency and ease of use of quad for a known function


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): trapz and quad basic examples Download

Added: August 28, 2013 | Visits: 598

DAQmx examples Examples of using matlab to talk to a National Instruments (NI)DAQ card _without_ the 'data acquisition toolbox'I have mainly used code and examples from Jens Roesner here:http://www.jr-worldwi.de/work/matlab/index.htmlHowever, I had to make a few slight tweaks to get it to work for me. I have...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (44): DAQmx examples Download

Added: June 14, 2013 | Visits: 359

GUI Examples using Nested Functions These two examples, which were originally posted in the MATLAB newsgroup comp.soft-sys.matlab, demonstrate how to use the nested function capability of MATLAB 7.0 (R14) and later versions to reduce the number of parameters that need to be passed into and between callbacks inside a GUI M-file....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): GUI Examples using Nested Functions Download

Added: July 30, 2013 | Visits: 409

Objective-Zip Objective-Zip is a simple set of classes that simplify the use of ZLib and MiniZip, i.e.: zipping/unzipping of files, under the iPhone SDK. It is made to be simple and straightforward, and exposes the same functionalities that MiniZip does. It is distributed under new BSD license, and is...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (38): Objective-Zip Download

Added: June 30, 2013 | Visits: 281

Objective IOC Dependency injection for objective-c. Objective IOC is compiled as a static library. So you can add it to your project as "dependent project". Clone project somewhere with git://github.com/mivasi/Objective-IOC.git Locate the "IOC.xcodeproj" file under "src/". Drag IOC.xcodeproj and drop it...


Platforms: Mac

License: Freeware Size: 92.16 KB Download (36): Objective IOC Download

Added: August 29, 2013 | Visits: 285

FunctionKit In the past, I have been rather fond of writing about FunctionalKit (library for bringing functional programming constructs to Objective-C). In the past, I have done a lot of work on my own fork of the project, but I have brought that to a close, because I have something that interests me much...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (36): FunctionKit Download

Added: October 29, 2013 | Visits: 329

Objective Git Objective Git provides Objective-C bindings to the libgit2 linkable C Git library. It has been implemented as a framework right now. This is a good reference for setting up frameworks in xcode This library follows the rugged API as close as possible while trying to maintain a native objective-c...


Platforms: Mac

License: Freeware Size: 1.64 MB Download (37): Objective Git Download

Added: November 29, 2013 | Visits: 334

Config::Objective Config::Objective is a Perl module that provides a mechanism for parsing config files to manipulate configuration data. Unlike most other config file modules, which represent config data as simple variables, Config::Objective represents config data as perl objects. This allows for a much more...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (41): Config::Objective Download

Added: April 04, 2006 | Visits: 3.783

Paraben's Resume Wizard Paraben's Resume Wizard is a powerfull resume building program. Using a wizard format, you can enter the information for your resume step-by-step and instantly publish a professional looking program to HTML. Print it, post it on the Internet, or send it to potential employers by email. You don't...



License: Shareware Cost: $19.95 USD Size: 10.27 MB Download (666): Paraben's Resume Wizard Download

Added: November 07, 2006 | Visits: 5.228

EasyJob The EasyJob resume builder program is an expert system that will give you an advantage over other job applicants. Just imagine having access to a highly experienced professional resume writer who will work with you as many hours as you want and need, and for onlyone affordable payment. It's like...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 10.14 MB Download (284): EasyJob Download

< 1 2 3 4 5 >