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.481.147 Times

Petrochina Value Chain freeware
Filter: All | Freeware | Demo
 

Petrochina Value Chain

< 1 2 3 4 5 > 
Added: June 04, 2013 | Visits: 518

UK Power Value Neutral hedge Simple example showing how a value neutral hedge is determined for the UK power (electricity) markets.HedgeControl Function for power hedging of Balance of Month, Monthly and Seasonal products based on value forward preservation hedging, i.e. uses the forward curve to determine the value neutral... Platforms: Matlab

License: Freeware Size: 112.64 KB Download (51): UK Power Value Neutral hedge Download

Added: May 19, 2013 | Visits: 676

Normal gravity value using Somigliana's formula NGRAV computes the normal gravity value (in m/sec^2 unit) of a point with the geodetic latitude defined in GRS80 ellipsoid,which is the more up-to-date and internationally adopted reference ellipsoid.The normal gravity value is used for the computation of the gravity anomaly which removes the... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Normal gravity value using Somigliana's formula Download

Added: May 01, 2013 | Visits: 550

Absolute-Value Output Circuit Simulation of Absolute-Value Output Circuit is carried out with operational amplifier,diodes and other components available in Simscape 2.1 version. Regardless of the polarity of the input signal, the output of the circuit is always positive going and this is displayed in the scopes. Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Absolute-Value Output Circuit Download

Added: September 05, 2013 | Visits: 478

An Example of Markov Chain and multinominal option pricing As a coursework, we are required to price a double barriers knock-in binary put option. We used finite difference method in 24 ways and multinomial lattice in 12 ways. We also implemented analytic and Markov chain method. At the end, we compared these four methods and Monte Carlo method.In this... Platforms: Matlab

License: Freeware Size: 358.4 KB Download (53): An Example of Markov Chain and multinominal option pricing Download

Added: September 14, 2013 | Visits: 530

CepCusto - return the value of SEDEX Return a value from a file DB with the value of SEDEX. This class have little use to the major of PHP users but it shows how to create a litle database with ascii files.Retorna um valor de um arquivo de banco de dados com o valor do sedex. Essa classe so eh util para poucos usuarios do PHP e... Platforms: PHP

License: Freeware Size: 10 KB Download (43): CepCusto - return the value of SEDEX Download

Added: September 12, 2013 | Visits: 598

Blog or Website Value Calculator Blog or Website Value Calculator is a plug-in that gives you a nice tidy widget to display your blog's current estimated value in dollars. This information is displayed to you and your visitors to demonstrate just how much hard work you have put into your blog - Why not show this cool statistic... Platforms: PHP

License: Freeware Size: 10 KB Download (46): Blog or Website Value Calculator Download

Added: September 16, 2013 | Visits: 419

QM Momentum Expectation Value The QM Momentum Expectation Value program displays the time evolution of the position-space wave function and the associated momentum expectation value. The default wave function is a Gaussian wave packet in a harmonic oscillator. Additional states and other potential energy functions can be... Platforms: Mac

License: Freeware Size: 51.2 KB Download (35): QM Momentum Expectation Value Download

Added: September 01, 2013 | Visits: 438

QM Position Expectation Value The QM Position Expectation Value program displays the time evolution of the position-space wave function and the associated position expectation value. The default wave function is a two-state superposition of infinite square well states. Additional states and other potential energy functions... Platforms: Mac

License: Freeware Size: 51.2 KB Download (34): QM Position Expectation Value Download

Added: July 16, 2013 | Visits: 435

Falling U-Shaped Chain Model The Falling U-Shaped Chain model simulates the dynamics of a discrete falling chain with total length L and n links. Each link is acted on by the force of gravity mg and by the link-link interaction. A freely falling object is released near the last link for comparison. The surprise is that the... Platforms: Mac

License: Freeware Size: 1.16 MB Download (37): Falling U-Shaped Chain Model Download

Added: August 17, 2013 | Visits: 501

PDF Chain PDF Chain is a Graphical User Interface for the PDF Tool Kit, released under the terms of the GNU Public License verion 3. It includes features designed to handle PDF files in a easy way. Basicaly it can merge, split, add backgrounds or stamps and add attachments. There are some tools for... Platforms: *nix

License: Freeware Size: 409.6 KB Download (48): PDF Chain Download

Added: July 20, 2013 | Visits: 330

mysql-iptables mysql-iptables collects an iptables chain list and stores them into a MySQL database. The values in the database are incremented on each update to give a total value, this eliminates the problem of reboot/crash lost info in /proc/net/dev. It originally u Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): mysql-iptables Download

Added: September 23, 2006 | Visits: 3.329

RColours RColours converts the colour bands commonly found on resistors into the value of that resistor or it converts a given value into the colour bands that would be used to represent that value. 3 and 4 band representations are supported and the user can switch between the two to compare the result... Platforms: Windows

License: Freeware Size: 53 KB Download (1293): RColours Download

Released: December 21, 2009  |  Added: December 29, 2009 | Visits: 1.541

RHOBI Messenger RHOBI Messenger is "the Preferred Tool for Business Professionals". It works similar to other IM applications, in that you can build a contact list and send instant messages to people you know. However, RHOBI Messenger integrates with RHOBI's supply chain management and free social network.... Platforms: Windows

License: Freeware Size: 784 KB Download (118): RHOBI Messenger Download

Added: January 18, 2010 | Visits: 767

ipmkchains ipmkchains is a firewall chain manipulation tool. This package contains a program, ipmkchains, that reads in a set of rule files, computes the differences between those rules and the rules that are currently in use, and executes the necessary commands to make the rules in use match the rules from... Platforms: *nix

License: Freeware Size: 33.79 KB Download (90): ipmkchains Download

Added: June 18, 2010 | Visits: 1.005

Tie::CountLoop Tie::CountLoop is a Perl module that helps you have a counter looping in a scalar with min max and increment value. SYNOPSIS use Tie::CountLoop; tie my $counter , Tie::CountLoop,15 ,-1 ,15 ,7 ,0; my $t = tied $counter; $t->increment( 1 ); for ( 1 .. 20 ) { print " <<$counter>> <$_>... Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Tie::CountLoop Download

Added: July 11, 2010 | Visits: 841

Iterator Iterator is a general-purpose iterator class. SYNOPSIS use Iterator; # Making your own iterators from scratch: $iterator = Iterator->new ( sub { code } ); # Accessing an iterators values in turn: $next_value = $iterator->value(); # Is the iterator out of values? $boolean =... Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Iterator Download

Added: May 01, 2010 | Visits: 1.051

GO::TermFinder GO::TermFinder is a Perl module that can identify GO nodes that annotate a group of genes with a significant p-value. This package is intended to provide a method whereby the P-values of a set of GO annotations can be determined for a set of genes, based on the number of genes that exist in the... Platforms: *nix

License: Freeware Size: 860.16 KB Download (101): GO::TermFinder Download

Added: July 14, 2010 | Visits: 1.227

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: May 02, 2010 | Visits: 929

Getopt::GUI::Long Getopt::GUI::Long is a wrapper around Getopt::Long that extends the value of the original Getopt::Long module. SYNOPSIS use Getopt::GUI::Long; # pass useful config options to Configure Getopt::GUI::Long::Configure(qw(display_help no_ignore_case capture_output)); GetOptions(%opts,... Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Getopt::GUI::Long Download

Added: January 25, 2010 | Visits: 669

iDVD3 Bike Chain Theme iDVD3 Bike Chain Theme is a free iDVD theme that you can use for the creation of DVDs. Platforms: Mac

License: Freeware Size: 1024 KB Download (122): iDVD3 Bike Chain Theme Download

< 1 2 3 4 5 >